From 33bc5552f28493cbc67b1722ec0d406052b65b3e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 19 Nov 2024 11:56:09 +0100 Subject: [PATCH] add new version 14.2.0-SNAPSHOT-1239 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index c6d0301..6a8e628 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/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.1.1") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.1.0") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .exact("13.1.0") + .branch("redesign-v4-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/14.0.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.0.0-SNAPSHOT-1231.zip", - checksum: "e867391cc0888702c4de4ec34763b85154f84f34cdd169a5d44b17c06ec57210" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/14.2.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.2.0-SNAPSHOT-1239.zip", + checksum: "b273fe3b95b5cadb4ba368b1b8ac8a6a5a2e22dd984693eeb980373e08fb4a05" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",