From 01e539d0f5d48061a086514d8c94db3020f70d98 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 24 May 2024 14:56:50 +0200 Subject: [PATCH] add new version 13.0.0-SNAPSHOT-1159 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index b55ac40..232b544 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("11.1.1") + .exact("12.0.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("11.1.1") + .exact("12.0.0") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("4.0.1") + .exact("5.0.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("10.0.2") + .exact("11.0.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/12.0.4/WebIdEIdProductPlugin.framework-v12.0.4.zip", - checksum: "3ad7ffcdbcf1ac5cb2633db7c2915d9dc13da0396e11d107054fbaea9200c523" + url: "https://api.webid-solutions.de/releases/ios/xcframework/MWI-1288/de/webid-solutions/WebIdEIdProductPlugin/13.0.0/WebIdEIdProductPlugin.framework-v13.0.0-SNAPSHOT-1159.zip", + checksum: "568683e79a61e33cef5cd75b6238c29aa26fe89fb023e737e3eae0d78fa0a63e" ), .target( name: "WebIdEIdProductPluginWrapper",