From d13e3eebb00e3eea83ede14eb78354afbdc78780 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 26 Jun 2024 08:42:47 +0200 Subject: [PATCH] add new version 13.0.2 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 66fceeb..47c54fc 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.0.0") + .exact("12.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.0.0") + .exact("12.0.1") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("5.0.0") + .exact("5.0.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.0.0") + .exact("11.0.1") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/13.0.1/WebIdEIdProductPlugin.framework-v13.0.1.zip", - checksum: "965f9d934760050a14ae22ec3b2ca64cc3538623af80d40cf365fea0f6b5e675" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/13.0.2/WebIdEIdProductPlugin.framework-v13.0.2.zip", + checksum: "e86b77b3100b1d6a190d020829599173feca553afd2f55584f5f41662fc19aa8" ), .target( name: "WebIdEIdProductPluginWrapper",