diff --git a/Package.swift b/Package.swift index adb6d02..644c6b8 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "XS2AiOS", url: "https://github.com/FinTecSystems/xs2a-ios", - .exact("2.0.0") + .exact("2.1.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("12.0.0") + .exact("12.1.0") ) ], targets: [ .binaryTarget( name: "WebIdIosBankIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosBankIdentPlugin/10.1.1/WebIdIosBankIdentPlugin.framework-v10.1.1.zip", - checksum: "b4f406564c0e3d6f531ff26cc48ce97b288bef2826b1d1b93c0734eb08075900" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosBankIdentPlugin/10.2.0/WebIdIosBankIdentPlugin.framework-v10.2.0.zip", + checksum: "a33ac6d513c1442c044ff29765da41499ba3b5fe0b53f85114b36603962d48f8" ), .target( name: "WebIdIosBankIdentPluginWrapper",