From b9d0a239a66a68b3fecdf7fd78bb86e121f7e766 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 23 May 2025 13:42:05 +0200 Subject: [PATCH] add new version 14.6.0-SNAPSHOT-1394 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index d093dd5..9e49dc0 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-eident-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("6.5.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("12.4.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("13.5.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .branch("redesign-v4-snapshots") + .exact("13.5.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/14.6.0/WebIdEIdOnServerProductPlugin.framework-v14.6.0-SNAPSHOT-1392.zip", - checksum: "f610ec24a7b1c58a58ae94c20b5e2ea51ed87308d8fb5f1759481924687749c4" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/14.6.0/WebIdEIdOnServerProductPlugin.framework-v14.6.0-SNAPSHOT-1394.zip", + checksum: "625fdafe03c7d4b311935b0b3b68fff4d72319b356b7a715fff241cf6745cee8" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",