From 25407d0af2dd79aa4c9d913875726807134aef44 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 2 Sep 2025 17:21:07 +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 db2fdda..2d18a0a 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .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") ), .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: "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") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/20.1.2/WebIdMetaPlugin.framework-v20.1.2-SNAPSHOT-1489.zip", - checksum: "386f2dd9ec0ca1aaac44fe4cd2e8241be9a2c2d80a45bb14cc32356f2ac180dd" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/21.0.3/WebIdMetaPlugin.framework-v21.0.3-SNAPSHOT-1500.zip", + checksum: "2a3a49618da4f04d378ed397a13a00eae158e079779bd482dd6a131c25cada98" ), .target( name: "WebIdMetaPluginWrapper",