Skip to content

Commit

Permalink
Added fixes for xcode 12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersuweijie committed Nov 20, 2020
1 parent b84bb9a commit 873a19c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Xendit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@
BITCODE_GENERATION_MODE = bitcode;
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
ONLY_ACTIVE_ARCH = NO;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.1;
};
Expand All @@ -712,8 +712,9 @@
buildSettings = {
BITCODE_GENERATION_MODE = bitcode;
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
ONLY_ACTIVE_ARCH = NO;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
"SWIFT_OPTIMIZATION_LEVEL[arch=*]" = "-O";
SWIFT_VERSION = 5.1;
Expand Down

0 comments on commit 873a19c

Please sign in to comment.