Skip to content

Commit

Permalink
CBL-5379 : Update iOS Deployment Target to 12.0
Browse files Browse the repository at this point in the history
We are bumping the iOS target version to 12.0 in Beryllium.
  • Loading branch information
pasin authored and snej committed Feb 13, 2024
1 parent b915faf commit 75c3f5b
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 @@ -23,7 +23,7 @@ CLANG_STATIC_ANALYZER_MODE = shallow
HEADER_SEARCH_PATHS = API $(SRCROOT)/vendor/date/include // allows for #include <fleece/Fleece.h>


IPHONEOS_DEPLOYMENT_TARGET = 11.0
IPHONEOS_DEPLOYMENT_TARGET = 12.0
MACOSX_DEPLOYMENT_TARGET = 10.14
TVOS_DEPLOYMENT_TARGET = 10.0
ONLY_ACTIVE_ARCH = YES
Expand Down

0 comments on commit 75c3f5b

Please sign in to comment.