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 664eead commit 30f0cd2Copy full SHA for 30f0cd2
build-logic/src/main/java/com/squareup/workflow1/buildsrc/KotlinMultiplatformExtensions.kt
@@ -8,13 +8,6 @@ fun KotlinMultiplatformExtension.iosWithSimulatorArm64(target: Project) {
8
ios()
9
iosSimulatorArm64()
10
11
- targets.withType(KotlinNativeTargetWithSimulatorTests::class.java) {
12
- it.testRuns.configureEach {
13
- // Kotlin 1.7.2x is hard-coded to "iPhone 13", which is no longer included by default in Xcode
14
- it.deviceId = target.properties["workflow.iosSimulatorName"] as? String ?: "iPhone 14"
15
- }
16
17
-
18
sourceSets.getByName("iosSimulatorArm64Main") {
19
it.dependsOn(sourceSets.getByName("iosMain"))
20
}
0 commit comments