commit | 0ab5896a1f131ef89799dabdf8c180440afc56d9 | [log] [tgz] |
---|---|---|
author | Ilia Solovei <Ilia.Solovei@jetbrains.com> | Tue Apr 23 14:56:03 2024 +0000 |
committer | Space Team <noreply@jetbrains.team> | Wed Apr 24 16:10:16 2024 +0000 |
tree | fb46ea9189e42740378f8c5e75ee0a2c24d92524 | |
parent | fefece4c391a5ac7857016e056f229a1c65210b1 [diff] |
[KT-67559] Bumped the Xcode version to 15.3 in tested Xcode diagnostic
diff --git a/native/utils/src/org/jetbrains/kotlin/konan/target/Xcode.kt b/native/utils/src/org/jetbrains/kotlin/konan/target/Xcode.kt index 0a5ab82..9e78e83 100644 --- a/native/utils/src/org/jetbrains/kotlin/konan/target/Xcode.kt +++ b/native/utils/src/org/jetbrains/kotlin/konan/target/Xcode.kt
@@ -42,7 +42,7 @@ ) } - val maxTested = XcodeVersion(15, 1) + val maxTested = XcodeVersion(15, 3) } }