From 224369e5e4e4e4bc223caca354bb3da861662cfb Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Sun, 10 May 2026 21:27:03 +0200 Subject: [PATCH] add new version 220.4.2-SNAPSHOT-1878 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index ae42e66..0c3608d 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") + .branch("experimental") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .branch("experimental") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .branch("snapshots") + .branch("experimental") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("snapshots") + .branch("experimental") ), .package( name: "WebIdCellCheckPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm", - .branch("snapshots") + .branch("experimental") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/21.2.2/WebIdAutoIdProductPlugin.framework-v21.2.2-SNAPSHOT-1566.zip", - checksum: "1bd2b94b59b181efa44b5a741d0a2bf02cf96646752427325a1901f95987ec17" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/220.4.2/WebIdAutoIdProductPlugin.framework-v220.4.2-SNAPSHOT-1878.zip", + checksum: "63e49ef7ee5170b45da887a88875ad67a0ca082276584f9e5f492f546fe54049" ), .target( name: "WebIdAutoIdProductPluginWrapper",