From c1cf2a166dc9554cde51c67417d0bd5bdbb909d1 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 23 May 2025 10:46:49 +0200 Subject: [PATCH] add new version 11.4.0 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 5ecf62d..e125e7f 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("12.2.0") + .exact("12.3.1") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("9.3.0") + .exact("9.3.1") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/11.3.0/WebIdDigitalSigningPlugin.framework-v11.3.0.zip", - checksum: "d6572e500b7f298bf7d3c95923c6346a41c6eea5953dcb7c2d237dd052a7459e" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/11.4.0/WebIdDigitalSigningPlugin.framework-v11.4.0.zip", + checksum: "d517f87a3429ad0ae6fe715b55b8e2dab8a75455c498c642f9a2c6c438214e4b" ), .target( name: "WebIdDigitalSigningPluginWrapper",