Skip to content

Commit

Permalink
Merge pull request #43 from BillinghamJ/feature-multiple-architectures
Browse files Browse the repository at this point in the history
build for more than just the active architecture
  • Loading branch information
pixelglow committed Oct 23, 2013
2 parents 917f42a + 272dc50 commit 84f7a07
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions zipzap.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@
D899CF7C162C5E8400112F49 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ONLY_ACTIVE_ARCH = YES;
};
name = Debug;
};
Expand Down Expand Up @@ -594,7 +593,6 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = zipzap;
SDKROOT = macosx;
};
Expand Down Expand Up @@ -672,7 +670,6 @@
HEADER_SEARCH_PATHS = ../zipzap;
INFOPLIST_FILE = "zipzapTests/zipzapTests-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = zipzapTests;
SDKROOT = macosx;
WRAPPER_EXTENSION = xctest;
Expand Down

0 comments on commit 84f7a07

Please sign in to comment.