diff --git a/Package.swift b/Package.swift index 8b64abc..2ceb005 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("21.2.0") ) ], targets: [ .binaryTarget( name: "WebIdCellCheckPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.0.6/WebIdCellCheckPlugin.framework-v2.0.6-SNAPSHOT-142.zip", - checksum: "4454df619592e1b16990bd904278f8f1af95a60b6629095e7f8330f1247b8ba8" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.0.6/WebIdCellCheckPlugin.framework-v2.0.6-SNAPSHOT-149.zip", + checksum: "3e19380d5175371624e6032b90263d7bf92b7c4911a0bc69ce532197cab1171b" ), .target( name: "WebIdCellCheckPluginWrapper",