From 2ae0d73f57e8d88fc8f38ea24f488a7d18d81fa3 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 17 Apr 2025 17:18:31 +0200 Subject: [PATCH] add new version 13.6.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 0338dad..b581988 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.3.2") + .exact("12.4.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.3.2") + .exact("12.4.0") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("5.3.0") + .exact("5.4.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.2.0") + .exact("11.3.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/13.5.0/WebIdEIdProductPlugin.framework-v13.5.0.zip", - checksum: "a2b1ad69f718d4fd03e89611aabf2f364a144ba8c35a767f623dbd2ae82091d7" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/13.6.0/WebIdEIdProductPlugin.framework-v13.6.0.zip", + checksum: "23e729c2c3953fd1abe19e9e3aec75d16579214c62ff3bf18dfb7e087a7aa8cd" ), .target( name: "WebIdEIdProductPluginWrapper",