From de65235ba0ff86e95f7239220c81bb25aa6c9d1b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 14 Jul 2025 13:03:48 +0200 Subject: [PATCH] add new version 15.0.0-SNAPSHOT-1298 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index b8bd6bc..5ccf5af 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .branch("snapshots") + .exact("15.0.0") ), .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: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.0.0/WebIdPayOnServerProductPlugin.framework-v15.0.0-SNAPSHOT-1292.zip", - checksum: "c06efaa9ab57ce995982ef72fe963048538c45944548937cbb86b16472a252ed" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.0.0/WebIdPayOnServerProductPlugin.framework-v15.0.0-SNAPSHOT-1298.zip", + checksum: "ac3b3884e2ae34fc2766dc5bb76417aa48ff09a6ede1ae47efca42c74ca0967d" ), .target( name: "WebIdPayOnServerProductPluginWrapper",