From 6bba62c83fb9881ad6a1c16c695b9b43392f7cdf Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 23 Jul 2024 13:17:16 +0200 Subject: [PATCH] add new version 13.0.9 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 05a6595..1301686 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/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.0") + .exact("11.1.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.1.0") + .exact("12.2.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.1.0") + .exact("12.2.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.0.8/WebIdEIdOnServerProductPlugin.framework-v13.0.8.zip", - checksum: "a6a3d609bb95b6b9c4fee7afae5bf07d7877853c81cd1d7e05097b3d28c02b14" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.0.9/WebIdEIdOnServerProductPlugin.framework-v13.0.9.zip", + checksum: "163d288beaa90c92b6c941a7212986333eacfcda79ac2aad70fa620b4a3be515" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",