File tree Expand file tree Collapse file tree
build-logic/src/main/kotlin/com/ensody/buildlogic Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ enum class BuildTarget(val triplet: String) {
148148 iosX64(" x64-ios" ),
149149
150150 watchosDeviceArm64(" arm64-watchos" ),
151- watchosArm64(" arm64_32 -watchos" ),
151+ watchosArm64(" arm6432 -watchos" ),
152152 watchosArm32(" arm-watchos" ),
153153 watchosSimulatorArm64(" arm64-watchos-simulator" ),
154154 watchosX64(" x64-watchos-simulator" ),
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ val targets = System.getenv("BUILD_TARGETS")?.takeIf { it.isNotBlank() }?.split(
3131 BuildTarget .iosSimulatorArm64,
3232 BuildTarget .iosX64,
3333
34- // BuildTarget.tvosArm64,
35- // BuildTarget.tvosSimulatorArm64,
36- // BuildTarget.tvosX64,
34+ BuildTarget .tvosArm64,
35+ BuildTarget .tvosSimulatorArm64,
36+ BuildTarget .tvosX64,
3737
3838// BuildTarget.watchosArm32,
3939// BuildTarget.watchosDeviceArm64,
You can’t perform that action at this time.
0 commit comments