From 5bb1eb55581a613facf217be85135f4c83a81eb9 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 4 May 2026 17:49:54 +0200 Subject: [PATCH] add new version 22.1.3-SNAPSHOT-1643 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 190376e..afc1916 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .branch("snapshots") + .branch("modernize") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/22.1.2/WebIdIosIdentScanPlugin.framework-v22.1.2-SNAPSHOT-1638.zip", - checksum: "b97fca458d4d134c003f1a4db0fc50498cf86c403bd6d51ab9ae232777db3232" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/22.1.3/WebIdIosIdentScanPlugin.framework-v22.1.3-SNAPSHOT-1643.zip", + checksum: "0b03d3b8010388bd263d06c2f1aeb708733f2ad196e9b26eb8625d2c1ccbd067" ), .target( name: "WebIdIosIdentScanPluginWrapper",