From c36eae6d27514a5631ed4918dcffd217ac8ee667 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 4 May 2026 20:17:04 +0200 Subject: [PATCH] add new version 22.1.1-SNAPSHOT-1077 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 63822d7..2b4d21f 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .branch("modernize") + .branch("snapshots") ), .package( name: "WebIdSdkUiKitComponents", @@ -28,8 +28,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/22.1.1/WebIdDigitalSigningPlugin.framework-v22.1.1-SNAPSHOT-1076.zip", - checksum: "c6f3d8d2625d1e75942af006cea327db07dc9f20d0ef6f7cf970b8ba442180a5" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/22.1.1/WebIdDigitalSigningPlugin.framework-v22.1.1-SNAPSHOT-1077.zip", + checksum: "e96e18c839d65b4c57107bc4838226b29842ae2a4bb3a00341951e32bc8bd723" ), .target( name: "WebIdDigitalSigningPluginWrapper",