diff --git a/Package.swift b/Package.swift index a5bf491..37f97db 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("experimental") + .branch("snapshots") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .branch("experimental") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/20.4.2/WebIdDigitalSigningPlugin.framework-v20.4.2-SNAPSHOT-1009.zip", - checksum: "b4a19528081b4499db0c76ef4d7180a7c3d6a680b30efebcbf6dca2f76853270" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/20.4.2/WebIdDigitalSigningPlugin.framework-v20.4.2-SNAPSHOT-1010.zip", + checksum: "e0ac5a63490896ef5a49f836739c587553ad00a8436689fe708ef83963bdbde0" ), .target( name: "WebIdDigitalSigningPluginWrapper",