Skip to content

Commit

Permalink
Don't build for ARM because libgit2 currently doesn't
Browse files Browse the repository at this point in the history
  • Loading branch information
Uncommon committed Dec 14, 2020
1 parent c73806a commit 5b54563
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Xit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1897,6 +1897,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = x86_64;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
Expand Down Expand Up @@ -2067,6 +2068,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = x86_64;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
Expand Down Expand Up @@ -2101,6 +2103,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = x86_64;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
Expand Down

0 comments on commit 5b54563

Please sign in to comment.