From d5670e64fe7328dc2241fb2dee2b9322691ee329 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 1 Sep 2025 10:59:47 +0200 Subject: [PATCH] add new version 13.7.3 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 8181d9f..e0bb5f2 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("15.0.0") + .exact("12.6.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.0.0") + .exact("12.6.0") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("15.0.0") + .exact("5.5.2") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.0.0") + .exact("11.4.2") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/15.0.1/WebIdEIdProductPlugin.framework-v15.0.1.zip", - checksum: "c35c88d475689fc6413556fdc09c183b3829fcf9b79d80c91a5625ad7d0a12f8" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/13.7.3/WebIdEIdProductPlugin.framework-v13.7.3.zip", + checksum: "d431ca7173d289a57f7324f979b9fd2c6d2b2a39fddeb2388ec2ec02c61a27ca" ), .target( name: "WebIdEIdProductPluginWrapper",