Skip to content

Commit ed7eb27

Browse files
committed
CBL-7010: Update min versions of iOS (to 15.0), macOS (to 13.0)
Also updated the submodule fleece to its current master branch that includes updated min versions of iOS and macOS.
1 parent 9ad4631 commit ed7eb27

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SQLite3_UnicodeSN - The snowball tokenizer library for SQLite
2222
This project is built for the following platforms at Couchbase:
2323
- Windows 10
2424
- UWP
25-
- macOS 12.0
25+
- macOS 13.0
2626
- CentOS 7 (gcc 7.x+)
2727
- Android API 22+
2828
@@ -40,7 +40,7 @@ Platform logic is largely separated into the cmake/platform_*.cmake files. Plat
4040
cmake_minimum_required (VERSION 3.21.0)
4141

4242
# Mac/apple setup -- must appear before the first "project()" line"
43-
set(CMAKE_OSX_DEPLOYMENT_TARGET "12.0")
43+
set(CMAKE_OSX_DEPLOYMENT_TARGET "13.0")
4444
if(NOT DEFINED CMAKE_OSX_SYSROOT)
4545
# Tells Mac builds to use the current SDK's headers & libs, not what's in the OS.
4646
set(CMAKE_OSX_SYSROOT macosx)

Xcode/xcconfigs/Project.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ CLANG_STATIC_ANALYZER_MODE = shallow
2424
LITECORE_VERSION_STRING = 3.2.2
2525
LITECORE_BUILD_NUMBER = 0
2626

27-
IPHONEOS_DEPLOYMENT_TARGET = 12.0
28-
MACOSX_DEPLOYMENT_TARGET = 12.0
27+
IPHONEOS_DEPLOYMENT_TARGET = 15.0
28+
MACOSX_DEPLOYMENT_TARGET = 13.0
2929
TVOS_DEPLOYMENT_TARGET = 12.0
3030
ONLY_ACTIVE_ARCH = YES
3131
SKIP_INSTALL = YES

0 commit comments

Comments
 (0)