summaryrefslogtreecommitdiff
path: root/Makefile
blob: 0eea91034852d90d219300ba8c58f40c3607b12d (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET := iphone:7.0: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