[K/N] Update minimum iOS and tvOS versions

The new ld from Xcode 15 incorrectly parses a simulator
target version if it is below the minimum supported version.
It is unclear if this is intentional or not, but we have to play
by Apple's rules. Anyway, 9.0 is quite obsolete, so this change
should be pretty safe.

^KT-60758
This commit is contained in:
Sergey Bogolepov
2023-08-01 12:40:04 +03:00
committed by Space Team
parent d46be70933
commit 7e288483b3
+2 -2
View File
@@ -82,9 +82,9 @@ sdkVersion.macos = 13.1
sdkVersion.tvos = 16.1
sdkVersion.watchos = 9.1
minVersion.ios = 9.0
minVersion.ios = 12.0
minVersion.macos = 11.0
minVersion.tvos = 9.0
minVersion.tvos = 12.0
# 9.0 for watchos_device_arm64
# 7.0 for watchos_x64, watchos_simulator_arm64
minVersion.watchos = 5.0