Don't hardcode the sdk on the target level
It's already set on the project level, and this is the default value anyway. This was the only project where the sdk was set on the target level.
This commit is contained in:
parent
140a67dfc9
commit
c0c51eb73e
@ -457,7 +457,6 @@
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = YES;
|
||||
VALID_ARCHS = "armv7 armv7s arm64";
|
||||
};
|
||||
@ -493,7 +492,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