From 3358d9d7ff5b1d07fd3b6622fb94429754a6c76b Mon Sep 17 00:00:00 2001 From: Pasin Suriyentrakorn Date: Fri, 9 Feb 2024 17:03:39 -0800 Subject: [PATCH] CBL-5380 : Update iOS Deployment Target Version to 12.0 (#518) We are bumping the iOS target version in Beryllium to 12.0. --- Xcode/xcconfigs/Project.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xcode/xcconfigs/Project.xcconfig b/Xcode/xcconfigs/Project.xcconfig index 5ac6123a..64ea342d 100644 --- a/Xcode/xcconfigs/Project.xcconfig +++ b/Xcode/xcconfigs/Project.xcconfig @@ -24,7 +24,7 @@ FLEECE = $(LITECORE)/vendor/fleece CBL_VERSION_STRING = 0.0.0 // The actual version number will be set by Jenkins Build. CBL_BUILD_NUMBER = 0 // The actual build number will be set by Jenkins Build. -IPHONEOS_DEPLOYMENT_TARGET = 11.0 +IPHONEOS_DEPLOYMENT_TARGET = 12.0 MACOSX_DEPLOYMENT_TARGET = 10.14 TVOS_DEPLOYMENT_TARGET = 11.0 SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator appletvos appletvsimulator