From ceea7f99932c3f2345e80f6542696acd13634c68 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 7 May 2025 22:26:14 +0200 Subject: [PATCH] add new version 14.6.0-SNAPSHOT-1367 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 4c26209..7d874e9 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.4.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.4.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.3.0") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm", - .exact("11.3.0") + .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.3.0/WebIdVideoIdentProductPlugin.framework-v14.3.0-SNAPSHOT-1363.zip", - checksum: "330a50861151defa310c3a510a06d912d6b9cca83514d72a600bd4e3dc58b768" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/14.6.0/WebIdVideoIdentProductPlugin.framework-v14.6.0-SNAPSHOT-1367.zip", + checksum: "3c3b98342f3a89f73095808715bb36350167bf3ddc4929734b762f504418b3fe" ), .target( name: "WebIdVideoIdentProductPluginWrapper",