From 033aa6cbbe9ec43efcda68b2bfe0c4e01ebf5f06 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Jun 2026 16:13:42 +0200 Subject: [PATCH] add new version 15.3.4-SNAPSHOT-1368 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index cbc26f9..468898c 100644 --- a/Package.swift +++ b/Package.swift @@ -17,24 +17,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("legacy-snapshots") + .exact("15.2.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("legacy-snapshots") + .exact("15.2.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("legacy-snapshots") + .exact("15.2.0") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.3.4/WebIdAutoIdentOnServerProductPlugin.framework-v15.3.4-SNAPSHOT-1367.zip", - checksum: "a9db514c5ff38390a2d4731bdd9cb3b3efbaf05bea24ac470c29c41fe5e3fe05" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.3.4/WebIdAutoIdentOnServerProductPlugin.framework-v15.3.4-SNAPSHOT-1368.zip", + checksum: "dc047ff4dcd8eb7f21d5dc40a08765dab5f5c63519a22b45363db4b1b71ca0b2" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",