Skip to content

Commit

Permalink
Merge pull request #41 from robrix/x86_64
Browse files Browse the repository at this point in the history
Only build the Mac framework for x86_64.
  • Loading branch information
robrix committed May 9, 2015
2 parents 2569712 + 5fbbdf4 commit 223829a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Prelude.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@
PRODUCT_NAME = Prelude;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VALID_ARCHS = x86_64;
};
name = Debug;
};
Expand All @@ -615,6 +616,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_NAME = Prelude;
SKIP_INSTALL = YES;
VALID_ARCHS = x86_64;
};
name = Release;
};
Expand Down

0 comments on commit 223829a

Please sign in to comment.