diff --git a/Package.swift b/Package.swift index fdbeec0..76776a1 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("10.4.2") + .exact("15.0.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.4.2") + .exact("15.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.6.0") + .exact("15.0.1") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.6.0") + .exact("15.0.1") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.7.5/WebIdPayProductPlugin.framework-v13.7.5.zip", - checksum: "8a67f59dbb5e8ddc38e0f6d09998cff02fb80a8394632132a694028cb89a8f71" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/15.1.1/WebIdPayProductPlugin.framework-v15.1.1.zip", + checksum: "31f4f49603b3190aea03f474dec4ac281aabaaa2d4fec5244b47db00bae7cca6" ), .target( name: "WebIdPayProductPluginWrapper",