Skip to content

Commit

Permalink
Fix Xcode 15 build error due to compilation flags, #4623 (#4624)
Browse files Browse the repository at this point in the history
This commit will add support for macOS 14 to Availability.xcconfig.
  • Loading branch information
low-batt committed Sep 20, 2023
2 parents d7039f3 + 5ba338b commit 655dbf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Configs/Availability.xcconfig
Expand Up @@ -17,5 +17,6 @@ AVAILABLE_101500 = $(AVAILABLE_101400) MACOS_10_15_AVAILABLE
AVAILABLE_110000 = $(AVAILABLE_101500) MACOS_11_AVAILABLE
AVAILABLE_120000 = $(AVAILABLE_110000) MACOS_12_AVAILABLE
AVAILABLE_130000 = $(AVAILABLE_120000) MACOS_13_AVAILABLE
AVAILABLE_140000 = $(AVAILABLE_130000) MACOS_14_AVAILABLE

SWIFT_ACTIVE_COMPILATION_CONDITIONS = $AVAILABLE_$(SDK_VERSION_MAJOR)

0 comments on commit 655dbf8

Please sign in to comment.