diff --git a/Package.swift b/Package.swift index d1c8caa..5099dea 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.1.0") ) ], targets: [ .binaryTarget( name: "WebIdCellCheckPlugin", - 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" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/3.0.1/WebIdCellCheckPlugin.framework-v3.0.1-SNAPSHOT-173.zip", + checksum: "11773e888f39bd72b8e5a72de7d67b4695e38404cd47e22046a2e1f889ff79dc" ), .target( name: "WebIdCellCheckPluginWrapper",