From 22f4d269c65391fa3ca874ad977c8d8fdcea13cf Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 5 Mar 2026 15:30:12 +0100 Subject: [PATCH] add new version 21.0.4-SNAPSHOT-379 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 8405f40..8001b72 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .branch("experimental") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.4/WebIdPluginCore.framework-v21.0.4-SNAPSHOT-381.zip", - checksum: "e233aeada8e4a673fde9b1529e0b541206f5f8e66a20098aa49b191f958e6b62" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.4/WebIdPluginCore.framework-v21.0.4-SNAPSHOT-379.zip", + checksum: "3de1c3c49f3a2de1d28d217ec88a9f58e8df4b78b44b2d6ea767db1d5bbf2e0e" ), .target( name: "WebIdPluginCoreWrapper",