From 68cb84d03a89495f2f9356e82bd0289e658fc247 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 30 Apr 2026 13:51:04 +0200 Subject: [PATCH] add new version 21.2.1-SNAPSHOT-405 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 9494aae..870c247 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ui-components-spm.git", - .upToNextMinor(from: "15.0.0") + .branch("snapshots") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "15.1.2") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPluginCore/15.1.2/WebIdPluginCore.framework-v15.1.2.zip", - checksum: "afc99bc89abc0af52aecf15e9f3ca8248c87bbce6c40201e96b2ecb391ff46da" + url: "https://api.webid-solutions.de/releases/ios/xcframework/modernize/de/webid-solutions/WebIdPluginCore/21.2.1/WebIdPluginCore.framework-v21.2.1-SNAPSHOT-405.zip", + checksum: "2c5ab1fd8b1843bf7986bf036befe533302711e7e5525fcb980ed5055b07ab25" ), .target( name: "WebIdPluginCoreWrapper",