From b1600c0180d19216f01fe87bc1331b1bb6ad2557 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 14 Jul 2025 11:51:32 +0200 Subject: [PATCH] add new version 15.0.0 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 4ed388c..a3c9d33 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") + .upToNextMinor(from: "15.0.0") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "11.3.2") + .upToNextMinor(from: "12.0.0") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPluginCore/12.3.3/WebIdPluginCore.framework-v12.3.3.zip", - checksum: "eabdb4cb7ebede96a92111106808b384a5efa91fc55ede36a91b80c377f9cb29" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPluginCore/15.0.0/WebIdPluginCore.framework-v15.0.0.zip", + checksum: "de0bd4307b141963397562dfed142e46720a4bbd6a3fc1a0a5d98f6fe636517f" ), .target( name: "WebIdPluginCoreWrapper",