From 67b52fe66217b65c62dae44e096acd24f276380d Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 10 Jun 2026 15:02:46 +0200 Subject: [PATCH] add new version 22.5.5-SNAPSHOT-1730 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 45db62f..be713e0 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("23.1.1") + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("23.1.1") + .branch("snapshots") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("22.0.1") + .branch("snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("23.0.3") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/22.5.3/WebIdEIdProductPlugin.framework-v22.5.3-SNAPSHOT-1728.zip", - checksum: "9c5e45da802d55ea9f01cf0d782d3bed5dc1a3f591d85a264416f822562dd18b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/22.5.5/WebIdEIdProductPlugin.framework-v22.5.5-SNAPSHOT-1730.zip", + checksum: "458169ed563ec8bebe2a05e8ed965e0518b463122a5fc61cc5a06441ca996126" ), .target( name: "WebIdEIdProductPluginWrapper",