From fc1f7169fc5d3c37214fa61a515d10a9a3892c97 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 26 Sep 2025 10:12:31 +0200 Subject: [PATCH] add new version 15.0.2-SNAPSHOT-1316 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index a64ab34..26ef5f0 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", - .exact("11.4.2") + .branch("legacy-snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.6.0") + .branch("legacy-snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.6.0") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.7.4/WebIdAutoIdentOnServerProductPlugin.framework-v13.7.4.zip", - checksum: "6466501f6bcc46572a782d000e5ec64db6dd4c2616dfa58ad3a29eb30a1000f2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.0.2/WebIdAutoIdentOnServerProductPlugin.framework-v15.0.2-SNAPSHOT-1316.zip", + checksum: "3d7df9059c3a2293f1257fb0c8ea738f47974e7f1405f0cc1c1d1cab98e1afb7" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",