From a0a039e262c47d00f0dd53ee536e8a6186a12823 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 24 May 2024 15:08:22 +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 3978ef6..3cc7ed6 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/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("9.0.2") + .exact("10.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") ), .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: "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") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayProductPlugin/12.0.4/WebIdPayProductPlugin.framework-v12.0.4-SNAPSHOT-1154.zip", - checksum: "eafaa9c73d5a6e10c2cb864d9102be02f1f79fb9a746bd9d408e93a56e0e5312" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayProductPlugin/13.0.0/WebIdPayProductPlugin.framework-v13.0.0-SNAPSHOT-1159.zip", + checksum: "564f95f5ca29bb35dce4388397a1c6e6b11738f22f9bd6c02dfba0355f88cae3" ), .target( name: "WebIdPayProductPluginWrapper",