From 3011514a6e56b3a082996698088f0b08bc821e0f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 17 Jun 2025 11:25:05 +0200 Subject: [PATCH] add new version 13.7.2 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 5700eaa..4ead271 100644 --- a/Package.swift +++ b/Package.swift @@ -27,19 +27,19 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.5.3") + .exact("12.6.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.5.3") + .exact("12.6.0") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.7.1/WebIdPayProductPlugin.framework-v13.7.1.zip", - checksum: "c120cea9493712920873efbdd8cb2984d17491effb1bc13aab33131c3d672c84" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.7.2/WebIdPayProductPlugin.framework-v13.7.2.zip", + checksum: "e2eae3d8f2ec7ac327839eb75f7fd07a24281be38ba70aea22936de421a3b6fa" ), .target( name: "WebIdPayProductPluginWrapper",