diff --git a/Package.swift b/Package.swift index ddfbb22..56c1ec4 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,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.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/20.4.2/WebIdIosIdentScanPlugin.framework-v20.4.2-SNAPSHOT-1535.zip", - checksum: "bef753ad91a5515edd21c7c5d4a18defbc5c3b8593e8cb21374df4a06ab40362" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/20.4.2/WebIdIosIdentScanPlugin.framework-v20.4.2-SNAPSHOT-1536.zip", + checksum: "0490db89fb2b421f80781705ec64ec4be94e5ceb86c47128d4e652fb0e760fd5" ), .target( name: "WebIdIosIdentScanPluginWrapper",