From 106aa47d31f06a3986675d78b6199fa441447b45 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 1 Aug 2025 14:37:41 +0200 Subject: [PATCH] add new version 20.0.5-SNAPSHOT-1455 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index bd47ebd..1ab11b6 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", - .branch("redesign-v4-snapshots") + .exact("20.1.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .branch("redesign-v4-snapshots") + .exact("20.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.1.0") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.1.0") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/20.0.5/WebIdVideoIdentProductPlugin.framework-v20.0.5-SNAPSHOT-1447.zip", - checksum: "18ad35a8f68dd06dde948dd59c309c058d24bcc248b3379276784c44b6b187d9" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/20.0.5/WebIdVideoIdentProductPlugin.framework-v20.0.5-SNAPSHOT-1455.zip", + checksum: "f4e3475c1db7e31216c57864f0066ff3eb8e1ed136d64cb8f03a29e48deb2cb2" ), .target( name: "WebIdVideoIdentProductPluginWrapper",