File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ let package = Package(
3333 ) ,
3434 . binaryTarget(
3535 name: " BitwardenFFI " ,
36- url: " https://github.com/bitwarden/sdk-swift/releases/download/v1.0.0-unstable-250008a /BitwardenFFI-1.0.0-250008a .xcframework.zip " ,
37- checksum: " e85d1ef47d34144b4fefeb86aa068ce37e0e2866c718ae72c6981e3e37f5ed55 "
36+ url: " https://github.com/bitwarden/sdk-swift/releases/download/v1.0.0-unstable-a1654e8 /BitwardenFFI-1.0.0-a1654e8 .xcframework.zip " ,
37+ checksum: " 2b5c7be1c5b105466466ec7b62335e598950f0ebfb4d7c03838669a237cc6efe "
3838 ) ,
3939 ]
4040)
Original file line number Diff line number Diff line change @@ -7100,15 +7100,15 @@ private let initializationResult: InitializationResult = {
71007100 uniffiCallbackInitCipherRepository ( )
71017101 uniffiCallbackInitFido2CredentialStore ( )
71027102 uniffiCallbackInitFido2UserInterface ( )
7103+ uniffiEnsureBitwardenCoreInitialized ( )
7104+ uniffiEnsureBitwardenCollectionsInitialized ( )
71037105 uniffiEnsureBitwardenSendInitialized ( )
7104- uniffiEnsureBitwardenFidoInitialized ( )
7106+ uniffiEnsureBitwardenVaultInitialized ( )
71057107 uniffiEnsureBitwardenExportersInitialized ( )
7106- uniffiEnsureBitwardenSshInitialized ( )
7108+ uniffiEnsureBitwardenFidoInitialized ( )
71077109 uniffiEnsureBitwardenCryptoInitialized ( )
7110+ uniffiEnsureBitwardenSshInitialized ( )
71087111 uniffiEnsureBitwardenGeneratorsInitialized ( )
7109- uniffiEnsureBitwardenCollectionsInitialized ( )
7110- uniffiEnsureBitwardenCoreInitialized ( )
7111- uniffiEnsureBitwardenVaultInitialized ( )
71127112 return InitializationResult . ok
71137113} ( )
71147114
Original file line number Diff line number Diff line change @@ -6374,8 +6374,8 @@ private let initializationResult: InitializationResult = {
63746374 return InitializationResult . contractVersionMismatch
63756375 }
63766376
6377- uniffiEnsureBitwardenCoreInitialized ( )
63786377 uniffiEnsureBitwardenCryptoInitialized ( )
6378+ uniffiEnsureBitwardenCoreInitialized ( )
63796379 return InitializationResult . ok
63806380} ( )
63816381
You can’t perform that action at this time.
0 commit comments