6
0

add new version 20.1.0

This commit is contained in:
mac-mini-003 2025-08-01 13:27:39 +02:00
parent b396c0db42
commit 8da488e558

View File

@ -17,12 +17,12 @@ let package = Package(
.package(
name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-document-scanner-spm.git",
.exact("20.0.1")
.exact("20.1.0")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git",
.exact("20.0.0")
.exact("20.1.0")
),
.package(
name: "DocumentReader",
@ -38,8 +38,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.0.1/WebIdOnDeviceDocumentScanner.framework-v20.0.1.zip",
checksum: "094ec97a9f09ce91f93b54411e54dab02a552f744802f6057a827414f4df6a5e"
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.1.0/WebIdOnDeviceDocumentScanner.framework-v20.1.0.zip",
checksum: "f74545fb79c9e67154a19320d9093cd9373bb094d0b3fbd833f8c3528a525ab3"
),
.target(
name: "WebIdOnDeviceDocumentScannerWrapper",