From ceed31ac9c6b1db34ebe33975d7fb2af02370fa8 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 20 Jun 2024 13:34:59 +0200 Subject: [PATCH] add new version 12.0.1-SNAPSHOT-1288 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 844db7a..26a808b 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm", - .branch("snapshots") + .exact("11.0.1") ) ], targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.framework-v12.0.1-SNAPSHOT-1286.zip", - checksum: "ceceef684ed5d9b351417acf19bc91a279b04586fb0e8c201ccd7ab8c5b67580" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.framework-v12.0.1-SNAPSHOT-1288.zip", + checksum: "c83f9a0d28e6463bd3a32a7480630cce3a995a24509494d67d6970381a3493fc" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",