From 0175b465a0b1ecd6e7a86cc4275dfe1315b99f06 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 3 Nov 2025 15:11:34 +0100 Subject: [PATCH] add new version 20.3.4-SNAPSHOT-981 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index d55065d..d2ca64e 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("20.3.0") + .branch("snapshots") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("20.3.1") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/20.3.2/WebIdDigitalSigningPlugin.framework-v20.3.2-SNAPSHOT-979.zip", - checksum: "e8e6c1fbe48ae5a9a41997244f62b929022ae808822b2ce295004e23269a1cc2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/20.3.4/WebIdDigitalSigningPlugin.framework-v20.3.4-SNAPSHOT-981.zip", + checksum: "c112e925c433ac4de5041e7730bdad51a679cf0074b9f09b017e7ce4fc93d4b6" ), .target( name: "WebIdDigitalSigningPluginWrapper",