Skip to content

Commit 6044551

Browse files
committed
downgrade back to ios 15
1 parent 9938e2b commit 6044551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-crt-kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ kotlin {
100100
// disable "standalone" mode in simulator tests since it causes TLS issues. this means we need to manage the simulator
101101
// ourselves (booting / shutting down). FIXME: https://youtrack.jetbrains.com/issue/KT-38317
102102
kotlin {
103-
val simulatorDeviceName = project.findProperty("iosSimulatorDevice") as? String ?: "iPhone 16"
103+
val simulatorDeviceName = project.findProperty("iosSimulatorDevice") as? String ?: "iPhone 15"
104104

105105
val xcrun = "/usr/bin/xcrun"
106106

0 commit comments

Comments
 (0)