Skip to content

Commit

Permalink
Merge pull request #401 from calabash/feature/Xcode12_2
Browse files Browse the repository at this point in the history
Support Xcode 12.2
  • Loading branch information
IlyaBausovAkvelon committed Nov 25, 2020
2 parents 144f3ca + bc777c1 commit 1a1a762
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DeviceAgent.xcodeproj/project.pbxproj
Expand Up @@ -3876,7 +3876,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Karl Krukow (YTTN6Y2QS9)";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = FYD86LA7RE;
"EXCLUDED_ARCHS[sdk=iphonesimulator14.0]" = arm64;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
Expand Down Expand Up @@ -3918,7 +3918,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = FYD86LA7RE;
EXCLUDED_ARCHS = "";
"EXCLUDED_ARCHS[sdk=iphonesimulator14.0]" = arm64;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
Expand Down Expand Up @@ -4161,7 +4161,7 @@
DEVELOPMENT_TEAM = FYD86LA7RE;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = armv7s;
"EXCLUDED_ARCHS[sdk=iphonesimulator14.0]" = arm64;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Vendor",
Expand Down Expand Up @@ -4202,7 +4202,7 @@
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = "";
"EXCLUDED_ARCHS[sdk=*]" = armv7s;
"EXCLUDED_ARCHS[sdk=iphonesimulator14.0]" = arm64;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Vendor",
Expand Down
2 changes: 2 additions & 0 deletions bin/make/unit-tests.rb
Expand Up @@ -30,6 +30,8 @@
"-destination", "id=#{sim_udid}",
"-sdk", "iphonesimulator",
"-configuration", "Debug",
"ARCHS=x86_64",
"VALID_ARCHS=x86_64",
"GCC_TREAT_WARNINGS_AS_ERRORS=YES",
"CLANG_ENABLE_CODE_COVERAGE=NO",
"OTHER_CFLAGS=-Xclang -Wno-switch"
Expand Down

0 comments on commit 1a1a762

Please sign in to comment.