diff --git a/Package.swift b/Package.swift index 92610f9..01e75a2 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.2") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .branch("snapshots") + .exact("21.0.1") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/21.0.2/WebIdDigitalSigningPlugin.framework-v21.0.2-SNAPSHOT-1024.zip", - checksum: "c3198818355a04b32a51b858678cd791f9739a0e674adff170c9aa8e4aeab895" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/21.0.2/WebIdDigitalSigningPlugin.framework-v21.0.2-SNAPSHOT-1027.zip", + checksum: "24beba9ddcfc7cce348c2cfc6b4a5b1d087f682763177767f1a6729cd4de4b01" ), .target( name: "WebIdDigitalSigningPluginWrapper",