From b05bf2db7eb92143a7421a80bc15048eb3429948 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 8 Jan 2026 16:14:56 +0100 Subject: [PATCH] add new version 21.2.2-SNAPSHOT-1569 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 210b0f4..c3002b0 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("snapshots") + .exact("21.0.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .exact("21.0.0") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .branch("snapshots") + .exact("21.0.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("snapshots") + .exact("21.0.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/21.2.2/WebIdEIdProductPlugin.framework-v21.2.2-SNAPSHOT-1567.zip", - checksum: "cf07b9098e92aa90f45513c1ef4672bac3ae0aa0b2e8d456a4c32aeca3bcd475" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/21.2.2/WebIdEIdProductPlugin.framework-v21.2.2-SNAPSHOT-1569.zip", + checksum: "6a0b687bc92d9e734d8cbd3a22ba5afd98e0ffa9ddca6584daaaa4fb18e26383" ), .target( name: "WebIdEIdProductPluginWrapper",