From a10d45658367e1cfe1ad697af805bfc742c909d3 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 29 Jun 2026 16:07:34 +0200 Subject: [PATCH] add new version 15.2.2 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index db32fbd..aff96c6 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("15.2.1") + .exact("15.2.2") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("15.2.1") + .exact("15.2.2") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.2.1/WebIdIosIdentScanPlugin.framework-v15.2.1.zip", - checksum: "be85152cba6a27a6960e67850dadd821e24053907298ee9e2d805d7c55bbc9ac" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.2.2/WebIdIosIdentScanPlugin.framework-v15.2.2.zip", + checksum: "b95479ea743e21b0ca1dc66b3f881e09ef3d30e5b73aeb3c518bc428c57d985f" ), .target( name: "WebIdIosIdentScanPluginWrapper",