Skip to content

Commit

Permalink
Merge pull request #24 from jspahrsummers/master
Browse files Browse the repository at this point in the history
Restrict Mac framework to x86_64
  • Loading branch information
robrix committed May 5, 2015
2 parents a2c22dd + 9b99987 commit bbe4e61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Box.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@
PRODUCT_NAME = Box;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VALID_ARCHS = x86_64;
};
name = Debug;
};
Expand All @@ -495,6 +496,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_NAME = Box;
SKIP_INSTALL = YES;
VALID_ARCHS = x86_64;
};
name = Release;
};
Expand Down

0 comments on commit bbe4e61

Please sign in to comment.