adds bundleId to the binary file
This commit is contained in:
@@ -122,12 +122,14 @@ kotlin {
|
|||||||
iosArm64 {
|
iosArm64 {
|
||||||
binaries.framework {
|
binaries.framework {
|
||||||
baseName = xcfName
|
baseName = xcfName
|
||||||
|
binaryOption("bundleId", "com.vitorpamplona.quartz")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
iosSimulatorArm64 {
|
iosSimulatorArm64 {
|
||||||
binaries.framework {
|
binaries.framework {
|
||||||
baseName = xcfName
|
baseName = xcfName
|
||||||
|
binaryOption("bundleId", "com.vitorpamplona.quartz")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user