From f4c953020492284c999844ac4a291e1c4a6cd1e0 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Dec 2025 12:19:33 +0100 Subject: [PATCH] add new version 15.0.3-SNAPSHOT-825 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 7cfb583..66d0aa1 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", - .exact("15.0.1") + .branch("legacy-snapshots") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("15.0.1") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.0.1/WebIdDigitalSigningPlugin.framework-v15.0.1-SNAPSHOT-823.zip", - checksum: "d4d11197c6253d413bf0d0c3a0e2acb3e267fc1d230e12cc5f13f8e04b16011d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.0.3/WebIdDigitalSigningPlugin.framework-v15.0.3-SNAPSHOT-825.zip", + checksum: "3be85a67cde157dfa64e5c0ec8472644df17106a00eafd255fb455dd0ed2fb4e" ), .target( name: "WebIdDigitalSigningPluginWrapper",