From 7ce4b4020b09c2e7238ab9c9dd3add24642d5bd4 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 16 Sep 2025 10:40:50 +0200 Subject: [PATCH] add new version 20.2.2-SNAPSHOT-955 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index bb52528..a42716e 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.0") + .branch("snapshots") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("15.0.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.0.0/WebIdDigitalSigningPlugin.framework-v15.0.0-SNAPSHOT-807.zip", - checksum: "81af0eb65fd01a01c27680b1216343b265a4a63c199ff719077afb349afd6571" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/20.2.2/WebIdDigitalSigningPlugin.framework-v20.2.2-SNAPSHOT-955.zip", + checksum: "8cbca27be38e14c806f62fdac4736faf4016ac157a0022d58b4a8019bcdf6b0d" ), .target( name: "WebIdDigitalSigningPluginWrapper",