Skip to content

Commit

Permalink
Include 64-bit build in iOS library
Browse files Browse the repository at this point in the history
Remove the explicit ARCHS override for the iOS target in favor of using
the default base configuration ARCHS that includes 64-bit support.
  • Loading branch information
bdolman committed Nov 15, 2013
1 parent 146163d commit 3aeda47
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Mantle.xcodeproj/project.pbxproj
Expand Up @@ -1165,7 +1165,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D094E48D1777619600906BF7 /* iOS-StaticLibrary.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
DSTROOT = /tmp/$PRODUCT_NAME.dst;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1177,7 +1176,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D094E48D1777619600906BF7 /* iOS-StaticLibrary.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
DSTROOT = /tmp/$PRODUCT_NAME.dst;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1275,7 +1273,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D094E48D1777619600906BF7 /* iOS-StaticLibrary.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
DSTROOT = /tmp/$PRODUCT_NAME.dst;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1379,7 +1376,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D094E48D1777619600906BF7 /* iOS-StaticLibrary.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
DSTROOT = /tmp/$PRODUCT_NAME.dst;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 3aeda47

Please sign in to comment.