Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Restrict Mac framework to x86_64
Browse files Browse the repository at this point in the history
I think this is a real workaround for issues like antitypical/Result#21
and antitypical/Result#25.

I don’t think this will work around issues like robrix#21.
  • Loading branch information
jspahrsummers committed May 5, 2015
1 parent a2c22dd commit 9b99987
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 9b99987

Please sign in to comment.