From 092df5894936f4e6b5118b57228a4916dcb80a84 Mon Sep 17 00:00:00 2001 From: asklausen Date: Fri, 13 Sep 2024 10:58:18 +0200 Subject: [PATCH] DEP-461: Updates --- Package.swift | 48 +++++++++---------- README.md | 2 +- Specs/Carthage/YotiDocumentScan.json | 1 + Specs/Carthage/YotiNFC.json | 1 + Specs/Carthage/YotiNetwork.json | 1 + Specs/Carthage/YotiSDKCore.json | 1 + Specs/Carthage/YotiSDKDesign.json | 1 + Specs/Carthage/YotiSDKDocument.json | 1 + Specs/Carthage/YotiSDKFace.json | 1 + Specs/Carthage/YotiSDKFaceCapture.json | 1 + Specs/Carthage/YotiSDKFaceTec.json | 1 + Specs/Carthage/YotiSDKIdentityDocument.json | 1 + .../YotiSDKSupplementaryDocument.json | 1 + 13 files changed, 36 insertions(+), 25 deletions(-) diff --git a/Package.swift b/Package.swift index 60075ce..014604f 100644 --- a/Package.swift +++ b/Package.swift @@ -63,58 +63,58 @@ let package = Package( targets: [ .binaryTarget( name: "YotiNetwork", - url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiNetwork.zip", - checksum: "77520d3bb46f39e6ae2d657a68664526c512ebbc4aa6f74e4c140b11e0cf4081" + url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiNetwork.zip", + checksum: "9972458a1757b39ade5b7eb35a4f775debf5194a54e9b17cbefeec3709ae8675" ), .binaryTarget( name: "YotiDocumentScan", - url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiDocumentScan.zip", - checksum: "04e622878c7f60d7b930528d98fde315c2e07e461ac0c33f8b0aa86c3001aed3" + url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiDocumentScan.zip", + checksum: "d715f7cf70df26a0f2fd72ab95b8894c2958604fde3b8bb0fec6798a88f42c4d" ), .binaryTarget( name: "YotiNFC", - url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiNFC.zip", - checksum: "d3b6fcb315998995d7852a23b959feb7276fc7161865a6857b3bc30c6131232b" + url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiNFC.zip", + checksum: "088b95677603f965a2e4177a9225af84b6248724d017153248dc8cf2548972f5" ), .binaryTarget( name: "YotiSDKDesign", - url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiSDKDesign.zip", - checksum: "a27748c17c69ad42b1e570c2fc31273689901c56af4e5dd7a969a0dd9b6c4464" + url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiSDKDesign.zip", + checksum: "c9c8038b906f07ba237326a2862d5ff86a4e45554a5fedf8606379ef31ae392e" ), .binaryTarget( name: "YotiSDKCore", - url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiSDKCore.zip", - checksum: "f824ce0d019dffb6ee7a05fa9908aff7fb92dc9084d05ab1ead81ed227977075" + url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiSDKCore.zip", + checksum: "1ca3dad66e521791e381d295ba7ac8165af05cb4ff7a24b37696d94f7978f361" ), .binaryTarget( name: "YotiSDKDocument", - url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiSDKDocument.zip", - checksum: "17a4e78961b810a404aa25000f9718a84b19f7f37c3e4365d861fb536e962578" + url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiSDKDocument.zip", + checksum: "8b8273ce836e614f5a04b047f7c9c8d3a7be8a94043a70577ec4b21170f7ea10" ), .binaryTarget( name: "YotiSDKIdentityDocument", - url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiSDKIdentityDocument.zip", - checksum: "a41962cfc27c97240203d19227170d914ebb2933737b7e2c6c6bb53640473d1e" + url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiSDKIdentityDocument.zip", + checksum: "d8d66acc522516d920ef0dc5e1793fa0b8d5ef6d8982f376d137a05321bce640" ), .binaryTarget( name: "YotiSDKSupplementaryDocument", - url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiSDKSupplementaryDocument.zip", - checksum: "32452f750135f1bb07ccf1343c65cd55ba88c5d392098d67421fbc763025e96d" + url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiSDKSupplementaryDocument.zip", + checksum: "6f071919307bb516623a3e0783419bb4cf74d3cfa64241c3c6e85b1bbd891019" ), .binaryTarget( name: "YotiSDKFace", - url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiSDKFace.zip", - checksum: "ba8f889c3a920a820499a20b12e69bf92387bb778ec03fb4ea2d3607d6179910" + url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiSDKFace.zip", + checksum: "352a3927ed1dc5274fed890de6ce8b25f4354dad5f1c8ee43770ffb2d74868a1" ), .binaryTarget( name: "YotiSDKFaceTec", - url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiSDKFaceTec-SPM.zip", - checksum: "dfa77c01f6fcdcc8837b6b8421521ad4258a32857b7e2b2def9bea19f86bee75" + url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiSDKFaceTec-SPM.zip", + checksum: "e126605409814f6c4c8dad74004f0bccdfa23580298f020efff0c11d8f81ecd6" ), .binaryTarget( name: "YotiSDKFaceCapture", - url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiSDKFaceCapture.zip", - checksum: "c31e58e6acec03091f8ccd784e5a56c9df7337f565ca9341c35c575bb25eab11" + url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiSDKFaceCapture.zip", + checksum: "9f30ad386bcf56d047613296f0462954676d6a4944d8836afbc722a68dd56992" ), .binaryTarget( name: "Microblink", @@ -123,8 +123,8 @@ let package = Package( ), .binaryTarget( name: "FaceTecSDK", - url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/FaceTecSDK.zip", - checksum: "3e7106b37db1be502d49b4fa9c7735eb52a08c9f34290ab16336f97b9a9ff2aa" + url: "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/FaceTecSDK.zip", + checksum: "a5161f3b04ab67dad3b4bc441802762d19c81c77f3c5a49a6f266c17b9982b59" ) ] ) diff --git a/README.md b/README.md index b9afae4..cf5697a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ iOS 14+ ### Swift Package Manager Add the following line to your `Package.swift` file: ```swift -.package(url: "https://github.com/getyoti/yoti-doc-scan-ios.git", from: "5.0.0") +.package(url: "https://github.com/getyoti/yoti-doc-scan-ios.git", from: "6.0.0") ``` ...or add our package in Xcode via `File -> Swift Packages -> Add Package Dependency...` using the URL of this repository. diff --git a/Specs/Carthage/YotiDocumentScan.json b/Specs/Carthage/YotiDocumentScan.json index 0730a68..39367e5 100644 --- a/Specs/Carthage/YotiDocumentScan.json +++ b/Specs/Carthage/YotiDocumentScan.json @@ -2,4 +2,5 @@ "5.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.0/YotiDocumentScan.zip", "5.0.1": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.1/YotiDocumentScan.zip", "5.1.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiDocumentScan.zip", + "6.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiDocumentScan.zip", } diff --git a/Specs/Carthage/YotiNFC.json b/Specs/Carthage/YotiNFC.json index fd0726a..1fc18fb 100644 --- a/Specs/Carthage/YotiNFC.json +++ b/Specs/Carthage/YotiNFC.json @@ -7,4 +7,5 @@ "5.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.0/YotiNFC.zip", "5.0.1": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.1/YotiNFC.zip", "5.1.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiNFC.zip", + "6.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiNFC.zip", } diff --git a/Specs/Carthage/YotiNetwork.json b/Specs/Carthage/YotiNetwork.json index 235bf61..fe36156 100644 --- a/Specs/Carthage/YotiNetwork.json +++ b/Specs/Carthage/YotiNetwork.json @@ -31,4 +31,5 @@ "5.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.0/YotiNetwork.zip", "5.0.1": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.1/YotiNetwork.zip", "5.1.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiNetwork.zip", + "6.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiNetwork.zip", } diff --git a/Specs/Carthage/YotiSDKCore.json b/Specs/Carthage/YotiSDKCore.json index 20b231e..e528de6 100644 --- a/Specs/Carthage/YotiSDKCore.json +++ b/Specs/Carthage/YotiSDKCore.json @@ -31,4 +31,5 @@ "5.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.0/YotiSDKCore.zip", "5.0.1": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.1/YotiSDKCore.zip", "5.1.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiSDKCore.zip", + "6.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiSDKCore.zip", } diff --git a/Specs/Carthage/YotiSDKDesign.json b/Specs/Carthage/YotiSDKDesign.json index 90488a1..03f507c 100644 --- a/Specs/Carthage/YotiSDKDesign.json +++ b/Specs/Carthage/YotiSDKDesign.json @@ -31,4 +31,5 @@ "5.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.0/YotiSDKDesign.zip", "5.0.1": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.1/YotiSDKDesign.zip", "5.1.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiSDKDesign.zip", + "6.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiSDKDesign.zip", } diff --git a/Specs/Carthage/YotiSDKDocument.json b/Specs/Carthage/YotiSDKDocument.json index ba75a10..41d6aba 100644 --- a/Specs/Carthage/YotiSDKDocument.json +++ b/Specs/Carthage/YotiSDKDocument.json @@ -31,4 +31,5 @@ "5.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.0/YotiSDKDocument.zip", "5.0.1": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.1/YotiSDKDocument.zip", "5.1.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiSDKDocument.zip", + "6.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiSDKDocument.zip", } diff --git a/Specs/Carthage/YotiSDKFace.json b/Specs/Carthage/YotiSDKFace.json index 6effd1e..8bd95a8 100644 --- a/Specs/Carthage/YotiSDKFace.json +++ b/Specs/Carthage/YotiSDKFace.json @@ -14,4 +14,5 @@ "5.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.0/YotiSDKFace.zip", "5.0.1": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.1/YotiSDKFace.zip", "5.1.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiSDKFace.zip", + "6.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiSDKFace.zip", } diff --git a/Specs/Carthage/YotiSDKFaceCapture.json b/Specs/Carthage/YotiSDKFaceCapture.json index 83b05f3..0833fee 100644 --- a/Specs/Carthage/YotiSDKFaceCapture.json +++ b/Specs/Carthage/YotiSDKFaceCapture.json @@ -14,4 +14,5 @@ "5.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.0/YotiSDKFaceCapture.zip", "5.0.1": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.1/YotiSDKFaceCapture.zip", "5.1.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiSDKFaceCapture.zip", + "6.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiSDKFaceCapture.zip", } diff --git a/Specs/Carthage/YotiSDKFaceTec.json b/Specs/Carthage/YotiSDKFaceTec.json index 3b0d1d9..65f84ff 100644 --- a/Specs/Carthage/YotiSDKFaceTec.json +++ b/Specs/Carthage/YotiSDKFaceTec.json @@ -14,4 +14,5 @@ "5.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.0/YotiSDKFaceTec.zip", "5.0.1": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.1/YotiSDKFaceTec.zip", "5.1.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiSDKFaceTec.zip", + "6.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiSDKFaceTec.zip", } diff --git a/Specs/Carthage/YotiSDKIdentityDocument.json b/Specs/Carthage/YotiSDKIdentityDocument.json index ff5c51d..d58d075 100644 --- a/Specs/Carthage/YotiSDKIdentityDocument.json +++ b/Specs/Carthage/YotiSDKIdentityDocument.json @@ -7,4 +7,5 @@ "5.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.0/YotiSDKIdentityDocument.zip", "5.0.1": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.1/YotiSDKIdentityDocument.zip", "5.1.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiSDKIdentityDocument.zip", + "6.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiSDKIdentityDocument.zip", } diff --git a/Specs/Carthage/YotiSDKSupplementaryDocument.json b/Specs/Carthage/YotiSDKSupplementaryDocument.json index 00868e2..7b60588 100644 --- a/Specs/Carthage/YotiSDKSupplementaryDocument.json +++ b/Specs/Carthage/YotiSDKSupplementaryDocument.json @@ -7,4 +7,5 @@ "5.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.0/YotiSDKSupplementaryDocument.zip", "5.0.1": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.0.1/YotiSDKSupplementaryDocument.zip", "5.1.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v5.1.0/YotiSDKSupplementaryDocument.zip", + "6.0.0": "https://github.com/getyoti/yoti-doc-scan-ios/releases/download/v6.0.0/YotiSDKSupplementaryDocument.zip", }