From c812fab8002c02975580860a53442e886d046c85 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 29 Nov 2024 17:30:22 +0100 Subject: [PATCH] add new version 14.2.0-SNAPSHOT-1247 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index abdce6a..f6cb284 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .exact("13.1.0") + .exact("13.2.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.1.0") + .exact("13.2.0") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-eident-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("6.2.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.1.1") + .exact("12.1.2") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdProductPlugin/14.2.0/WebIdEIdProductPlugin.framework-v14.2.0-SNAPSHOT-1241.zip", - checksum: "33d92a43b9f556542981eaaeac782647aa2671627df2d4b4f08e876d33d050f5" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdProductPlugin/14.2.0/WebIdEIdProductPlugin.framework-v14.2.0-SNAPSHOT-1247.zip", + checksum: "d21f5796a05fe6afa24c97b230217be8951123f38a2587503a491ab34ed88830" ), .target( name: "WebIdEIdProductPluginWrapper",