diff --git a/Package.swift b/Package.swift index 1139559..47befb5 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.1.1") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdCellCheckPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/3.0.2/WebIdCellCheckPlugin.framework-v3.0.2-SNAPSHOT-179.zip", - checksum: "3530be665019f073b3ddea2faf0d7ba23bb719febdf1ebe78fbd4e0c07eec97c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/3.0.2/WebIdCellCheckPlugin.framework-v3.0.2-SNAPSHOT-180.zip", + checksum: "88f9c047ab9233db695fb31b00aad04d10d902d0f5757525870eb4ae3a6ea78b" ), .target( name: "WebIdCellCheckPluginWrapper",