diff --git a/Package.swift b/Package.swift index dd94e13..3c53947 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: "22.2.0") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .branch("snapshots") + .upToNextMinor(from: "21.6.0") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.2.1/WebIdPluginCore.framework-v21.2.1-SNAPSHOT-409.zip", - checksum: "5df41cce6c9edc81a48f409421d39eea956b0d79a23e36fdd3b32152cda680d6" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.2.1/WebIdPluginCore.framework-v21.2.1-SNAPSHOT-411.zip", + checksum: "50ea0dcce87f471e79be246cd3946727c789c4fb8b5d6f1f67641965609b273b" ), .target( name: "WebIdPluginCoreWrapper",