From 3c169c40bc5d5f8e832f343e7f7d04081b623b52 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 27 May 2025 06:29:19 +0200 Subject: [PATCH] add new version 14.6.0-SNAPSHOT-1396 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 0ad7904..ac86abe 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-eident-plugin-spm", - .exact("6.5.0") + .exact("6.5.2") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.4.0") + .exact("12.4.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.5.0") + .exact("13.5.2") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .exact("13.5.0") + .exact("13.5.2") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/14.6.0/WebIdEIdOnServerProductPlugin.framework-v14.6.0-SNAPSHOT-1395.zip", - checksum: "bd0abdd17b9c1386211f4159d91917497913e93a002e06464e469a5a03659cbb" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/14.6.0/WebIdEIdOnServerProductPlugin.framework-v14.6.0-SNAPSHOT-1396.zip", + checksum: "c3fefaf75d05455b3391d284a97c6a244b6b61b6e23b90ee91d05e5e6e1ff2c6" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",