(iOS) Take out arm64 architecture - would require linking against

64bit dylibs
This commit is contained in:
twinaphex 2014-05-10 22:27:11 +02:00
parent 88d9aae9a2
commit 2a65fd9067

View File

@ -450,6 +450,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
LD_NO_PIE = YES;
LIBRARY_SEARCH_PATHS = "";
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = (
"-DHAVE_CAMERA",
"-DHAVE_CC_RESAMPLER",
@ -476,6 +477,7 @@
"-DRARCH_INTERNAL",
);
PRODUCT_NAME = "$(TARGET_NAME)";
VALID_ARCHS = "armv7 armv7s";
WRAPPER_EXTENSION = app;
};
name = Debug;
@ -550,6 +552,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
VALID_ARCHS = "armv7 armv7s";
WRAPPER_EXTENSION = app;
};
name = Release;