Skip to content

Commit

Permalink
Undo changes to core/uniffi
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Jun 20, 2024
1 parent 69d45dd commit 148110d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/bitwarden-core/uniffi.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bindings.kotlin]
package_name = "com.bitwarden.bitwarden"
package_name = "com.bitwarden.core"
generate_immutable_records = true
android = true

[bindings.swift]
ffi_module_name = "BitwardenBitwardenFFI"
module_name = "BitwardenBitwarden"
ffi_module_name = "BitwardenCoreFFI"
module_name = "BitwardenCore"
generate_immutable_records = true

0 comments on commit 148110d

Please sign in to comment.