From fe2e79487ae0f9dbc09bd4d46506f0808cab10c8 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Sun, 10 May 2026 21:27:41 +0200 Subject: [PATCH] add new version 220.4.2-SNAPSHOT-1878 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index d4ccf2e..9fc2556 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", - .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: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .branch("snapshots") + .branch("experimental") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("snapshots") + .branch("experimental") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdEIdProductPlugin/21.2.2/WebIdEIdProductPlugin.framework-v21.2.2-SNAPSHOT-1566.zip", - checksum: "bc3c24ef3f13b2b8b5e84bf14a3c23b93e062948ca04d17821204af31dccc8b5" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdEIdProductPlugin/220.4.2/WebIdEIdProductPlugin.framework-v220.4.2-SNAPSHOT-1878.zip", + checksum: "ddb33c6b9477324dd19a935f8bc099ad39e30b147aee6474da9622b4c6060601" ), .target( name: "WebIdEIdProductPluginWrapper",