Skip to content

Commit 4fc80c1

Browse files
IliaSoloveiSpace Team
authored and
Space Team
committed
[KT-67559] Bumped the Xcode version to 15.3 in tested Xcode diagnostic
1 parent ea9a2e6 commit 4fc80c1

File tree

1 file changed

+1
-1
lines changed
  • native/utils/src/org/jetbrains/kotlin/konan/target

1 file changed

+1
-1
lines changed

native/utils/src/org/jetbrains/kotlin/konan/target/Xcode.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ data class XcodeVersion(val major: Int, val minor: Int) : Comparable<XcodeVersio
4242
)
4343
}
4444

45-
val maxTested = XcodeVersion(15, 1)
45+
val maxTested = XcodeVersion(15, 3)
4646
}
4747
}
4848

0 commit comments

Comments
 (0)