diff --git a/Package.swift b/Package.swift index 5c89ad8..6b3448f 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.1.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.1") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.1.1/WebIdDigitalSigningPlugin.framework-v15.1.1-SNAPSHOT-831.zip", - checksum: "bc578f42f2c58387fece826ef6049ae8315a488a7510da89b4da3bb23d3dee99" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.1.2/WebIdDigitalSigningPlugin.framework-v15.1.2-SNAPSHOT-833.zip", + checksum: "2751142897f8f7dc1d1810ae7cd543c8b7edd69baf9bd24b5461de48f729f959" ), .target( name: "WebIdDigitalSigningPluginWrapper",