File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
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-2621-9574bd0 /BitwardenFFI-1.0.0-9574bd0 .xcframework.zip " ,
34
- checksum: " 361f55e473f9965a10a3e38bdfd50222c12205568751f5cdcd45707865a21917 " )
33
+ url: " https://github.com/bitwarden/sdk-swift/releases/download/v1.0.0-2625-a2c20d1 /BitwardenFFI-1.0.0-a2c20d1 .xcframework.zip " ,
34
+ checksum: " 8733e4391a5e0acf943f4e7268a34d6a93d96482f6f8d189bad271b1d2a20aea " )
35
35
]
36
36
)
Original file line number Diff line number Diff line change @@ -998,8 +998,8 @@ private let initializationResult: InitializationResult = {
998
998
return InitializationResult . contractVersionMismatch
999
999
}
1000
1000
1001
- uniffiEnsureBitwardenCryptoInitialized ( )
1002
1001
uniffiEnsureBitwardenCoreInitialized ( )
1002
+ uniffiEnsureBitwardenCryptoInitialized ( )
1003
1003
return InitializationResult . ok
1004
1004
} ( )
1005
1005
Original file line number Diff line number Diff line change @@ -3384,8 +3384,8 @@ private let initializationResult: InitializationResult = {
3384
3384
return InitializationResult . contractVersionMismatch
3385
3385
}
3386
3386
3387
- uniffiEnsureBitwardenVaultInitialized ( )
3388
3387
uniffiEnsureBitwardenCoreInitialized ( )
3388
+ uniffiEnsureBitwardenVaultInitialized ( )
3389
3389
return InitializationResult . ok
3390
3390
} ( )
3391
3391
Original file line number Diff line number Diff line change @@ -7566,17 +7566,17 @@ private let initializationResult: InitializationResult = {
7566
7566
uniffiCallbackInitCipherRepository ( )
7567
7567
uniffiCallbackInitFido2CredentialStore ( )
7568
7568
uniffiCallbackInitFido2UserInterface ( )
7569
- uniffiEnsureBitwardenStateInitialized ( )
7570
- uniffiEnsureBitwardenExportersInitialized ( )
7571
- uniffiEnsureBitwardenEncodingInitialized ( )
7572
- uniffiEnsureBitwardenCollectionsInitialized ( )
7573
7569
uniffiEnsureBitwardenGeneratorsInitialized ( )
7574
- uniffiEnsureBitwardenVaultInitialized ( )
7575
- uniffiEnsureBitwardenFidoInitialized ( )
7576
- uniffiEnsureBitwardenCryptoInitialized ( )
7577
- uniffiEnsureBitwardenCoreInitialized ( )
7570
+ uniffiEnsureBitwardenExportersInitialized ( )
7578
7571
uniffiEnsureBitwardenSendInitialized ( )
7572
+ uniffiEnsureBitwardenStateInitialized ( )
7573
+ uniffiEnsureBitwardenCoreInitialized ( )
7574
+ uniffiEnsureBitwardenFidoInitialized ( )
7579
7575
uniffiEnsureBitwardenSshInitialized ( )
7576
+ uniffiEnsureBitwardenCollectionsInitialized ( )
7577
+ uniffiEnsureBitwardenCryptoInitialized ( )
7578
+ uniffiEnsureBitwardenVaultInitialized ( )
7579
+ uniffiEnsureBitwardenEncodingInitialized ( )
7580
7580
return InitializationResult . ok
7581
7581
} ( )
7582
7582
You can’t perform that action at this time.
0 commit comments