From 66021abfc7748654f2a666060a817802200d0af0 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 12 Jan 2026 14:58:09 +0100 Subject: [PATCH] add new version 15.1.1-SNAPSHOT-831 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 4433877..5c89ad8 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", - .branch("legacy-snapshots") + .exact("15.1.1") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .branch("legacy-snapshots") + .exact("15.1.1") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.1.1/WebIdDigitalSigningPlugin.framework-v15.1.1-SNAPSHOT-830.zip", - checksum: "314d6191e9cdce9ce363c685bffebfdbcc2582b02e62acf1c8be1074f8fecfa1" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.1.1/WebIdDigitalSigningPlugin.framework-v15.1.1-SNAPSHOT-831.zip", + checksum: "bc578f42f2c58387fece826ef6049ae8315a488a7510da89b4da3bb23d3dee99" ), .target( name: "WebIdDigitalSigningPluginWrapper",