From 642cfd5ac85571366e7c8180e019d84a3f5e684a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 18 Jun 2025 14:07:24 +0200 Subject: [PATCH] add new version 20.0.0-SNAPSHOT-1407 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 7cbe06d..c44dbc9 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.6.0") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .exact("13.6.0") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.4.3") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm", - .exact("11.4.2") + .branch("redesign-v4-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/14.7.0/WebIdVideoIdentProductPlugin.framework-v14.7.0-SNAPSHOT-1405.zip", - checksum: "142274aaadcb7ff4a1dd1ffcc8b7e703e90e6d43714707771f92ab54841bcf72" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/20.0.0/WebIdVideoIdentProductPlugin.framework-v20.0.0-SNAPSHOT-1407.zip", + checksum: "e7245ea298d3034e6c7700d9ccadce1f9681c4c701eeb61cb5d49c347cf41695" ), .target( name: "WebIdVideoIdentProductPluginWrapper",