From 896eca9fb316a78aa13cceca8550a5f3d6624afb Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 23 Jul 2024 11:39:39 +0200 Subject: [PATCH] add new version 11.1.2 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 11324a3..281793a 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("9.0.0") + .exact("9.1.1") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/11.1.0/WebIdDigitalSigningPlugin.framework-v11.1.0.zip", - checksum: "2f655ce58f058b4f8cc7ad6442ec16ea65ba9e6d99bdf198f2a6060bcb71a23d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/11.1.2/WebIdDigitalSigningPlugin.framework-v11.1.2.zip", + checksum: "d347766f726d9c1061726d59ab2b6191914b6ef304751ca471174198e15c3f12" ), .target( name: "WebIdDigitalSigningPluginWrapper",