From 5f700df302af388cc69d9cb75f8f921398e70ebf Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 12 Sep 2024 11:50:42 +0200 Subject: [PATCH] add new version 12.0.0 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 3b8bab6..d9e13a1 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/SwiftPackageRedesignV4/webid-sdk-ui-components-spm.git", - .exact("10.0.0-beta") + .exact("10.0.0") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdDigitalSigningPlugin/12.0.0/WebIdDigitalSigningPlugin.framework-v12.0.0-beta.zip", - checksum: "c475f548ee74ba8b8386f7188db7262e6ccc5c739bdffc7f050c05634421b507" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdDigitalSigningPlugin/12.0.0/WebIdDigitalSigningPlugin.framework-v12.0.0.zip", + checksum: "2bcc53b09b645d4755f66faab0fae8a18db9544b2e1e9d4ba19783d4b843a17b" ), .target( name: "WebIdDigitalSigningPluginWrapper",