diff --git a/Package.swift b/Package.swift index 37f97db..e40fce5 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("snapshots") + .exact("21.0.0") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .branch("snapshots") + .exact("21.0.0") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/20.4.2/WebIdDigitalSigningPlugin.framework-v20.4.2-SNAPSHOT-1010.zip", - checksum: "e0ac5a63490896ef5a49f836739c587553ad00a8436689fe708ef83963bdbde0" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/20.4.2/WebIdDigitalSigningPlugin.framework-v20.4.2-SNAPSHOT-1015.zip", + checksum: "a362fdb163398cdde2be6a3986cb0577eaea9cf727c57d4d147f5b09aa1cba1d" ), .target( name: "WebIdDigitalSigningPluginWrapper",