diff --git a/Package.swift b/Package.swift index 2d51b26..df332d3 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", - .branch("snapshots") + .exact("11.0.1") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("8.0.0") + .exact("8.0.1") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/11.0.1/WebIdDigitalSigningPlugin.framework-v11.0.1-SNAPSHOT-764.zip", - checksum: "b8625c02863a67d919e4c3b9e3ace085d07fa3364ac182b406923eddaaccb023" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/11.0.1/WebIdDigitalSigningPlugin.framework-v11.0.1-SNAPSHOT-766.zip", + checksum: "092ca44c9ad2389856fecd9db1e5262265b25aa92cc7ea10a1a0f46a13b1ca4f" ), .target( name: "WebIdDigitalSigningPluginWrapper",