From 41a2813652e7fccff1e46c31eb61a4134bd9f8a6 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 22 May 2024 10:13:30 +0200 Subject: [PATCH] add new version 11.0.0-SNAPSHOT-247 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 79857d7..a04f3d1 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: "6.0.0") + .upToNextMinor(from: "7.0.0") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "9.0.0") + .upToNextMinor(from: "10.0.0") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/10.1.0/WebIdPluginCore.framework-v10.1.0-SNAPSHOT-243.zip", - checksum: "26aa2adaffa20d5b075902519da90ae07ebded5cea30317d1eec78ef94dc5b54" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/11.0.0/WebIdPluginCore.framework-v11.0.0-SNAPSHOT-247.zip", + checksum: "5fa602480666cb9f984cc58a965ca6b8eb90c1ebf02620d6b80f46b9bfcfb57f" ), .target( name: "WebIdPluginCoreWrapper",