diff --git a/Package.swift b/Package.swift index 2d55197..9cf5107 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.1") + .branch("legacy-snapshots") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("15.1.2") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.1.2/WebIdDigitalSigningPlugin.framework-v15.1.2-SNAPSHOT-839.zip", - checksum: "3b2783b40ea9f1707b6facf061b6ce4137655aea13ced4918f857cd9ab997a69" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.2.2/WebIdDigitalSigningPlugin.framework-v15.2.2-SNAPSHOT-841.zip", + checksum: "b330d8d3a00a7f100e2a5ac4976c7249dd7abda561983ed3c272b5e8b931828b" ), .target( name: "WebIdDigitalSigningPluginWrapper",