diff --git a/Package.swift b/Package.swift index 4311724..844db7a 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", - .exact("11.0.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.framework-v12.0.1-SNAPSHOT-1285.zip", - checksum: "2f427a2bae46e1e779f9ebeb8475f86a36bf1857c4d396b9243a9015168845fa" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.framework-v12.0.1-SNAPSHOT-1286.zip", + checksum: "ceceef684ed5d9b351417acf19bc91a279b04586fb0e8c201ccd7ab8c5b67580" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",