ref: c0c51eb73e4403771f031d7d58ba96d8a28ca92e
parent: 140a67dfc9f888ec0ab1a604974c70fc34986bb9
author: Martin Storsjö <martin@martin.st>
date: Fri Jul 11 07:04:12 EDT 2014
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.
--- a/codec/build/iOS/processing/processing.xcodeproj/project.pbxproj
+++ b/codec/build/iOS/processing/processing.xcodeproj/project.pbxproj
@@ -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";
};