diff --git a/Package.swift b/Package.swift index 90c2abd..5735b5e 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("experimental") + .upToNextMinor(from: "7.0.3") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "11.0.0") + .upToNextMinor(from: "11.3.2") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdPluginCore/12.0.0/WebIdPluginCore.framework-v12.0.0-SNAPSHOT-255.zip", - checksum: "ff4f88a6d0f6f8b6aa841eace50cc0efe9c52fa7acdcf64553843d0e6c8fc1fc" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdPluginCore/12.2.0/WebIdPluginCore.framework-v12.2.0-SNAPSHOT-264.zip", + checksum: "d235da50dcd5751f3fc4ba2cc3e115ee4ad87f59b0e2e354f666f27c784f5ae3" ), .target( name: "WebIdPluginCoreWrapper",