diff --git a/Package.swift b/Package.swift index 127a648..8747299 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: "7.0.3") + .branch("snapshots") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "11.3.2") + .branch("experimental") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdPluginCore/12.2.0/WebIdPluginCore.framework-v12.2.0-SNAPSHOT-268.zip", - checksum: "a61210866d090211aa42abb815c145e6e7b3d4442fd9288c068de7980cdd3bfe" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdPluginCore/200.3.1/WebIdPluginCore.framework-v200.3.1-SNAPSHOT-349.zip", + checksum: "ea428c4ef0b64b2fa12c6c51c5e374ac972e052e8acb9c006ea0b7bde3272f78" ), .target( name: "WebIdPluginCoreWrapper",