Skip to content

Commit

Permalink
fix for archive builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tyburg committed Oct 23, 2024
1 parent 7ed981d commit bc051e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mapcache-ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 59;
CURRENT_PROJECT_VERSION = 60;
DEVELOPMENT_TEAM = ZL8G5D9G2H;
ENABLE_TESTABILITY = YES;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -1476,7 +1476,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 59;
CURRENT_PROJECT_VERSION = 60;
DEVELOPMENT_TEAM = ZL8G5D9G2H;
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = "mapcache-ios/Info.plist";
Expand All @@ -1490,6 +1490,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
SWIFT_OBJC_BRIDGING_HEADER = "mapcache-ios/layer/mapcache-ios-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
};
Expand Down

0 comments on commit bc051e0

Please sign in to comment.