diff --git a/Package.swift b/Package.swift index fa53c96..6243aea 100644 --- a/Package.swift +++ b/Package.swift @@ -17,14 +17,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("22.0.0") ) ], targets: [ .binaryTarget( name: "WebIdCellCheckPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.1.1/WebIdCellCheckPlugin.framework-v2.1.1-SNAPSHOT-152.zip", - checksum: "3b3808abf188ff78ea23aa7f6bdda7c21dc1695fc70cd2f5d406ec9ed8d8c304" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.1.1/WebIdCellCheckPlugin.framework-v2.1.1-SNAPSHOT-155.zip", + checksum: "a60e0a0f9aa0a127de1d7c7604d9db62cde31caa278b28892a1b1cb0dc06ca62" ), .target( name: "WebIdCellCheckPluginWrapper",