From 9fc2ed885f439338d7ebcde6c9d049472eae0d7e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 9 Jun 2026 18:09:08 +0200 Subject: [PATCH] add new version 15.2.1 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 2e27a00..db32fbd 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.0") + .exact("15.2.1") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("15.2.0") + .exact("15.2.1") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.2.0/WebIdIosIdentScanPlugin.framework-v15.2.0.zip", - checksum: "31e92766f5458d178c17d180352149aee10411e445717d88a0663beabfb1a749" + 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" ), .target( name: "WebIdIosIdentScanPluginWrapper",