diff --git a/cmake/cef_variables.cmake.in b/cmake/cef_variables.cmake.in
index e8c0ada1e..b7c5d4852 100644
--- a/cmake/cef_variables.cmake.in
+++ b/cmake/cef_variables.cmake.in
@@ -310,7 +310,7 @@ if(OS_MAC)
# Find the newest available base SDK.
execute_process(COMMAND xcode-select --print-path OUTPUT_VARIABLE XCODE_PATH OUTPUT_STRIP_TRAILING_WHITESPACE)
- foreach(OS_VERSION 10.15 10.14 10.13)
+ foreach(OS_VERSION 14.2 14.0 10.15)
set(SDK "${XCODE_PATH}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX${OS_VERSION}.sdk")
if(NOT "${CMAKE_OSX_SYSROOT}" AND EXISTS "${SDK}" AND IS_DIRECTORY "${SDK}")
set(CMAKE_OSX_SYSROOT ${SDK})
@@ -318,7 +318,7 @@ if(OS_MAC)
endforeach()
# Target SDK.
- set(CEF_TARGET_SDK "10.13")
+ set(CEF_TARGET_SDK "10.15")
list(APPEND CEF_COMPILER_FLAGS
-mmacosx-version-min=${CEF_TARGET_SDK}
)
diff --git a/tests/cefclient/resources/mac/Info.plist b/tests/cefclient/resources/mac/Info.plist
index 5e7e36d44..468a0284b 100644
--- a/tests/cefclient/resources/mac/Info.plist
+++ b/tests/cefclient/resources/mac/Info.plist
@@ -28,7 +28,7 @@
0
LSMinimumSystemVersion
- 10.13.0
+ 10.15.0
NSMainNibFile
MainMenu
NSPrincipalClass
diff --git a/tests/cefclient/resources/mac/helper-Info.plist b/tests/cefclient/resources/mac/helper-Info.plist
index bee1aa476..5f452f39f 100644
--- a/tests/cefclient/resources/mac/helper-Info.plist
+++ b/tests/cefclient/resources/mac/helper-Info.plist
@@ -28,7 +28,7 @@
LSFileQuarantineEnabled
LSMinimumSystemVersion
- 10.13.0
+ 10.15.0
LSUIElement
1
NSSupportsAutomaticGraphicsSwitching
diff --git a/tests/cefsimple/mac/Info.plist b/tests/cefsimple/mac/Info.plist
index c83d7c147..8e1a30622 100644
--- a/tests/cefsimple/mac/Info.plist
+++ b/tests/cefsimple/mac/Info.plist
@@ -26,7 +26,7 @@
0
LSMinimumSystemVersion
- 10.13.0
+ 10.15.0
NSMainNibFile
MainMenu
NSPrincipalClass
diff --git a/tests/cefsimple/mac/helper-Info.plist b/tests/cefsimple/mac/helper-Info.plist
index 17842e2a8..22dd18f53 100644
--- a/tests/cefsimple/mac/helper-Info.plist
+++ b/tests/cefsimple/mac/helper-Info.plist
@@ -26,7 +26,7 @@
LSFileQuarantineEnabled
LSMinimumSystemVersion
- 10.13.0
+ 10.15.0
LSUIElement
1
NSSupportsAutomaticGraphicsSwitching
diff --git a/tests/ceftests/resources/mac/Info.plist b/tests/ceftests/resources/mac/Info.plist
index 7103cade8..d818386c9 100644
--- a/tests/ceftests/resources/mac/Info.plist
+++ b/tests/ceftests/resources/mac/Info.plist
@@ -26,7 +26,7 @@
0
LSMinimumSystemVersion
- 10.13.0
+ 10.15.0
NSMainNibFile
MainMenu
NSPrincipalClass
diff --git a/tests/ceftests/resources/mac/helper-Info.plist b/tests/ceftests/resources/mac/helper-Info.plist
index d44d0d0a3..131745a9b 100644
--- a/tests/ceftests/resources/mac/helper-Info.plist
+++ b/tests/ceftests/resources/mac/helper-Info.plist
@@ -26,7 +26,7 @@
LSFileQuarantineEnabled
LSMinimumSystemVersion
- 10.13.0
+ 10.15.0
LSUIElement
1
NSSupportsAutomaticGraphicsSwitching