From 461fa8d657da39c1c42d0037307c0c89971d779a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 12 Dec 2024 18:28:24 +0100 Subject: [PATCH] add new version 14.3.0-SNAPSHOT-1252 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 9760a6f..d9fea3d 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.git", - .exact("13.2.0") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm.git", - .exact("13.2.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.1.2") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm", - .exact("11.1.1") + .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.2.0/WebIdVideoIdentProductPlugin.framework-v14.2.0-SNAPSHOT-1250.zip", - checksum: "f48e606fab98877a274ab61012b46c0564b65d0b52f1753c9dd10f26e93d5f43" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/14.3.0/WebIdVideoIdentProductPlugin.framework-v14.3.0-SNAPSHOT-1252.zip", + checksum: "f0d41f96814f0c1bbe0f277c11e433338f9bd9c2c97670d2b4a9d2350771d657" ), .target( name: "WebIdVideoIdentProductPluginWrapper",