From 979090ae8ddff9a9ef84a4ebaea57358e69594c5 Mon Sep 17 00:00:00 2001 From: Sebastian Husche Date: Thu, 22 Jun 2023 19:50:51 +0200 Subject: [PATCH] Publishing SPM package for release v2.3.0. --- LICENSE | 14 +++++++------- Package.swift | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index 1fa6fe5..dbd2487 100644 --- a/LICENSE +++ b/LICENSE @@ -825,7 +825,7 @@ without express or implied warranty. JSON for Modern C++ -Version no-rev +Version v3.11.2 (https://github.com/nlohmann/json) MIT License @@ -1204,7 +1204,7 @@ OF THIS SOFTWARE. magic-enum -Version no-rev +Version v0.8.1 (https://github.com/Neargye/magic_enum) MIT License @@ -1234,7 +1234,7 @@ SOFTWARE. Nameof C++ -Version no-rev +Version v0.10.1 (https://github.com/Neargye/nameof) MIT License @@ -1647,7 +1647,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. spdlog -Version no-rev +Version v1.9.2 (https://github.com/gabime/spdlog) The MIT License (MIT) @@ -2192,7 +2192,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. xsimd -Version no-rev +Version 7.4.9-18-g3d17850 (https://github.com/xtensor-stack/xsimd) Copyright (c) 2016, Johan Mabille, Sylvain Corlay, Wolf Vollprecht and Martin Renou @@ -2229,7 +2229,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. xtensor -Version no-rev +Version 0.23.4-35-gbe35a267 (https://github.com/doo/xtensor) Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht @@ -2266,7 +2266,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. xtl -Version no-rev +Version 0.7.2 (https://github.com/xtensor-stack/xtl) BSD 3-Clause License diff --git a/Package.swift b/Package.swift index 3cf0bfd..e45cf95 100644 --- a/Package.swift +++ b/Package.swift @@ -14,8 +14,8 @@ let package = Package( targets: [ .binaryTarget( name: "ScanbotDocumentScannerSDK", - url: "https://download.scanbot.io/document-scanner-sdk/ios/pre/xcframeworks/RC10/scanbot-ios-document-scanner-sdk-xcframework-2.3.0.zip", - checksum: "e3a393321d81cdc395bc21007f09c256cfa77555bd13d199c695542954b36da0" + url: "https://download.scanbot.io/document-scanner-sdk/ios/xcframeworks/scanbot-ios-document-scanner-sdk-xcframework-2.3.0.zip", + checksum: "6ee320209d8f328e1e90b3da2ad4b5cf0f975851392c0c8de80ec76fe7033523" ), ] )