From ef81d00a3edfc633ced17135fc7ae6b1298ab7b3 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 8 May 2026 17:05:29 +0200 Subject: [PATCH] add new version 22.1.0-SNAPSHOT-1187 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index bd62899..5879d7a 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", - .branch("snapshots") + .branch("experimental") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .branch("snapshots") + .branch("experimental") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdDigitalSigningPlugin/201.0.5/WebIdDigitalSigningPlugin.framework-v201.0.5-SNAPSHOT-1046.zip", - checksum: "1385e5677f716fcfad1a1217302bf9cb651b1f93717ebf93bc0775422d61d0ae" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdDigitalSigningPlugin/22.1.0/WebIdDigitalSigningPlugin.framework-v22.1.0-SNAPSHOT-1187.zip", + checksum: "2a14d323ed59b4b8abaaa5a25f364f213119fc9bda8f9d37fc35ca4cfeb5094b" ), .target( name: "WebIdDigitalSigningPluginWrapper",