File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ let package = Package(
30
30
dependencies: [ " BitwardenSdk " ] ) ,
31
31
. binaryTarget(
32
32
name: " BitwardenFFI " ,
33
- url: " https://github.com/bitwarden/sdk-swift/releases/download/v1.0.0-2647-7963cdc /BitwardenFFI-1.0.0-7963cdc .xcframework.zip " ,
34
- checksum: " dd06c799ba769eda228a9f77a8c9eeb56322c92922f16bf839d087035f428f02 " )
33
+ url: " https://github.com/bitwarden/sdk-swift/releases/download/v1.0.0-2649-80fbec9 /BitwardenFFI-1.0.0-80fbec9 .xcframework.zip " ,
34
+ checksum: " 423a33239d76d202d36b56ec342b75f8f2020626122558b0e60623b6fb97681f " )
35
35
]
36
36
)
Original file line number Diff line number Diff line change @@ -8176,16 +8176,16 @@ private let initializationResult: InitializationResult = {
8176
8176
uniffiCallbackInitFido2CredentialStore ( )
8177
8177
uniffiCallbackInitFido2UserInterface ( )
8178
8178
uniffiCallbackInitFolderRepository ( )
8179
- uniffiEnsureBitwardenEncodingInitialized ( )
8180
- uniffiEnsureBitwardenFidoInitialized ( )
8181
- uniffiEnsureBitwardenVaultInitialized ( )
8182
- uniffiEnsureBitwardenExportersInitialized ( )
8183
- uniffiEnsureBitwardenSendInitialized ( )
8184
- uniffiEnsureBitwardenSshInitialized ( )
8185
- uniffiEnsureBitwardenCollectionsInitialized ( )
8179
+ uniffiEnsureBitwardenStateInitialized ( )
8186
8180
uniffiEnsureBitwardenCryptoInitialized ( )
8181
+ uniffiEnsureBitwardenCollectionsInitialized ( )
8182
+ uniffiEnsureBitwardenSendInitialized ( )
8187
8183
uniffiEnsureBitwardenGeneratorsInitialized ( )
8188
- uniffiEnsureBitwardenStateInitialized ( )
8184
+ uniffiEnsureBitwardenVaultInitialized ( )
8185
+ uniffiEnsureBitwardenSshInitialized ( )
8186
+ uniffiEnsureBitwardenExportersInitialized ( )
8187
+ uniffiEnsureBitwardenFidoInitialized ( )
8188
+ uniffiEnsureBitwardenEncodingInitialized ( )
8189
8189
uniffiEnsureBitwardenCoreInitialized ( )
8190
8190
return InitializationResult . ok
8191
8191
} ( )
Original file line number Diff line number Diff line change @@ -7662,8 +7662,8 @@ private let initializationResult: InitializationResult = {
7662
7662
}
7663
7663
7664
7664
uniffiEnsureBitwardenCryptoInitialized ( )
7665
- uniffiEnsureBitwardenCollectionsInitialized ( )
7666
7665
uniffiEnsureBitwardenCoreInitialized ( )
7666
+ uniffiEnsureBitwardenCollectionsInitialized ( )
7667
7667
return InitializationResult . ok
7668
7668
} ( )
7669
7669
You can’t perform that action at this time.
0 commit comments