Skip to content

Commit

Permalink
x64 architecture disabled for A-Typhoon project to support iOS 5 and …
Browse files Browse the repository at this point in the history
…iOS 6 when using Typhoon as submodule
  • Loading branch information
alexgarbarev committed Feb 6, 2014
1 parent d49b14e commit 04d4d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions A-Typhoon.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@
4BC6494617A20BD7007F0463 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
ARCHS = "$(ARCHS_STANDARD)";
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1573,7 +1573,7 @@
4BC6494717A20BD7007F0463 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
ARCHS = "$(ARCHS_STANDARD)";
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit 04d4d75

Please sign in to comment.