File tree Expand file tree Collapse file tree 3 files changed +13
-17
lines changed Expand file tree Collapse file tree 3 files changed +13
-17
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ let package = Package(
12
12
// Products define the executables and libraries a package produces, and make them visible to other packages.
13
13
. library(
14
14
name: " BitwardenSdk " ,
15
- targets: [ " BitwardenSdk " , " BitwardenFFI " ]
16
- ) ,
15
+ targets: [ " BitwardenSdk " , " BitwardenFFI " ] ) ,
17
16
] ,
18
17
dependencies: [
19
18
// Dependencies declare other packages that this package depends on.
@@ -25,16 +24,13 @@ let package = Package(
25
24
. target(
26
25
name: " BitwardenSdk " ,
27
26
dependencies: [ " BitwardenFFI " ] ,
28
- swiftSettings: [ . unsafeFlags( [ " -suppress-warnings " ] ) ]
29
- ) ,
27
+ swiftSettings: [ . unsafeFlags( [ " -suppress-warnings " ] ) ] ) ,
30
28
. testTarget(
31
29
name: " BitwardenSdkTests " ,
32
- dependencies: [ " BitwardenSdk " ]
33
- ) ,
30
+ dependencies: [ " BitwardenSdk " ] ) ,
34
31
. binaryTarget(
35
- name: " BitwardenFFI " ,
36
- url: " https://github.com/bitwarden/sdk-swift/releases/download/v1.0.0-unstable-9b1253a/BitwardenFFI-1.0.0-9b1253a.xcframework.zip " ,
37
- checksum: " 515ffdbc128e032f24939707a78bfb4f9bd58d83c747fdbb7350ed934568d31f "
38
- ) ,
32
+ name: " BitwardenFFI " ,
33
+ url: " https://github.com/bitwarden/sdk-swift/releases/download/v1.0.0-2394-72f4866/BitwardenFFI-1.0.0-72f4866.xcframework.zip " ,
34
+ checksum: " 52809b7bd3057a68b70ecefa99646fece101148d5e24000b004d0430989dbf96 " )
39
35
]
40
36
)
Original file line number Diff line number Diff line change @@ -7247,15 +7247,15 @@ private let initializationResult: InitializationResult = {
7247
7247
uniffiCallbackInitFido2CredentialStore ( )
7248
7248
uniffiCallbackInitFido2UserInterface ( )
7249
7249
uniffiEnsureBitwardenSendInitialized ( )
7250
- uniffiEnsureBitwardenGeneratorsInitialized ( )
7251
7250
uniffiEnsureBitwardenCollectionsInitialized ( )
7251
+ uniffiEnsureBitwardenCryptoInitialized ( )
7252
+ uniffiEnsureBitwardenFidoInitialized ( )
7253
+ uniffiEnsureBitwardenEncodingInitialized ( )
7252
7254
uniffiEnsureBitwardenCoreInitialized ( )
7253
7255
uniffiEnsureBitwardenExportersInitialized ( )
7254
- uniffiEnsureBitwardenFidoInitialized ( )
7255
- uniffiEnsureBitwardenVaultInitialized ( )
7256
7256
uniffiEnsureBitwardenSshInitialized ( )
7257
- uniffiEnsureBitwardenEncodingInitialized ( )
7258
- uniffiEnsureBitwardenCryptoInitialized ( )
7257
+ uniffiEnsureBitwardenGeneratorsInitialized ( )
7258
+ uniffiEnsureBitwardenVaultInitialized ( )
7259
7259
return InitializationResult . ok
7260
7260
} ( )
7261
7261
Original file line number Diff line number Diff line change @@ -6542,9 +6542,9 @@ private let initializationResult: InitializationResult = {
6542
6542
return InitializationResult . contractVersionMismatch
6543
6543
}
6544
6544
6545
- uniffiEnsureBitwardenCollectionsInitialized ( )
6546
- uniffiEnsureBitwardenCryptoInitialized ( )
6547
6545
uniffiEnsureBitwardenCoreInitialized ( )
6546
+ uniffiEnsureBitwardenCryptoInitialized ( )
6547
+ uniffiEnsureBitwardenCollectionsInitialized ( )
6548
6548
return InitializationResult . ok
6549
6549
} ( )
6550
6550
You can’t perform that action at this time.
0 commit comments