diff --git a/Package.swift b/Package.swift index 69dce76..f796d0c 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("15.0.0") + .branch("experimental") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("15.0.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/15.0.0/WebIdDigitalSigningPlugin.framework-v15.0.0.zip", - checksum: "a5bf0c33d29ee27651c86fca496c84f061d80e2c7e020dacf28dee8ec3865416" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdDigitalSigningPlugin/20.2.2/WebIdDigitalSigningPlugin.framework-v20.2.2-SNAPSHOT-959.zip", + checksum: "b3fba397cb76501f2c58ab77afb7418cc819ff716bde5c67592428f6460a3e65" ), .target( name: "WebIdDigitalSigningPluginWrapper",