From: Jay Freeman (saurik) Date: Wed, 1 Jan 2014 00:01:01 +0000 (-0800) Subject: Compile for ARM64 (using Xcode 5 for armv6 hacks). X-Git-Tag: v0.9.4000~8 X-Git-Url: https://git.saurik.com/safemode-ios.git/commitdiff_plain/4bee32e5fc2f9ea920e36549a6f1cfccbf849c1f Compile for ARM64 (using Xcode 5 for armv6 hacks). --- diff --git a/Makefile b/Makefile index bfa08a2..0eea910 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -TARGET := iphone:5.1:2.0 -ARCHS := armv6 +TARGET := iphone:7.0:2.0 +ARCHS := armv6 arm64 PACKAGE_VERSION := $(shell ./version.sh) include theos/makefiles/common.mk