From e7a6020c6552ee009c2ca121b93b7297671dfa14 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 7 May 2025 22:26:05 +0200 Subject: [PATCH] add new version 14.6.0-SNAPSHOT-1367 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 240269d..9497d06 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", - .exact("6.4.1") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.3.0") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.4.0") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .exact("13.4.0") + .branch("redesign-v4-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/14.3.0/WebIdEIdOnServerProductPlugin.framework-v14.3.0-SNAPSHOT-1363.zip", - checksum: "8746e487909043667d5521a8dcc1ab3f37cc3a15174303e0198e4ada47ad0b71" + 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-1367.zip", + checksum: "a8a8102ebc1ae46e378ec35a7a18f609243e498ac479f1d73297c5ccec5c5db7" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",