7
0

add new version 21.1.0

This commit is contained in:
mac-mini-003 2026-02-06 12:14:15 +01:00
parent 155be1c63e
commit 527fd4fe00

View File

@ -17,29 +17,29 @@ let package = Package(
.package( .package(
name: "WebIdDocumentScanner", name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.exact("21.0.1") .exact("21.1.0")
), ),
.package( .package(
name: "WebIdPluginCore", name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("21.0.1") .exact("21.0.2")
), ),
.package( .package(
name: "DocumentReader", name: "DocumentReader",
url: "https://github.com/regulaforensics/DocumentReader-Swift-Package", url: "https://github.com/regulaforensics/DocumentReader-Swift-Package",
.exact("7.5.4221") .exact("9.1.5702")
), ),
.package( .package(
name: "Full", name: "Full",
url: "https://github.com/regulaforensics/DocumentReaderFull-Swift-Package", url: "https://github.com/regulaforensics/DocumentReaderFull-Swift-Package",
.exact("7.5.11015") .exact("9.1.15611")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdOnDeviceDocumentScanner", name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdOnDeviceDocumentScanner/21.0.1/WebIdOnDeviceDocumentScanner.framework-v21.0.1.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdOnDeviceDocumentScanner/21.1.0/WebIdOnDeviceDocumentScanner.framework-v21.1.0.zip",
checksum: "e1e68bb3550ef83c9d3ecd77f682bdf483ba0c92e61dd121d2dba9011e968446" checksum: "1fd98141483c5e99968731a922ee9ad1472606986d84b31bb158474a98076a3c"
), ),
.target( .target(
name: "WebIdOnDeviceDocumentScannerWrapper", name: "WebIdOnDeviceDocumentScannerWrapper",