Skip to content

Commit

Permalink
Build universal binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Monte Goulding committed Mar 1, 2016
1 parent 3a3aa12 commit 5e37532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mergJSON.xcodeproj/project.pbxproj
Expand Up @@ -502,7 +502,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = YES;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "";
Expand All @@ -523,7 +523,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = YES;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "";
Expand Down

0 comments on commit 5e37532

Please sign in to comment.