Skip to content

Commit 25ba5f5

Browse files
committed
Bump macOS minimum deployment target to macOS 13
[ChangeLog][macOS] The minimum deployment target is now macOS 13. Change-Id: I92f79dd94b8183c8dd4e7a9a69e2312ae0b9cda1 Reviewed-by: Volker Hilsheimer <[email protected]>
1 parent 3cb5f45 commit 25ba5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cmake.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ set(QT_MAX_NEW_POLICY_CMAKE_VERSION_QT_APPLE "3.21")
5151
set(QT_SUPPORTED_MIN_MACOS_SDK_VERSION "14")
5252
set(QT_SUPPORTED_MAX_MACOS_SDK_VERSION "15")
5353
set(QT_SUPPORTED_MIN_MACOS_XCODE_VERSION "15")
54-
set(QT_SUPPORTED_MIN_MACOS_VERSION "12")
54+
set(QT_SUPPORTED_MIN_MACOS_VERSION "13")
5555
set(QT_SUPPORTED_MAX_MACOS_VERSION_TESTED "15")
5656

5757
set(QT_SUPPORTED_MIN_IOS_SDK_VERSION "17")

0 commit comments

Comments
 (0)