From b24413c7300bca3bc59021d4b401b21bf7955bcc Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 18 Jul 2024 09:05:21 +0200 Subject: [PATCH] add new version 13.0.8 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index b9bccd6..05a6595 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("5.0.1") + .exact("5.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.0.1") + .exact("11.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.0.3") + .exact("12.1.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.0.3") + .exact("12.1.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.0.7/WebIdEIdOnServerProductPlugin.framework-v13.0.7.zip", - checksum: "d29c8aa09836f59856eccc392c16b2070e681c93b68767bf77604e416367d134" + 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" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",