summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4c64528d1ca85adb646e24e596fb888012204bb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET := iphone:7.1:2.0
ARCHS := armv6 arm64
PACKAGE_VERSION := $(shell ./version.sh)

include theos/makefiles/common.mk

TWEAK_NAME := MobileSafety
MobileSafety_FILES := Tweak.xm
MobileSafety_FRAMEWORKS := UIKit

include $(THEOS_MAKE_PATH)/tweak.mk