ref: 7e3812c970770e81e1d6a0989bc2796df8448a30
parent: 2627c051174cf3a1efab23b555aa6028fba18a82
parent: e9610e465e0d7ad61f723eb119228bfdfa4768f0
author: huili2 <[email protected]>
date: Fri Jul 18 05:24:31 EDT 2014
Merge pull request #1148 from mstorsjo/dont-hardcode-xcode-archs Don't hardcode the valid architectures in one xcode project
--- a/codec/build/iOS/processing/processing.xcodeproj/project.pbxproj
+++ b/codec/build/iOS/processing/processing.xcodeproj/project.pbxproj
@@ -456,7 +456,6 @@
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
- VALID_ARCHS = "armv7 armv7s arm64";
};
name = Debug;
};
@@ -489,7 +488,6 @@
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
- VALID_ARCHS = "armv7 armv7s arm64";
};
name = Release;
};