From af3aca20baec6b85fe900e294c8c6d97b655d5da Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 12 Jul 2024 12:40:50 +0200 Subject: [PATCH] add new version 11.1.0 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index a85e38a..11324a3 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("11.0.1") + .exact("12.0.0") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("8.0.1") + .exact("9.0.0") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/11.0.1/WebIdDigitalSigningPlugin.framework-v11.0.1.zip", - checksum: "e6639b00def0995dd57a1636ac81a7648423a0a000532d48c6668bb66fc185d5" + 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" ), .target( name: "WebIdDigitalSigningPluginWrapper",