Skip to content

Commit

Permalink
Set valid Mac architecture to only 64-bit.
Browse files Browse the repository at this point in the history
To help with Cartage build problems  (see antitypical/Result#40).
  • Loading branch information
kareman committed Jun 16, 2015
1 parent 2e318f3 commit ddb2fbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FootlessParser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_NAME = FootlessParser;
SKIP_INSTALL = YES;
VALID_ARCHS = x86_64;
};
name = Debug;
};
Expand All @@ -838,6 +839,7 @@
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Ounchecked";
SWIFT_WHOLE_MODULE_OPTIMIZATION = YES;
VALID_ARCHS = x86_64;
};
name = Release;
};
Expand Down

0 comments on commit ddb2fbc

Please sign in to comment.