From d737336c586925c7b3f40f7e47f2d5fdeed9c642 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 27 Dec 2024 12:51:12 +0100 Subject: [PATCH] add new version 13.4.0-SNAPSHOT-1245 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index d1c2baf..fbb34dd 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/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.2.1") + .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: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("5.2.0") + .branch("snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.5") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/13.3.3/WebIdEIdProductPlugin.framework-v13.3.3-SNAPSHOT-1243.zip", - checksum: "4d480664623ca90ac88761232f9955ee2500dd755a4cc0d2dff0dddd77e7781e" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/13.4.0/WebIdEIdProductPlugin.framework-v13.4.0-SNAPSHOT-1245.zip", + checksum: "fe5b0aa4773c801ca27b46cce3ac6df94ab8349d8717de3c476e49d231b70791" ), .target( name: "WebIdEIdProductPluginWrapper",