From 5a759342ba3f03f51a89e16df6cfa4596c361c96 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 27 May 2025 06:18:44 +0200 Subject: [PATCH] add new version 13.4.1-SNAPSHOT-1280 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index bae88d9..59c7a36 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.5.1") + .exact("12.5.2") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.5.1") + .exact("12.5.2") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.4.1") + .exact("11.4.2") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("10.7.1") + .exact("10.7.2") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/13.4.1/WebIdVideoIdentProductPlugin.framework-v13.4.1-SNAPSHOT-1279.zip", - checksum: "7b605558abaf283b1462da28d3d88b9988efc926803ca1e01c17c92b07eaad14" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/13.4.1/WebIdVideoIdentProductPlugin.framework-v13.4.1-SNAPSHOT-1280.zip", + checksum: "491055561e5428477898fa86cca8f1c4d640e5ee5426e7b2fbb16bc388691578" ), .target( name: "WebIdVideoIdentProductPluginWrapper",