From ba946ddf0226b5537183191b78b7f163101c02da Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 8 Jan 2026 20:45:04 +0100 Subject: [PATCH] add new version 21.0.2-SNAPSHOT-365 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 85830ec..5328278 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: "21.0.1") + .branch("snapshots") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "21.0.1") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.1/WebIdPluginCore.framework-v21.0.1-SNAPSHOT-363.zip", - checksum: "056d9daf31fd150bb9426f359c251f5a51852ee0f113985ab8a889e084503157" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.2/WebIdPluginCore.framework-v21.0.2-SNAPSHOT-365.zip", + checksum: "53cfbe99aade268983febc671b6c58b6a436214eaba76e038b5747a56f31eb63" ), .target( name: "WebIdPluginCoreWrapper",