diff --git a/Package.swift b/Package.swift index 4421c30..836bbfd 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("10.1.1") + .exact("11.0.0") ) ], targets: [ .binaryTarget( name: "WebIdIosBankIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosBankIdentPlugin/9.0.2/WebIdIosBankIdentPlugin.framework-v9.0.2.zip", - checksum: "2c02169439ab31c9e1f4e8cb4d637e9570c417c22279a448efc92e901846fb2a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosBankIdentPlugin/10.0.0/WebIdIosBankIdentPlugin.framework-v10.0.0.zip", + checksum: "17ff07eb5cd532f9d4871d64946a716efe415af1bca6c3a7493091296e03ad0a" ), .target( name: "WebIdIosBankIdentPluginWrapper",