7
0

add new version 22.1.0

This commit is contained in:
mac-mini-003 2026-04-23 16:34:54 +02:00
parent 72198c6902
commit 8125a369b5

View File

@ -17,12 +17,12 @@ 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("22.0.3") .exact("22.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.1.0") .exact("21.2.0")
), ),
.package( .package(
name: "DocumentReader", name: "DocumentReader",
@ -38,8 +38,8 @@ let package = Package(
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdOnDeviceDocumentScanner", name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdOnDeviceDocumentScanner/22.0.3/WebIdOnDeviceDocumentScanner.framework-v22.0.3.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdOnDeviceDocumentScanner/22.1.0/WebIdOnDeviceDocumentScanner.framework-v22.1.0.zip",
checksum: "f10f540530ff626db6feea20b28053ba6c8ba199d9becafc97fb4b0749b0860a" checksum: "f6ba54eefe403cc2f41866b50db4df52489831d7d9a7ab23acdd75cc091c308a"
), ),
.target( .target(
name: "WebIdOnDeviceDocumentScannerWrapper", name: "WebIdOnDeviceDocumentScannerWrapper",