diff --git a/Package.swift b/Package.swift index d39d292..471082c 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.0.1") ) ], 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-114.zip", - checksum: "77093879c24351271fa37a22e40c4726e26ce8ac9395300586efc6a5c39aa4e3" + 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" ), .target( name: "WebIdCellCheckPluginWrapper",