From acf2559d1e101cd3031146fbf2f9a392d7281b44 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 2 Apr 2026 15:13:34 +0200 Subject: [PATCH] add new version 22.3.4-SNAPSHOT-1683 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index f4a0154..e0ffc73 100644 --- a/Package.swift +++ b/Package.swift @@ -17,34 +17,34 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("22.0.1") + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("22.0.1") + .branch("snapshots") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("22.0.1") + .branch("snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("22.0.1") + .branch("snapshots") ), .package( name: "WebIdCellCheckPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm", - .exact("2.0.5") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.3.2/WebIdAutoIdProductPlugin.framework-v22.3.2-SNAPSHOT-1681.zip", - checksum: "378114b9fb093bd50ce29dfcf9f4a806bbf61203ecb75471de6c9e64c514739a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.3.4/WebIdAutoIdProductPlugin.framework-v22.3.4-SNAPSHOT-1683.zip", + checksum: "9d469d8c509b37a428df806c6040a8dc8151b32edb6bb15debbebfea6ca62a1d" ), .target( name: "WebIdAutoIdProductPluginWrapper",