From 6b10b470fac914770cc829719d7ee43e2991e7ef Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 18 Jun 2025 17:47:09 +0200 Subject: [PATCH] add new version 15.0.0-SNAPSHOT-1290 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index a613cd6..997868d 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("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.6.0") + .branch("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("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.7.2/WebIdAutoIdentOnServerProductPlugin.framework-v13.7.2-SNAPSHOT-1285.zip", - checksum: "9d322d8b3022e2beed48da86a97ebffe8b37ab9d7717a7465b48809531ee6b39" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.0.0/WebIdAutoIdentOnServerProductPlugin.framework-v15.0.0-SNAPSHOT-1290.zip", + checksum: "ee00d39a6793019053b1a00ae2e8bb9fd9e4001228046d3539cd7eb7f888f058" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",