summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2013-09-16 22:29:54 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2013-09-20 03:01:37 -0700
commit88e0e8acea245c4e8f288fbaa978f6c9529ca067 (patch)
treef85ce1ebe920ae5ac30498fcd03e551da1eed300 /Makefile
parent6d81771f832964c2f31179875585b1ea80cd4b55 (diff)
Extract iOS Safe Mode from Substrate and use Theos.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..bfa08a2
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+TARGET := iphone:5.1:2.0
+ARCHS := armv6
+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