Skip to content

Commit

Permalink
Cleanup iOS code
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Dec 15, 2023
1 parent bfcc63a commit bf8edc5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions compose-settings-storage-base/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ kotlin {
iosSimulatorArm64()
).forEach { iosTarget ->
iosTarget.binaries.framework {
baseName = "ComposeApp"
isStatic = true
binaryOption("bundleId", libs.versions.namespace.get() + ".storage")
}
}
Expand Down
1 change: 0 additions & 1 deletion compose-settings-storage-disk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ kotlin {
iosSimulatorArm64()
).forEach { iosTarget ->
iosTarget.binaries.framework {
baseName = "ComposeApp"
binaryOption("bundleId", libs.versions.namespace.get() + ".disk")
}
}
Expand Down
1 change: 0 additions & 1 deletion compose-settings-storage-memory/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ kotlin {
iosSimulatorArm64()
).forEach { iosTarget ->
iosTarget.binaries.framework {
baseName = "ComposeApp"
binaryOption("bundleId", libs.versions.namespace.get() + ".memory")
}
}
Expand Down

0 comments on commit bf8edc5

Please sign in to comment.