From 4a58ee4bf726109360fb64b51ef288837ef97cad Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 2 Sep 2025 17:21:35 +0200 Subject: [PATCH] add new version 21.0.3-SNAPSHOT-1500 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 002aa40..2566e7f 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("20.2.0") + .exact("20.2.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .exact("20.2.0") + .exact("20.2.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("20.2.0") + .exact("20.2.1") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm", - .exact("20.2.0") + .exact("20.2.2") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/20.1.2/WebIdVideoIdProductPlugin.framework-v20.1.2-SNAPSHOT-1489.zip", - checksum: "91f809bb747ff3fe635070b34d2f95534502f7bea35b12c0b267f57e886beb90" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/21.0.3/WebIdVideoIdProductPlugin.framework-v21.0.3-SNAPSHOT-1500.zip", + checksum: "cde75a9b90b5fa736e10306347da993942a9e18b3eea205ebbfc9debbb9674c6" ), .target( name: "WebIdVideoIdProductPluginWrapper",