From 0ab328e35e6bc6f996c46aa005f89ddc767c7ec7 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Jun 2026 10:01:51 +0200 Subject: [PATCH] add new version 22.1.3-SNAPSHOT-1664 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 0fa557c..14899fa 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.0.0") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/22.1.3/WebIdIosIdentScanPlugin.framework-v22.1.3-SNAPSHOT-1663.zip", - checksum: "f49b034e3ee81f6e3c2e4262140161bca0fbb5041a3021e0b3015a8f82d2aa37" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/22.1.3/WebIdIosIdentScanPlugin.framework-v22.1.3-SNAPSHOT-1664.zip", + checksum: "0478f5c102276787c42682dd68d583c54b4b0da6cd71e9a596161229fde1d51e" ), .target( name: "WebIdIosIdentScanPluginWrapper",