From 5c817cba4aeb0224c493f835391bd677e273e9ae Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 17 Jun 2025 11:23:14 +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 2c1f363..3a20750 100644 --- a/Package.swift +++ b/Package.swift @@ -17,12 +17,12 @@ let package = Package( .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") ), .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: "WebIdEIdentPlugin", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/13.7.1/WebIdEIdProductPlugin.framework-v13.7.1.zip", - checksum: "f15ed477b1042ba025fd799840541eada9358177a9e3d1cc021e301c6dfb506e" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/13.7.2/WebIdEIdProductPlugin.framework-v13.7.2.zip", + checksum: "a3192a18b1462cc266597d737c40d0542227c1aa0871c25897a8875f35806770" ), .target( name: "WebIdEIdProductPluginWrapper",