Skip to content

Commit

Permalink
Exclude Apple Silicon from Archive builds arm64
Browse files Browse the repository at this point in the history
Sad but Squirrel doesn't support Apple Silicon ye
  • Loading branch information
inket committed May 7, 2021
1 parent 15f593a commit 5242ba2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MacSymbolicator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_TEAM = PP5UYHJQCD;
ENABLE_HARDENED_RUNTIME = YES;
EXCLUDED_ARCHS = arm64;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/Mac",
Expand All @@ -645,6 +646,7 @@
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_TEAM = PP5UYHJQCD;
ENABLE_HARDENED_RUNTIME = YES;
EXCLUDED_ARCHS = arm64;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/Mac",
Expand Down

0 comments on commit 5242ba2

Please sign in to comment.