diff --git a/Package.swift b/Package.swift index dfce8a8..cc3e2f2 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", - .branch("legacy-snapshots") + .branch("experimental") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .branch("legacy-snapshots") + .branch("experimental") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdDigitalSigningPlugin/15.0.1/WebIdDigitalSigningPlugin.framework-v15.0.1-SNAPSHOT-814.zip", - checksum: "8f94171055aa91c9da9a674c87bddb55fc48dc5a32e5b471d71c6b328770c14f" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdDigitalSigningPlugin/20.3.2/WebIdDigitalSigningPlugin.framework-v20.3.2-SNAPSHOT-977.zip", + checksum: "96c3beda02664446fbe863a8fa90f102e39554acc6d671b5e801d9341750e36a" ), .target( name: "WebIdDigitalSigningPluginWrapper",