From 8abba9841ccd28d3b5ba460e6bb05d273574cfa5 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 24 Apr 2025 17:45:36 +0200 Subject: [PATCH] add new version 14.5.0 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 210bdf1..949fb98 100644 --- a/Package.swift +++ b/Package.swift @@ -17,24 +17,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.2.1") + .exact("12.3.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.3.2") + .exact("13.4.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .exact("13.3.2") + .exact("13.4.0") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/14.4.3/WebIdAutoIdentOnServerProductPlugin.framework-v14.4.3.zip", - checksum: "7ef271c8ba8c22f832abc55a3f5b9a7fae5f17abe8009ed55a06f8520472fe99" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/14.5.0/WebIdAutoIdentOnServerProductPlugin.framework-v14.5.0.zip", + checksum: "af82a2861938214667687d2e3f2f8cf92b9c1b496e49707f54f6d2bfde841518" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",