From 3e4d5efd6cefed400da3cd8ef15dead85c75b28a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 17 Apr 2025 12:17:36 +0200 Subject: [PATCH] add new version 11.3.0 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 1526a47..5ecf62d 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.1.0") + .exact("12.2.0") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("9.2.0") + .exact("9.3.0") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/11.2.0/WebIdDigitalSigningPlugin.framework-v11.2.0.zip", - checksum: "d97e41d9ce956c86e8fee274cd3984fa8fde51258daaa95e78d87ff2db40fa50" + 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" ), .target( name: "WebIdDigitalSigningPluginWrapper",