From d4d1e433a3a526d4f5e22dda7bb9de34194cbff9 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 27 Dec 2024 12:52:00 +0100 Subject: [PATCH] add new version 13.4.0-SNAPSHOT-1245 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index e61ad92..391aaa6 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/SwiftPackages/webid-ident-scan-plugin-spm.git", - .exact("12.2.1") + .branch("snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", - .exact("12.2.1") + .branch("snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.5") + .branch("snapshots") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("10.3.1") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/13.3.3/WebIdVideoIdentProductPlugin.framework-v13.3.3-SNAPSHOT-1243.zip", - checksum: "53d1753099e140e2b371815ca139e6f6a14866e3a3c0e1a40e334555fbff8617" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/13.4.0/WebIdVideoIdentProductPlugin.framework-v13.4.0-SNAPSHOT-1245.zip", + checksum: "b9fd843cb40cc8c7abd4336a3ae214ffe04e842bf29555346317c2ab657d122e" ), .target( name: "WebIdVideoIdentProductPluginWrapper",