Skip to content

Commit a6dfb44

Browse files
committed
Remove unnecessary iosBundleId declaration in shared/build.gradle.kts
1 parent b32d1cf commit a6dfb44

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Fruitties/shared/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,26 +51,22 @@ kotlin {
5151
// project can be found here:
5252
// https://developer.android.com/kotlin/multiplatform/migrate
5353
val xcfName = "shared"
54-
val iosBundleId = "com.example.fruitties.ios"
5554

5655
iosX64 {
5756
binaries.framework {
5857
baseName = xcfName
59-
binaryOptions["bundleId"] = iosBundleId
6058
}
6159
}
6260

6361
iosArm64 {
6462
binaries.framework {
6563
baseName = xcfName
66-
binaryOptions["bundleId"] = iosBundleId
6764
}
6865
}
6966

7067
iosSimulatorArm64 {
7168
binaries.framework {
7269
baseName = xcfName
73-
binaryOptions["bundleId"] = iosBundleId
7470
}
7571
}
7672

0 commit comments

Comments
 (0)