From ddb1b992529f329fd5849c29b45c1f1b1a932b31 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 13 Aug 2024 10:59:11 +0200 Subject: [PATCH] add new version 13.1.0 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index df1df55..e3676b8 100644 --- a/Package.swift +++ b/Package.swift @@ -17,24 +17,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.2") + .exact("11.1.3") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.2.0") + .exact("12.2.1") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.2.0") + .exact("12.2.1") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.0.14/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.0.14.zip", - checksum: "8dcd3f762bc6104aa8633e83c44c45ff46ce05ca5df2ff045cf91e9e349c6aa6" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.1.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.1.0.zip", + checksum: "525469795857ce0065e07f8a0a631d78edb35a3db1252716e4e12d7410fe585d" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",