diff --git a/Package.swift b/Package.swift index 47a4310..ac5e95a 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.2.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdOnServerDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/22.0.4/WebIdOnServerDocumentScanner.framework-v22.0.4-SNAPSHOT-1630.zip", - checksum: "952b3c228e6416d647a8cef29edd369e93ad39caa2362cf8c1a6c5d8b4fb1a62" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/22.1.1/WebIdOnServerDocumentScanner.framework-v22.1.1-SNAPSHOT-1634.zip", + checksum: "5293e0ab12b33b60a7f3f115b34e191b8a4f7a658b5ce8ba2c9f6db8c42b2b58" ), .target( name: "WebIdOnServerDocumentScannerWrapper",