File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ kotlin {
32
32
iosSimulatorArm64(),
33
33
).forEach { iosTarget ->
34
34
iosTarget.binaries.framework {
35
+ binaryOption(" bundleId" , " net.avianlabs.solana" )
36
+ binaryOption(" bundleVersion" , version.toString())
35
37
baseName = " SolanaKotlin"
36
38
export(project(" :tweetnacl-multiplatform" ))
37
39
isStatic = true
@@ -104,6 +106,9 @@ skie {
104
106
DefaultArgumentInterop .Enabled (true )
105
107
}
106
108
}
109
+ build {
110
+ produceDistributableFramework()
111
+ }
107
112
}
108
113
109
114
multiplatformSwiftPackage {
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ kotlin {
33
33
).forEach { iosTarget ->
34
34
iosTarget.binaries.framework {
35
35
baseName = " TweetNaClMultiplatform"
36
+ binaryOption(" bundleId" , " net.avianlabs.solana.tweetnacl" )
37
+ binaryOption(" bundleVersion" , version.toString())
36
38
isStatic = true
37
39
}
38
40
}
You can’t perform that action at this time.
0 commit comments