diff --git a/Package.swift b/Package.swift index d55065d..d2ca64e 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("20.3.0") + .branch("snapshots") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("20.3.1") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/20.3.2/WebIdDigitalSigningPlugin.framework-v20.3.2-SNAPSHOT-979.zip", - checksum: "e8e6c1fbe48ae5a9a41997244f62b929022ae808822b2ce295004e23269a1cc2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/20.3.4/WebIdDigitalSigningPlugin.framework-v20.3.4-SNAPSHOT-981.zip", + checksum: "c112e925c433ac4de5041e7730bdad51a679cf0074b9f09b017e7ce4fc93d4b6" ), .target( name: "WebIdDigitalSigningPluginWrapper",