From 96b31e92737cebc634ff731d77de725bacaf65e6 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 13 Mar 2026 16:36:31 +0100 Subject: [PATCH] add new version 22.2.2-SNAPSHOT-1651 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index d6cf11d..2bbf960 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", - .exact("21.2.1") + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("21.2.1") + .branch("snapshots") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("21.0.4") + .branch("snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("21.0.4") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/22.1.2/WebIdEIdProductPlugin.framework-v22.1.2-SNAPSHOT-1641.zip", - checksum: "c35a9d782f68a06d382c12fda00b95711ba9d2e1c57c3908a233f9489e8ce386" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/22.2.2/WebIdEIdProductPlugin.framework-v22.2.2-SNAPSHOT-1651.zip", + checksum: "3a4d5d12552d5ce43dfe4354c95af4e7b2cc96bedd600b298c4022397272f26a" ), .target( name: "WebIdEIdProductPluginWrapper",