From b5aa2a3c1e569293be320cfcb2c6ff72bb9bd7e4 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 2 Apr 2026 16:38:18 +0200 Subject: [PATCH] add new version 22.3.4-SNAPSHOT-1684 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index 8d6b21b..a38926a 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", - .branch("snapshots") + .exact("22.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .exact("22.0.2") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .branch("snapshots") + .exact("22.0.2") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("snapshots") + .exact("22.0.2") ), .package( name: "WebIdCellCheckPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm", - .branch("snapshots") + .exact("2.0.5") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdProductPlugin", - 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: "8f48c4294502523d15f060bb3bc8eaa705f0516cdaf8e38678aae76983190549" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.3.4/WebIdAutoIdProductPlugin.framework-v22.3.4-SNAPSHOT-1684.zip", + checksum: "571aef96dfee5a8ecdcccd664398e1f308badeaf9cb697053382e45d802116fe" ), .target( name: "WebIdAutoIdProductPluginWrapper",