Skip to content

Commit

Permalink
CBL-4628 : Update iOS target version to 11.0 (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasin authored Jun 28, 2023
1 parent 9971bc4 commit 6924256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Xcode/xcconfigs/Project.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ 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 = 10.0
IPHONEOS_DEPLOYMENT_TARGET = 11.0
MACOSX_DEPLOYMENT_TARGET = 10.14
TVOS_DEPLOYMENT_TARGET = 10.0
TVOS_DEPLOYMENT_TARGET = 11.0
SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator appletvos appletvsimulator
VALID_ARCHS = arm64 x86_64

0 comments on commit 6924256

Please sign in to comment.