From 9b99987a927ef49e747017b84c4560f163640b2c Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Mon, 4 May 2015 18:44:13 -0700 Subject: [PATCH] Restrict Mac framework to x86_64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 #21. --- Box.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Box.xcodeproj/project.pbxproj b/Box.xcodeproj/project.pbxproj index 86655ba..65a5b50 100644 --- a/Box.xcodeproj/project.pbxproj +++ b/Box.xcodeproj/project.pbxproj @@ -476,6 +476,7 @@ PRODUCT_NAME = Box; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + VALID_ARCHS = x86_64; }; name = Debug; }; @@ -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; };