diff --git a/Package.swift b/Package.swift index c7f7f0d..c3b0262 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.2.2") + .branch("legacy-snapshots") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("15.2.0") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.2.2/WebIdDigitalSigningPlugin.framework-v15.2.2-SNAPSHOT-844.zip", - checksum: "7787640c402b7934283488bf30743e2c8c29de4439ae27be3141e1eaa4eab95a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.2.2/WebIdDigitalSigningPlugin.framework-v15.2.2-SNAPSHOT-848.zip", + checksum: "3083ff07c9f9ff629704d8bc87090a74bd11308472c55f6458c6eba7d1aa0849" ), .target( name: "WebIdDigitalSigningPluginWrapper",