From 98064f64f1a83ee0cc5e42de573191f5f01851b6 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 27 Mar 2026 16:05:46 +0100 Subject: [PATCH] add new version 22.2.4-SNAPSHOT-1657 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index cc5faca..720a66b 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.2.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .exact("21.2.1") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .branch("snapshots") + .exact("21.0.4") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("snapshots") + .exact("21.0.4") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/22.2.4/WebIdEIdProductPlugin.framework-v22.2.4-SNAPSHOT-1656.zip", - checksum: "613890e4acf0349b5e7726961b4da066d9147a88ee1a6583f3fe61b63d50adb9" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/22.2.4/WebIdEIdProductPlugin.framework-v22.2.4-SNAPSHOT-1657.zip", + checksum: "64f8370965d7a2012bc1b870f668c57890da157da5f6a611f787fd01da1d1ff7" ), .target( name: "WebIdEIdProductPluginWrapper",