Merge pull request #1150 from mstorsjo/unify-sdk-setting

Don't hardcode the sdk on the target level
This commit is contained in:
ruil2 2014-07-12 16:02:49 +08:00
commit 4cdee3b2d1

View File

@ -456,7 +456,6 @@
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
VALID_ARCHS = "armv7 armv7s arm64";
};
@ -491,7 +490,6 @@
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
VALID_ARCHS = "armv7 armv7s arm64";
};