From f9a2798df00b46ad69dd4a0ab31981d6c9ff0c83 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 16 Jun 2025 11:20:40 +0200 Subject: [PATCH] add new version 14.7.0 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 5f9c846..dd5d851 100644 --- a/Package.swift +++ b/Package.swift @@ -22,24 +22,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.4.2") + .exact("12.4.3") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.5.2") + .exact("13.6.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .exact("13.5.2") + .exact("13.6.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdEIdOnServerProductPlugin/14.6.1/WebIdEIdOnServerProductPlugin.framework-v14.6.1.zip", - checksum: "7f41b64ef548334263619fd309627883f26c9169037adf0277c860b9c8d23f01" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdEIdOnServerProductPlugin/14.7.0/WebIdEIdOnServerProductPlugin.framework-v14.7.0.zip", + checksum: "b01bc21cd773b25f2433ce59437e34974cc9e83560dcff2e7226a619aa611a0a" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",