From 3507e935686cc68edc1317fb4e02aefb52c3eb42 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Jun 2026 15:33:13 +0200 Subject: [PATCH] add new version 15.2.0 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index ace6b47..2e27a00 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.1.2") + .exact("15.2.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("15.1.1") + .exact("15.2.0") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.1.2/WebIdIosIdentScanPlugin.framework-v15.1.2.zip", - checksum: "62a0473cf4e30241170621ce6feebe0b8dd08299fb6fcfd95a95c056155704f2" + 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" ), .target( name: "WebIdIosIdentScanPluginWrapper",