File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ SQLite3_UnicodeSN - The snowball tokenizer library for SQLite
22
22
This project is built for the following platforms at Couchbase:
23
23
- Windows 10
24
24
- UWP
25
- - macOS 12 .0
25
+ - macOS 13 .0
26
26
- CentOS 7 (gcc 7.x+)
27
27
- Android API 22+
28
28
@@ -40,7 +40,7 @@ Platform logic is largely separated into the cmake/platform_*.cmake files. Plat
40
40
cmake_minimum_required (VERSION 3.21.0 )
41
41
42
42
# 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" )
44
44
if (NOT DEFINED CMAKE_OSX_SYSROOT )
45
45
# Tells Mac builds to use the current SDK's headers & libs, not what's in the OS.
46
46
set (CMAKE_OSX_SYSROOT macosx )
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ CLANG_STATIC_ANALYZER_MODE = shallow
24
24
LITECORE_VERSION_STRING = 3.2.2
25
25
LITECORE_BUILD_NUMBER = 0
26
26
27
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0
28
- MACOSX_DEPLOYMENT_TARGET = 12 .0
27
+ IPHONEOS_DEPLOYMENT_TARGET = 15 .0
28
+ MACOSX_DEPLOYMENT_TARGET = 13 .0
29
29
TVOS_DEPLOYMENT_TARGET = 12.0
30
30
ONLY_ACTIVE_ARCH = YES
31
31
SKIP_INSTALL = YES
You can’t perform that action at this time.
0 commit comments