Skip to content

Commit

Permalink
CBL-4629: Update iOS target version to 11.0 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
velicuvlad authored Aug 24, 2023
1 parent 3c47377 commit 3371024
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 = 10.0
IPHONEOS_DEPLOYMENT_TARGET = 11.0
MACOSX_DEPLOYMENT_TARGET = 10.14
TVOS_DEPLOYMENT_TARGET = 10.0
ONLY_ACTIVE_ARCH = YES
Expand Down

0 comments on commit 3371024

Please sign in to comment.