From 9d317644f7e9907cb2a21d6ecd9f0ee0202a3c51 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 12 Jul 2024 12:43:38 +0200 Subject: [PATCH] add new version 11.0.1-SNAPSHOT-768 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index aeb264e..4b93746 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/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/11.0.1/WebIdDigitalSigningPlugin.framework-v11.0.1-SNAPSHOT-767.zip", - checksum: "ad7b7a2be22548312a109d8fab709610c5e888cbb5cada5e626ce56fcdaba418" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/11.0.1/WebIdDigitalSigningPlugin.framework-v11.0.1-SNAPSHOT-768.zip", + checksum: "a1a7aee3837e813dc2699f34eedf02cb06fadf0ce268100c42d24dba1b815b6d" ), .target( name: "WebIdDigitalSigningPluginWrapper",