diff --git a/Package.swift b/Package.swift index 84ba65d..4e424d3 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: "22.1.0") + .branch("snapshots") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "21.5.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.1.1/WebIdPluginCore.framework-v21.1.1-SNAPSHOT-400.zip", - checksum: "978f9a0ffbc0ff81c76336a76913a054bcf1789799f9e557c1a8bf8347e5ccc3" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.2.1/WebIdPluginCore.framework-v21.2.1-SNAPSHOT-402.zip", + checksum: "cc42a8d28640ab224009fd72875269397246fe319a976b4de9cbea95868884fe" ), .target( name: "WebIdPluginCoreWrapper",