From 1b661d31ad66cca4142805a46931dab1b1554a62 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 9 Jun 2026 16:53:49 +0200 Subject: [PATCH] add new version 15.2.1 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 087ec0b..f13fe9a 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "15.1.2") + .upToNextMinor(from: "15.1.3") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPluginCore/15.2.0/WebIdPluginCore.framework-v15.2.0.zip", - checksum: "8b5d4e4546043afdf15bd457a3d2ad48d0d4b487ac555ded0a0500f82fbd203f" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPluginCore/15.2.1/WebIdPluginCore.framework-v15.2.1.zip", + checksum: "98c23354320552adfd0dcb2f5ccd0a3f813c4b6a594473aa2e3bbf978b7c0d24" ), .target( name: "WebIdPluginCoreWrapper",