diff --git a/Package.swift b/Package.swift index c3a10d0..4eec7f7 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", - .exact("21.2.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/22.0.4/WebIdIosIdentScanPlugin.framework-v22.0.4-SNAPSHOT-1630.zip", - checksum: "a73558c6eef4c5734a1ac8b5ba0a2681debbb51e6fdc5e8ece3643dc1c923db6" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/22.1.1/WebIdIosIdentScanPlugin.framework-v22.1.1-SNAPSHOT-1634.zip", + checksum: "70ab5d02395c16a070818990c9f549841fb0cb3693b58fa7b5c87b901ddfa47e" ), .target( name: "WebIdIosIdentScanPluginWrapper",