]> git.saurik.com Git - safemode-ios.git/blob - Makefile
Compile for ARM64 (using Xcode 5 for armv6 hacks).
[safemode-ios.git] / Makefile
1 TARGET := iphone:7.0:2.0
2 ARCHS := armv6 arm64
3 PACKAGE_VERSION := $(shell ./version.sh)
4
5 include theos/makefiles/common.mk
6
7 TWEAK_NAME := MobileSafety
8 MobileSafety_FILES := Tweak.xm
9 MobileSafety_FRAMEWORKS := UIKit
10
11 include $(THEOS_MAKE_PATH)/tweak.mk