diff --git a/Package.swift b/Package.swift index c6c1bf0..b3b4dad 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", - .branch("snapshots") + .upToNextMinor(from: "21.0.8") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .branch("snapshots") + .upToNextMinor(from: "21.3.0") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.5/WebIdPluginCore.framework-v21.0.5-SNAPSHOT-385.zip", - checksum: "8098cff07892f7155bb1f9666004a0646eaa16c4843adb6bf5c34bd7419265f8" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.5/WebIdPluginCore.framework-v21.0.5-SNAPSHOT-386.zip", + checksum: "78a00c702bb04d33297d1aede2ae2e2568aa4a9bbe816fa79b575d91168e7b80" ), .target( name: "WebIdPluginCoreWrapper",