From eecd82ad5d155a72a28f609c541baad7dfa9f62d Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 27 May 2025 06:17:58 +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 32d489d..b416c0d 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ 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.1") + .exact("12.5.2") ), .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: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("5.5.1") + .exact("5.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") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/13.4.1/WebIdEIdProductPlugin.framework-v13.4.1-SNAPSHOT-1279.zip", - checksum: "fbb93d377acdca3a3610e61cb8a2ad069023c9e741b031885400bf370faba901" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/13.4.1/WebIdEIdProductPlugin.framework-v13.4.1-SNAPSHOT-1280.zip", + checksum: "b480f495bbb7f8000e9b98981527ead962dd57cc68640b4aefc21ecdca2c3566" ), .target( name: "WebIdEIdProductPluginWrapper",