From 27e9370dbc7e3395bcfb969b16dc1c2bb5d17864 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 22 Oct 2024 11:40:34 +0200 Subject: [PATCH] add new version 13.3.0 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index ffa0b48..d4caccb 100644 --- a/Package.swift +++ b/Package.swift @@ -32,14 +32,14 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.4") + .exact("11.1.5") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/13.2.0/WebIdEIdProductPlugin.framework-v13.2.0.zip", - checksum: "8555215a4b350080d9c40d149706772a136a053a45142c302fb4f311fd226076" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/13.3.0/WebIdEIdProductPlugin.framework-v13.3.0.zip", + checksum: "dda38021fa4bbd000bbcafc3aac6a580165d539c33ef2cdfffc47a8c450bd1f8" ), .target( name: "WebIdEIdProductPluginWrapper",