From 54eaaaabc18df4e60675f4447419380af7685f14 Mon Sep 17 00:00:00 2001 From: scanbot-ci Date: Tue, 2 Apr 2024 11:34:20 +0200 Subject: [PATCH] Publishing SPM package for release v5.0.5-RC1. --- LICENSE | 55 +++++++++++---------------------------------------- Package.swift | 4 ++-- 2 files changed, 13 insertions(+), 46 deletions(-) diff --git a/LICENSE b/LICENSE index f7bad6c..2cfb263 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Open Source libraries used in ScanbotSDK for iOS version 5.1.0: +Open Source libraries used in ScanbotSDK for iOS version 5.0.5: +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ @@ -919,7 +919,7 @@ to the following restrictions: libjpeg-turbo -Version 2.1.5.1 +Version 2.1.2 (https://github.com/libjpeg-turbo/libjpeg-turbo) libjpeg-turbo Licenses @@ -1015,7 +1015,7 @@ best of our understanding. The Modified (3-clause) BSD License =================================== -Copyright (C)2009-2023 D. R. Commander. All Rights Reserved.
+Copyright (C)2009-2021 D. R. Commander. All Rights Reserved.
Copyright (C)2015 Viktor Szathmáry. All Rights Reserved. Redistribution and use in source and binary forms, with or without @@ -1060,7 +1060,7 @@ that were granted to the IJG for code derived from their software. libpng -Version 1.6.40 +Version 1.6.36 (https://github.com/glennrp/libpng) COPYRIGHT NOTICE, DISCLAIMER, and LICENSE @@ -1069,8 +1069,8 @@ COPYRIGHT NOTICE, DISCLAIMER, and LICENSE PNG Reference Library License version 2 --------------------------------------- - * Copyright (c) 1995-2023 The PNG Reference Library Authors. - * Copyright (c) 2018-2023 Cosmin Truta. + * Copyright (c) 1995-2018 The PNG Reference Library Authors. + * Copyright (c) 2018 Cosmin Truta. * Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson. * Copyright (c) 1996-1997 Andreas Dilger. * Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. @@ -1078,7 +1078,7 @@ PNG Reference Library License version 2 The software is supplied "as is", without warranty of any kind, express or implied, including, without limitation, the warranties of merchantability, fitness for a particular purpose, title, and -non-infringement. In no event shall the Copyright owners, or +non-infringement. In no even shall the Copyright owners, or anyone distributing the software, be liable for any damages or other liability, whether in contract, tort or otherwise, arising from, out of, or in connection with the software, or the use or @@ -1104,7 +1104,7 @@ subject to the following restrictions: PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35) ----------------------------------------------------------------------- -libpng versions 1.0.7, July 1, 2000, through 1.6.35, July 15, 2018 are +libpng versions 1.0.7, July 1, 2000 through 1.6.35, July 15, 2018 are Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are derived from libpng-1.0.6, and are distributed according to the same disclaimer and license as libpng-1.0.6 with the following individuals @@ -1203,13 +1203,11 @@ be appreciated. libtiff -Version 4.6.0 +Version 4.2.0 (https://libtiff.gitlab.io/libtiff/) -# LibTIFF license - -Copyright © 1988-1997 Sam Leffler\ -Copyright © 1991-1997 Silicon Graphics, Inc. +Copyright (c) 1988-1997 Sam Leffler +Copyright (c) 1991-1997 Silicon Graphics, Inc. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided @@ -2306,37 +2304,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ - -zlib - -Version 1.3.1 -(https://github.com/madler/zlib) - -Copyright notice: - - (C) 1995-2022 Jean-loup Gailly and Mark Adler - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Jean-loup Gailly Mark Adler - jloup@gzip.org madler@alumni.caltech.edu - - +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ ZXing-C++, C++ port of ZXing diff --git a/Package.swift b/Package.swift index d488e42..cac8f1b 100644 --- a/Package.swift +++ b/Package.swift @@ -14,8 +14,8 @@ let package = Package( targets: [ .binaryTarget( name: "ScanbotSDK", - url: "https://download.scanbot.io/sdk/ios/pre/xcframeworks/RC2/scanbot-ios-sdk-xcframework-5.1.0.zip", - checksum: "ad7ba1dc1677131bca429cab924239f11b13129920c0e4d3794c8a1b8c1ac82f" + url: "https://download.scanbot.io/sdk/ios/pre/xcframeworks/RC1/scanbot-ios-sdk-xcframework-5.0.5.zip", + checksum: "67fc1a8d80fe9498356b5e103f22145afbfaf84b2c24b19ac95162c5e3bac146" ), .target(name: "AdditionalData", dependencies: ["ScanbotSDK"],