ref: e9610e465e0d7ad61f723eb119228bfdfa4768f0
parent: 140a67dfc9f888ec0ab1a604974c70fc34986bb9
author: Martin Storsjö <martin@martin.st>
date: Fri Jul 11 06:49:51 EDT 2014
Don't hardcode the valid architectures in one xcode project There's no reason to hardcode these here - these are the default. (We keep the intentionally hardcoded default arch in the codec_unittest project though.)
--- a/codec/build/iOS/processing/processing.xcodeproj/project.pbxproj
+++ b/codec/build/iOS/processing/processing.xcodeproj/project.pbxproj
@@ -459,7 +459,6 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- VALID_ARCHS = "armv7 armv7s arm64";
};
name = Debug;
};
@@ -495,7 +494,6 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- VALID_ARCHS = "armv7 armv7s arm64";
};
name = Release;
};