Merge pull request #1150 from mstorsjo/unify-sdk-setting
Don't hardcode the sdk on the target level
This commit is contained in:
commit
4cdee3b2d1
@ -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";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user