6
0

add new version 12.4.0

This commit is contained in:
mac-mini-003 2025-04-17 12:05:43 +02:00
parent 7f2ce0ed96
commit 28de0cbd52

View File

@ -17,29 +17,29 @@ let package = Package(
.package(
name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.exact("12.3.2")
.exact("12.4.0")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm",
.exact("12.1.0")
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("12.2.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/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.2/WebIdOnDeviceDocumentScanner.framework-v12.3.2.zip",
checksum: "6d43fdb97e726c62b76ac7e52adcb658a2db8be8146cb5c2342d6b4e1816f037"
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.4.0/WebIdOnDeviceDocumentScanner.framework-v12.4.0.zip",
checksum: "c1f97460a31fca36c32a6fa3e334a62e9f3936ec6a556af75eb35a2058ab98f6"
),
.target(
name: "WebIdOnDeviceDocumentScannerWrapper",