Skip to content

Commit

Permalink
- Exclude arm64 architecture to solved Carthage build.
Browse files Browse the repository at this point in the history
  • Loading branch information
haithngn committed Dec 23, 2020
1 parent 092c16b commit b2afd63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-mac/mailcore2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4553,6 +4553,7 @@
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
ARCHS = "$(ARCHS_STANDARD)";
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ENABLE_MODULES = YES;
COMBINE_HIDPI_IMAGES = YES;
Expand Down Expand Up @@ -4593,6 +4594,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
"EXCLUDED_ARCHS[sdk=macosx*]" = arm64;
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = "framework-Info.plist";
INSTALL_PATH = "@executable_path/../Frameworks";
Expand Down

0 comments on commit b2afd63

Please sign in to comment.