diff --git a/Package.swift b/Package.swift index ab4f3b8..4d298cb 100644 --- a/Package.swift +++ b/Package.swift @@ -22,7 +22,7 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("21.1.0") + .branch("snapshots") ), .package( name: "DocumentReader", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/22.0.2/WebIdOnDeviceDocumentScanner.framework-v22.0.2-SNAPSHOT-1616.zip", - checksum: "e55d96bfe25cee01db59e35c1febc7069a8d305740b3995814360f34b63e0fa2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/22.0.4/WebIdOnDeviceDocumentScanner.framework-v22.0.4-SNAPSHOT-1618.zip", + checksum: "fc105784ea435ff64e59bcece746b4d00baf40f0a462b9f8fe56e5fbf5f53c89" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",