os/mac/xcode: fix Clang version for Xcode 14.3

The one shown on the Wikipedia [^1] seems to be wrong. I can confirm
the actual version locally.

[^1]: https://en.wikipedia.org/wiki/Xcode#Xcode_11.0_-_14.x_(since_SwiftUI_framework)_2
This commit is contained in:
Ruoyu Zhong 2023-04-11 22:26:53 +08:00
parent 448bf1a49c
commit f5d414e365
No known key found for this signature in database
GPG Key ID: DCAF462CAB59907D

View File

@ -345,7 +345,7 @@ module OS
sig { returns(String) } sig { returns(String) }
def latest_clang_version def latest_clang_version
case MacOS.version case MacOS.version
when "13" then "1403.0.22.14.2" when "13" then "1403.0.22.14.1"
when "12" then "1400.0.29.202" when "12" then "1400.0.29.202"
when "11" then "1300.0.29.30" when "11" then "1300.0.29.30"
when "10.15" then "1200.0.32.29" when "10.15" then "1200.0.32.29"