diff --git a/Package.swift b/Package.swift index 939f196..9cdbab7 100644 --- a/Package.swift +++ b/Package.swift @@ -21,25 +21,25 @@ let package = Package( ), .package( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("21.0.1") + url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm", + .branch("snapshots") ), .package( name: "DocumentReader", url: "https://github.com/regulaforensics/DocumentReader-Swift-Package", - .exact("7.5.4221") + .exact("8.4.5436") ), .package( name: "Full", url: "https://github.com/regulaforensics/DocumentReaderFull-Swift-Package", - .exact("7.5.11015") + .exact("8.4.14872") ) ], targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.4.2/WebIdOnDeviceDocumentScanner.framework-v20.4.2-SNAPSHOT-1538.zip", - checksum: "b31cd9efc24baf5ca66bfc778c357ab68b0c9efe7d1a8f8f6cbe67d6f17ff2a9" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/21.0.2/WebIdOnDeviceDocumentScanner.framework-v21.0.2-SNAPSHOT-1546.zip", + checksum: "2669bed3da39bdd3b82f7fdb6e5068edd79808f72f04944fb78722590ad878c6" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",