Skip to content

Commit

Permalink
switch off 64-bit building until the build server can handle it
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Harlock committed Jan 9, 2015
1 parent 55ab009 commit 46cc9dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Bolts.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -877,12 +877,13 @@
8E9C3D0F17DE9DE000427E62 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD)";
ARCHS = armv7;
DSTROOT = /tmp/Bolts.dst;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Bolts/Bolts-Prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
"IPHONEOS_DEPLOYMENT_TARGET[arch=arm64]" = 6.0;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
PUBLIC_HEADERS_FOLDER_PATH = "./$(PROJECT_NAME)";
Expand All @@ -894,12 +895,13 @@
8E9C3D1017DE9DE000427E62 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD)";
ARCHS = armv7;
DSTROOT = /tmp/Bolts.dst;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Bolts/Bolts-Prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
"IPHONEOS_DEPLOYMENT_TARGET[arch=arm64]" = 6.0;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
PUBLIC_HEADERS_FOLDER_PATH = "./$(PROJECT_NAME)";
Expand Down

0 comments on commit 46cc9dc

Please sign in to comment.