Skip to content

Commit

Permalink
Add uniffi.toml config file to customize lib names
Browse files Browse the repository at this point in the history
  • Loading branch information
ok300 committed Apr 12, 2024
1 parent 8764af2 commit 887af4f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/ls-sdk-bindings/uniffi.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# https://mozilla.github.io/uniffi-rs/swift/configuration.html
[bindings.swift]
cdylib_name = "ls_sdk_bindings"

# https://mozilla.github.io/uniffi-rs/kotlin/configuration.html
[bindings.kotlin]
package_name = "ls_sdk"
cdylib_name = "ls_sdk_bindings"

# https://mozilla.github.io/uniffi-rs/python/configuration.html
[bindings.python]
cdylib_name = "ls_sdk_bindings"

0 comments on commit 887af4f

Please sign in to comment.