diff --git a/Package.swift b/Package.swift index bb06c37..eabbbcd 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") + .branch("experimental") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .branch("snapshots") + .branch("experimental") ) ], 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-974.zip", - checksum: "f25aa2a8b6930cb79cf18788236bd719274f1717879a926921c7b42006040062" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/20.3.2/WebIdDigitalSigningPlugin.framework-v20.3.2-SNAPSHOT-975.zip", + checksum: "8a7fce181952d58518708477e08552ece8659b4976de277e05292780310acdad" ), .target( name: "WebIdDigitalSigningPluginWrapper",