diff --git a/Package.swift b/Package.swift index 9a0979d..d1c8caa 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("22.0.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdCellCheckPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.1.2/WebIdCellCheckPlugin.framework-v2.1.2-SNAPSHOT-169.zip", - checksum: "597d4759fc65e6543b7465ada0fbb5cc9469f0caadc465243113e9745ce937e3" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/3.0.1/WebIdCellCheckPlugin.framework-v3.0.1-SNAPSHOT-171.zip", + checksum: "b256722359baa3f8cd6d2d87fba61615f725833a09a0af4dc207eb224e19e095" ), .target( name: "WebIdCellCheckPluginWrapper",