From bbf2523eb565a22296f38e9a9a3f5243229e8174 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 20 Jun 2024 13:34:31 +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 539c3f3..41cd100 100644 --- a/Package.swift +++ b/Package.swift @@ -17,14 +17,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .branch("snapshots") + .exact("11.0.1") ) ], targets: [ .binaryTarget( name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/12.0.1/WebIdDocumentScanner.framework-v12.0.1-SNAPSHOT-1287.zip", - checksum: "75a42c78b34b5058a1984dfa5615de44226755e4bc0aa4dea9366d55df98a437" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/12.0.1/WebIdDocumentScanner.framework-v12.0.1-SNAPSHOT-1288.zip", + checksum: "5b1087d8566c77d41a08230c0a0b2eb4b91b4a2a21470307de02a6f31f29e087" ), .target( name: "WebIdDocumentScannerWrapper",