From 07d80ba527356c218936048340c881681f21dd6a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 25 Jun 2026 11:25:03 +0200 Subject: [PATCH] add new version 23.1.2-SNAPSHOT-1677 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 858edd4..aa64c73 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") + .exact("22.1.1") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/23.1.2/WebIdIosIdentScanPlugin.framework-v23.1.2-SNAPSHOT-1674.zip", - checksum: "a947ff273746c245cbd2c4f6a47c4b8c2670c8b026072202af1f983e2f554eb9" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/23.1.2/WebIdIosIdentScanPlugin.framework-v23.1.2-SNAPSHOT-1677.zip", + checksum: "210239edfab7aa523e7cf72461720cfb8cd2b3859b16dbdb36c6b6f34d6355b5" ), .target( name: "WebIdIosIdentScanPluginWrapper",