diff --git a/Package.swift b/Package.swift index b7c9b17..69dce76 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("12.3.3") + .exact("15.0.0") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("9.3.1") + .exact("15.0.0") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/11.4.2/WebIdDigitalSigningPlugin.framework-v11.4.2.zip", - checksum: "271acb7562e74ebca35c7d731e63b61c54618a796c021688c6b8d9033466eb05" + 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" ), .target( name: "WebIdDigitalSigningPluginWrapper",