Skip to content

Commit

Permalink
CBL-5380 : Update iOS Deployment Target Version to 12.0 (#518)
Browse files Browse the repository at this point in the history
We are bumping the iOS target version in Beryllium to 12.0.
  • Loading branch information
pasin authored Feb 10, 2024
1 parent 43785a3 commit 3358d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xcode/xcconfigs/Project.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3358d9d

Please sign in to comment.