From 6ea87d4206c0c708445bb08e0b9f4c5bd2bfc529 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 4 Apr 2025 10:56:54 +0200 Subject: [PATCH] add new version 13.3.0-SNAPSHOT-1396 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index b4ef1c9..6172868 100644 --- a/Package.swift +++ b/Package.swift @@ -27,19 +27,19 @@ let package = Package( .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/experimental/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.3.0/WebIdOnDeviceDocumentScanner.framework-v13.3.0-SNAPSHOT-1395.zip", - checksum: "935739e69da7f9c587c6f5228cff77c9af64ea3c5badef9ace9028207fe598a6" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.3.0/WebIdOnDeviceDocumentScanner.framework-v13.3.0-SNAPSHOT-1396.zip", + checksum: "31e23186a643577bb1366f0f9075177a595b5186186719b5a5ce31088b26b2c1" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",