6
0

add new version 13.3.0

This commit is contained in:
mac-mini-003 2025-02-03 11:51:50 +01:00
parent 6be97fece9
commit d3054a3653

View File

@ -17,19 +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.2.0")
.exact("13.3.0")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git",
.exact("13.2.1")
.exact("13.3.0")
),
.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/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.2.0/WebIdOnDeviceDocumentScanner.framework-v13.2.0.zip",
checksum: "49e832550c9fb6efe8716aebde94453d193e39fa9e3b853c87c2a16a67265b5f"
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.3.0/WebIdOnDeviceDocumentScanner.framework-v13.3.0.zip",
checksum: "433db3920be8f4fb8a697f0af92e2210c07e6b8ae207933e721004385cb3106b"
),
.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"),
]
)
],