Add arm64 for iOS 10 target

This commit is contained in:
Twinaphex 2018-01-24 07:37:03 +01:00
parent 3a18a57de5
commit 57ad08e37d

View File

@ -596,7 +596,7 @@
"OTHER_LDFLAGS[arch=*]" = "-Wl,-segalign,4000";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = armv7;
VALID_ARCHS = "armv7 arm64";
};
name = Debug;
};
@ -668,7 +668,7 @@
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VALID_ARCHS = armv7;
VALID_ARCHS = "armv7 arm64";
};
name = Release;
};