diff --git a/Package.swift b/Package.swift index 767e940..bb4b841 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.2") + .branch("snapshots") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "21.1.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.2/WebIdPluginCore.framework-v21.0.2-SNAPSHOT-368.zip", - checksum: "398ea01e23491f35c66e38a249d05cf49911c69a63524cbac2cfcba181745c4b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.3/WebIdPluginCore.framework-v21.0.3-SNAPSHOT-370.zip", + checksum: "cdf72945c0d06b33127f754447d1a64458573762bc4242888749be1951b26123" ), .target( name: "WebIdPluginCoreWrapper",