Skip to content

Commit 3dfab79

Browse files
authored
Change simulator device to "iPhone 16"
1 parent f865fd9 commit 3dfab79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-plugins/kmp-conventions/src/main/kotlin/aws/sdk/kotlin/gradle/kmp/ConfigureIosSimulator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import org.jetbrains.kotlin.konan.target.HostManager
1818
public fun Project.configureIosSimulatorTasks() {
1919
if (!HostManager.hostIsMac) return
2020

21-
val simulatorDeviceName = project.findProperty("iosSimulatorDevice") as? String ?: "iPhone 15"
21+
val simulatorDeviceName = project.findProperty("iosSimulatorDevice") as? String ?: "iPhone 16"
2222
val xcrun = "/usr/bin/xcrun"
2323

2424
val bootTask = rootProject.tasks.maybeCreate("bootIosSimulatorDevice", Exec::class.java).apply {

0 commit comments

Comments
 (0)