From 2bacc4eb554f9a7ff4136daca9121b6765b508a8 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 4 Nov 2025 16:28:18 +0100 Subject: [PATCH] add new version 21.1.3-SNAPSHOT-1543 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index a33fce7..94922c4 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("20.3.3") + .branch("experimental") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("20.3.5") + .branch("experimental") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("20.3.5") + .branch("experimental") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("20.3.5") + .branch("experimental") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/21.1.2/WebIdAutoIdProductPlugin.framework-v21.1.2-SNAPSHOT-1539.zip", - checksum: "65d9ced35fc6d6f57471a717d6b3b82717a4fb4e401807f5bcbba96adcf1f67d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/21.1.3/WebIdAutoIdProductPlugin.framework-v21.1.3-SNAPSHOT-1543.zip", + checksum: "40030a4f6b70f7ad071876c9ed348a638fa2f2ed2f97f3cb2d2a427498d6de9b" ), .target( name: "WebIdAutoIdProductPluginWrapper",