diff --git a/Package.swift b/Package.swift index 80d2ee8..56291e8 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-document-scanner-spm.git", - .exact("13.3.2") + .exact("13.4.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", - .exact("13.3.1") + .exact("13.4.0") ), .package( name: "DocumentReader", url: "https://github.com/regulaforensics/DocumentReader-Swift-Package", - .upToNextMajor(from: "7.5.4221") + .exact("7.5.4221") ), .package( name: "Full", url: "https://github.com/regulaforensics/DocumentReaderFull-Swift-Package", - .upToNextMajor(from: "7.5.11015") + .exact("7.5.11015") ) ], targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.3.2/WebIdOnDeviceDocumentScanner.framework-v13.3.2.zip", - checksum: "b693536bfc300b0f034a30712b286eb644c67538843d88455c02ea733342fef9" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.4.0/WebIdOnDeviceDocumentScanner.framework-v13.4.0.zip", + checksum: "6e9430059a24d98f4e428004c0175ae49fcdf30fe994af28c099c364f3f6d304" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",