Skip to content

Commit 182e2fc

Browse files
committed
[swift build] Provide SDK path for iosX64 and iosSimulatorArm64 targets
1 parent 22e8b93 commit 182e2fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin/src/main/kotlin/io/github/ttypic/swiftklib/gradle/task/CompileSwiftTask.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,9 @@ private data class SwiftBuildResult(
273273
)
274274

275275
val SDKLESS_TARGETS = listOf(
276+
CompileTarget.iosX64,
276277
CompileTarget.iosArm64,
278+
CompileTarget.iosSimulatorArm64,
277279
CompileTarget.watchosArm64,
278280
CompileTarget.watchosX64,
279281
CompileTarget.watchosSimulatorArm64,

0 commit comments

Comments
 (0)