diff --git a/Package.swift b/Package.swift index 348600a..4478564 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: "15.0.0") + .branch("snapshots") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "15.0.1") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPluginCore/15.0.1/WebIdPluginCore.framework-v15.0.1.zip", - checksum: "18268d330c987834ade4ad5cc48441c9fa27a552121daceb2c5481b9a2c20095" + url: "https://api.webid-solutions.de/releases/ios/xcframework/mwa-4598/de/webid-solutions/WebIdPluginCore/20.4.1/WebIdPluginCore.framework-v20.4.1-SNAPSHOT-352.zip", + checksum: "d0af1145e9ed3da7c1c0f710aaaa78f6eb4ec18d6fdb54a3a5acc61b803765c5" ), .target( name: "WebIdPluginCoreWrapper",