mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-20 16:35:35 +08:00
use Xcode's default archs
* fixes missing armv7s error * a bit more future proof
This commit is contained in:
@@ -2824,10 +2824,6 @@
|
||||
25160D3B14564E820060A5C5 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
"ARCHS[sdk=iphoneos*]" = (
|
||||
armv6,
|
||||
armv7,
|
||||
);
|
||||
CLANG_ENABLE_OBJC_ARC = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "Code/Support/RestKit-Prefix.pch";
|
||||
@@ -2846,10 +2842,6 @@
|
||||
25160D3C14564E820060A5C5 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
"ARCHS[sdk=iphoneos*]" = (
|
||||
armv6,
|
||||
armv7,
|
||||
);
|
||||
CLANG_ENABLE_OBJC_ARC = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "Code/Support/RestKit-Prefix.pch";
|
||||
|
||||
Reference in New Issue
Block a user