From 8b00cac551841598d7fc281c841ce1d848a54539 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 17 Jan 2025 15:04:27 +0100 Subject: [PATCH] add new version 13.3.0-SNAPSHOT-1383 --- Package.swift | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index dd118c0..bfe128e 100644 --- a/Package.swift +++ b/Package.swift @@ -23,13 +23,23 @@ let package = Package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", .branch("redesign-v4-snapshots") + ), + .package( + name: "DocumentReader", + url: "https://github.com/regulaforensics/DocumentReader-Swift-Package", + .upToNextMajor(from: "7.5.4221") + ), + .package( + name: "Full", + url: "https://github.com/regulaforensics/DocumentReaderFull-Swift-Package", + .upToNextMajor(from: "7.5.11015") ) ], targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.3.0/WebIdOnDeviceDocumentScanner.framework-v13.3.0-SNAPSHOT-1382.zip", - checksum: "9d2c1b3ba9978dc6ec5765cf4f6631b792eea97c491bb665e66b5ab37b9056b7" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.3.0/WebIdOnDeviceDocumentScanner.framework-v13.3.0-SNAPSHOT-1383.zip", + checksum: "61691045099bc0f8243ddf6d2e9592579ddaa0e240da1277e955ec023b572e79" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper", @@ -39,6 +49,8 @@ let package = Package( .product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"), .product(name: "WebIdPluginCore", package: "WebIdPluginCore"), + .product(name: "DocumentReader", package: "DocumentReader"), + .product(name: "Full", package: "Full"), ] ) ],