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 f865fd9 commit 3dfab79Copy full SHA for 3dfab79
build-plugins/kmp-conventions/src/main/kotlin/aws/sdk/kotlin/gradle/kmp/ConfigureIosSimulator.kt
@@ -18,7 +18,7 @@ import org.jetbrains.kotlin.konan.target.HostManager
18
public fun Project.configureIosSimulatorTasks() {
19
if (!HostManager.hostIsMac) return
20
21
- val simulatorDeviceName = project.findProperty("iosSimulatorDevice") as? String ?: "iPhone 15"
+ val simulatorDeviceName = project.findProperty("iosSimulatorDevice") as? String ?: "iPhone 16"
22
val xcrun = "/usr/bin/xcrun"
23
24
val bootTask = rootProject.tasks.maybeCreate("bootIosSimulatorDevice", Exec::class.java).apply {
0 commit comments