Skip to content

Commit

Permalink
wrapper must contain both 32 and 64-bit architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Jul 3, 2013
1 parent 1f4a565 commit 2251430
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wrapper/wrapper.xcodeproj/project.pbxproj
Expand Up @@ -219,6 +219,7 @@
D67C33DE1560EAF3007E9A0A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = /usr/bin/x;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down Expand Up @@ -247,6 +248,7 @@
D67C33DF1560EAF3007E9A0A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = /usr/bin/x;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down

0 comments on commit 2251430

Please sign in to comment.