diff --git a/Package.swift b/Package.swift index 471082c..038fc29 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", - .exact("21.0.1") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdCellCheckPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.0.1/WebIdCellCheckPlugin.framework-v2.0.1-SNAPSHOT-115.zip", - checksum: "cf24b9a6e61d29c253877aeb4681fc978655414f6348a538d915cb86937e87a2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.0.2/WebIdCellCheckPlugin.framework-v2.0.2-SNAPSHOT-118.zip", + checksum: "94853e044838fed0a6c41b6866f7a97b1c92068f2906d4fdbd3fd568c6e06c31" ), .target( name: "WebIdCellCheckPluginWrapper",