Skip to content

Commit

Permalink
Revert "Disable broken targets"
Browse files Browse the repository at this point in the history
This reverts commit 448361d.
  • Loading branch information
stoyicker committed Apr 13, 2024
1 parent a2d6231 commit 489089e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ kotlin {
macosX64(),
macosArm64(),
iosX64(),
// iosArm64(),
iosArm64(),
iosSimulatorArm64(),
tvosSimulatorArm64(),
tvosX64(),
// tvosArm64(),
tvosArm64(),
).forEach {
it.binaries.framework {
baseName = xCFrameworkName
Expand Down
2 changes: 1 addition & 1 deletion samples/multiplatform-kotlin/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kotlin {
macosX64(),
macosArm64(),
iosX64(),
// iosArm64(),
iosArm64(),
iosSimulatorArm64(),
).forEach {
it.binaries.framework {
Expand Down

0 comments on commit 489089e

Please sign in to comment.