Skip to content

Commit

Permalink
Bump accepted Apple OS SDK versions
Browse files Browse the repository at this point in the history
We've tested building with these SDKs, and things generally work, so
no need to issue a warning for them.

Pick-to: 6.8
Change-Id: Ib5775034962165c46b877e37b386ca71db97e1a6
Reviewed-by: Alexandru Croitor <[email protected]>
  • Loading branch information
torarnv committed Aug 8, 2024
1 parent 9322f80 commit f75841f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ set(QT_MAX_NEW_POLICY_CMAKE_VERSION "3.21")
# These should be updated together with the documentation in
# qtdoc/doc/src/platforms/supported-platforms.qdocinc
set(QT_SUPPORTED_MIN_MACOS_SDK_VERSION "13")
set(QT_SUPPORTED_MAX_MACOS_SDK_VERSION "14")
set(QT_SUPPORTED_MAX_MACOS_SDK_VERSION "16")
set(QT_SUPPORTED_MIN_MACOS_XCODE_VERSION "14")

set(QT_SUPPORTED_MIN_IOS_SDK_VERSION "16")
set(QT_SUPPORTED_MAX_IOS_SDK_VERSION "17")
set(QT_SUPPORTED_MAX_IOS_SDK_VERSION "18")
set(QT_SUPPORTED_MIN_IOS_XCODE_VERSION "14")

set(QT_SUPPORTED_MIN_VISIONOS_SDK_VERSION "1")
set(QT_SUPPORTED_MAX_VISIONOS_SDK_VERSION "1")
set(QT_SUPPORTED_MAX_VISIONOS_SDK_VERSION "2")
set(QT_SUPPORTED_MIN_VISIONOS_XCODE_VERSION "15")

0 comments on commit f75841f

Please sign in to comment.