diff --git a/Package.swift b/Package.swift index 69dce76..5a3cc48 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("15.0.0") + .exact("20.2.1") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("15.0.0") + .exact("20.2.1") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/15.0.0/WebIdDigitalSigningPlugin.framework-v15.0.0.zip", - checksum: "a5bf0c33d29ee27651c86fca496c84f061d80e2c7e020dacf28dee8ec3865416" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/20.2.1/WebIdDigitalSigningPlugin.framework-v20.2.1.zip", + checksum: "dfb578d5d060636bbb4b4a97e92a10f241f63f2fbc222c356c2c3f981203cb98" ), .target( name: "WebIdDigitalSigningPluginWrapper",