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:
Martin Storsjö 2014-07-11 11:04:12 +03:00
parent 140a67dfc9
commit c0c51eb73e

View File

@ -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";
};