From 166c633f07d964dcd3b4f7eb2eac58e906f62605 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 28 Jan 2025 15:43:53 +0100 Subject: [PATCH] add new version 13.4.0-SNAPSHOT-1259 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 459deea..8397dda 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", - .branch("snapshots") + .exact("12.3.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", - .branch("snapshots") + .exact("12.3.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("snapshots") + .exact("11.2.0") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .branch("snapshots") + .exact("10.4.0") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/13.4.0/WebIdVideoIdentProductPlugin.framework-v13.4.0-SNAPSHOT-1247.zip", - checksum: "a7cf60871e69a729a08ced4e9e4a8ea4e0e6f5814467898fe2668acc5144b11a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/13.4.0/WebIdVideoIdentProductPlugin.framework-v13.4.0-SNAPSHOT-1259.zip", + checksum: "2ff6388653812e630c86f5fdc52a2cbec73f53f807a07632e92b0d3a3ee150eb" ), .target( name: "WebIdVideoIdentProductPluginWrapper",