From 8d98572f7a7209200988f8851d5b1eacc36e2e82 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 4 May 2026 17:49:58 +0200 Subject: [PATCH] add new version 22.1.3-SNAPSHOT-1643 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 155013f..455017b 100644 --- a/Package.swift +++ b/Package.swift @@ -22,7 +22,7 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .branch("snapshots") + .branch("modernize") ), .package( name: "DocumentReader", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/22.1.2/WebIdOnDeviceDocumentScanner.framework-v22.1.2-SNAPSHOT-1638.zip", - checksum: "72868c7b93ba69b5dc25ea4d5add231a6b85b28a0267ab86d138ba9b1d5e968a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/22.1.3/WebIdOnDeviceDocumentScanner.framework-v22.1.3-SNAPSHOT-1643.zip", + checksum: "4251f112f88d04bab6ab346d4762d5411f66f58eb31cb0a9c9ffbf427b3bf6bd" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",