We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9938e2b commit 6044551Copy full SHA for 6044551
aws-crt-kotlin/build.gradle.kts
@@ -100,7 +100,7 @@ kotlin {
100
// disable "standalone" mode in simulator tests since it causes TLS issues. this means we need to manage the simulator
101
// ourselves (booting / shutting down). FIXME: https://youtrack.jetbrains.com/issue/KT-38317
102
kotlin {
103
- val simulatorDeviceName = project.findProperty("iosSimulatorDevice") as? String ?: "iPhone 16"
+ val simulatorDeviceName = project.findProperty("iosSimulatorDevice") as? String ?: "iPhone 15"
104
105
val xcrun = "/usr/bin/xcrun"
106
0 commit comments