From b05231d61105604ef55b6110bc97fe97908947f7 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 25 Jun 2026 13:06:28 +0200 Subject: [PATCH] add new version 23.1.2 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index fe38767..623999a 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("23.1.1") + .exact("23.1.2") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("22.1.0") + .exact("22.1.1") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdIosIdentScanPlugin/23.1.1/WebIdIosIdentScanPlugin.framework-v23.1.1.zip", - checksum: "4be773e1aab8f02ee0668ab83a5b2ac142f15a7f784bc3c931c2a4053534fcf8" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdIosIdentScanPlugin/23.1.2/WebIdIosIdentScanPlugin.framework-v23.1.2.zip", + checksum: "c23df29ccc77102725abd7b2222ce6487d708afadbc542c41a6aa91bb5082e8d" ), .target( name: "WebIdIosIdentScanPluginWrapper",