diff --git a/Package.swift b/Package.swift index e94cced..2d55197 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") + .exact("15.2.1") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .branch("legacy-snapshots") + .exact("15.1.2") ) ], 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-840.zip", - checksum: "bd15975bca5853af144f7e1988e04454f44f0d80357b5273619e3ff33a4e3991" + 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" ), .target( name: "WebIdDigitalSigningPluginWrapper",