Skip to content

Commit cf42f10

Browse files
committed
sets iOS 4.3 as base deployment target, overrides to 6.0 as required for arm64 arch
1 parent 94abbd2 commit cf42f10

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sqlcipher.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@
238238
GCC_OPTIMIZATION_LEVEL = 0;
239239
GCC_WARN_ABOUT_RETURN_TYPE = YES;
240240
GCC_WARN_UNUSED_VARIABLE = YES;
241+
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
242+
"IPHONEOS_DEPLOYMENT_TARGET[arch=arm64]" = 6.0;
241243
ONLY_ACTIVE_ARCH = YES;
242244
SDKROOT = iphoneos;
243245
SKIP_INSTALL = YES;
@@ -258,6 +260,8 @@
258260
GCC_C_LANGUAGE_STANDARD = c99;
259261
GCC_WARN_ABOUT_RETURN_TYPE = YES;
260262
GCC_WARN_UNUSED_VARIABLE = YES;
263+
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
264+
"IPHONEOS_DEPLOYMENT_TARGET[arch=arm64]" = 6.0;
261265
SDKROOT = iphoneos;
262266
SKIP_INSTALL = YES;
263267
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";

0 commit comments

Comments
 (0)