From 7962d5d6e3fc8e1dd8b314f94f76f59f75b2dfaa Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 14 Jul 2025 13:01:38 +0200 Subject: [PATCH] add new version 15.0.0-SNAPSHOT-1298 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 15a506a..8a83145 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("snapshots") + .exact("15.0.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .exact("15.0.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("snapshots") + .exact("15.0.0") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.0.0/WebIdAutoIdentOnServerProductPlugin.framework-v15.0.0-SNAPSHOT-1295.zip", - checksum: "e6e57cf29541bc63aefd05ffcebc2d110676dc1c71ebb7158ced23e2b02ca452" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.0.0/WebIdAutoIdentOnServerProductPlugin.framework-v15.0.0-SNAPSHOT-1298.zip", + checksum: "6acf13c4dd20cb0c373f3f5df857d1a912c058b4e1357dac45e162bf38635dec" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",