We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
iosBundleId
1 parent b32d1cf commit a6dfb44Copy full SHA for a6dfb44
Fruitties/shared/build.gradle.kts
@@ -51,26 +51,22 @@ kotlin {
51
// project can be found here:
52
// https://developer.android.com/kotlin/multiplatform/migrate
53
val xcfName = "shared"
54
- val iosBundleId = "com.example.fruitties.ios"
55
56
iosX64 {
57
binaries.framework {
58
baseName = xcfName
59
- binaryOptions["bundleId"] = iosBundleId
60
}
61
62
63
iosArm64 {
64
65
66
67
68
69
70
iosSimulatorArm64 {
71
72
73
74
75
76
0 commit comments