diff --git a/Package.swift b/Package.swift index 9680c8f..7a11d34 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ 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.1.0") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/22.0.2/WebIdIosIdentScanPlugin.framework-v22.0.2-SNAPSHOT-1612.zip", - checksum: "b4743ee91466c3681c7b7df9b7adbf8c0587c6e3ddaaa5d5c3ca9431faec86d8" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/22.0.2/WebIdIosIdentScanPlugin.framework-v22.0.2-SNAPSHOT-1613.zip", + checksum: "f63d643094e2a9db49f8c55e780fc909b8ce563f4d2d2286510b128862840f99" ), .target( name: "WebIdIosIdentScanPluginWrapper",