diff --git a/Package.swift b/Package.swift index 930ccd8..4b2bbb9 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ui-components-spm.git", - .upToNextMinor(from: "21.0.1") + .branch("snapshots") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "21.0.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/20.4.1/WebIdPluginCore.framework-v20.4.1-SNAPSHOT-358.zip", - checksum: "9b324ab8d49e1432215a046684e7c1bf258cee0ed8c65402f44c2c75769b83de" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.1/WebIdPluginCore.framework-v21.0.1-SNAPSHOT-360.zip", + checksum: "57d2fe32240e1c4f549aea125bad3ab38994b9910013b380ea215a683fdb1432" ), .target( name: "WebIdPluginCoreWrapper",