From 20a8013ca0e550ee96c84cfc23a9e830b9f0c85c Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 27 Dec 2024 12:50:05 +0100 Subject: [PATCH] add new version 13.4.0-SNAPSHOT-1245 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 9eb17eb..6754f0d 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/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.5") + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.2.1") + .branch("snapshots") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.2.1") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.3.3/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.3.3-SNAPSHOT-1243.zip", - checksum: "60ccdccab988ce911fb521a380a1dc0b0d509218c587543c7edfbe2e5c6e5358" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.4.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.4.0-SNAPSHOT-1245.zip", + checksum: "547dc9f2aa66bec58d9bebce9e26da3c54e85959f0db80b7bf50b443ddabdbae" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",