From 7d2d4acf5d0d347b7b947683cb6be4a120d0b647 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 27 May 2025 06:29:35 +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 6b8b7ad..1bef8fa 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-bank-ident-plugin-spm", - .exact("11.6.0") + .exact("11.6.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: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .exact("13.5.0") + .exact("13.5.2") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdPayProductPlugin/14.6.0/WebIdPayProductPlugin.framework-v14.6.0-SNAPSHOT-1395.zip", - checksum: "aa5d3c5e5233e67ae66b2b8e273363298925c52034e5dd655cc158e0c735a4b6" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdPayProductPlugin/14.6.0/WebIdPayProductPlugin.framework-v14.6.0-SNAPSHOT-1396.zip", + checksum: "043a66f991c0ac0abcbd16784e2e575ce1259f16c3460410c138000ec2606d99" ), .target( name: "WebIdPayProductPluginWrapper",