From f9db24cea1d4a0e6266fd3695d8c633531a5703f Mon Sep 17 00:00:00 2001 From: Team Mobile Schorsch Date: Fri, 19 May 2023 08:54:46 +0000 Subject: [PATCH] Release version 3.1.0 --- Package.swift | 4 ++-- Sources/GiniCaptureSDKPinning/GiniCapture+Pinning.swift | 4 +--- .../GiniCaptureSDKPinning/GiniCaptureSDKPinningVersion.swift | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 27954a9..bec5e51 100644 --- a/Package.swift +++ b/Package.swift @@ -16,8 +16,8 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), - .package(name: "GiniBankAPILibraryPinning", url: "https://github.com/gini/bank-api-library-pinning-ios.git", .exact("1.5.0")), - .package(name: "GiniCaptureSDK", url: "https://github.com/gini/capture-sdk-ios.git", .exact("1.12.0")), + .package(name: "GiniBankAPILibraryPinning", url: "https://github.com/gini/bank-api-library-pinning-ios.git", .exact("3.0.0")), + .package(name: "GiniCaptureSDK", url: "https://github.com/gini/capture-sdk-ios.git", .exact("3.1.0")), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Sources/GiniCaptureSDKPinning/GiniCapture+Pinning.swift b/Sources/GiniCaptureSDKPinning/GiniCapture+Pinning.swift index f59f5e0..a7197a8 100644 --- a/Sources/GiniCaptureSDKPinning/GiniCapture+Pinning.swift +++ b/Sources/GiniCaptureSDKPinning/GiniCapture+Pinning.swift @@ -23,9 +23,7 @@ extension GiniCapture { There should be either images or one PDF, and they should be validated before calling this method. - parameter resultsDelegate: Results delegate object where you can get the results of the analysis. - parameter publicKeyPinningConfig: Public key pinning configuration. - - - note: Screen API only. - + - returns: A presentable view controller. */ diff --git a/Sources/GiniCaptureSDKPinning/GiniCaptureSDKPinningVersion.swift b/Sources/GiniCaptureSDKPinning/GiniCaptureSDKPinningVersion.swift index b90041d..4b4b0e4 100644 --- a/Sources/GiniCaptureSDKPinning/GiniCaptureSDKPinningVersion.swift +++ b/Sources/GiniCaptureSDKPinning/GiniCaptureSDKPinningVersion.swift @@ -5,4 +5,4 @@ // Created by Nadya Karaban on 29.10.21. // -public let GiniCaptureSDKPinningVersion = "1.12.0" +public let GiniCaptureSDKPinningVersion = "3.1.0"