Skip to content

Commit

Permalink
Merge pull request #459 from gini/bank-release-candidate-v-3.7.3
Browse files Browse the repository at this point in the history
Bank release candidate v 3.7.3
  • Loading branch information
ValentinaIancu-Gini committed Mar 11, 2024
2 parents 0a2b22c + 07a8f47 commit c7403b8
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
Expand Up @@ -10,14 +10,14 @@ Once you have your Swift package set up, adding `GiniBankAPILibrary` as a depend

```swift
dependencies: [
.package(url: "https://github.com/gini/bank-api-library-ios.git", .exact("3.1.2"))
.package(url: "https://github.com/gini/bank-api-library-ios.git", .exact("3.1.3"))
]
```

In case that you want to use the certificate pinning in the library, add `GiniBankAPILibraryPinning`:
```swift
dependencies: [
.package(url: "https://github.com/gini/bank-api-library-pinning-ios.git", .exact("3.1.2"))
.package(url: "https://github.com/gini/bank-api-library-pinning-ios.git", .exact("3.1.3"))
]
```

Expand Down
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 28.10.21.
//

public let GiniBankAPILibraryVersion = "3.1.2"
public let GiniBankAPILibraryVersion = "3.1.3"
Expand Up @@ -179,7 +179,7 @@ final class DocumentServicesTests: XCTestCase {
osName: UIDevice.current.systemName,
osVersion: UIDevice.current.systemVersion,
captureSdkVersion: "Not available",
apiLibVersion: "3.1.2",
apiLibVersion: "3.1.3",
description: "Error logging test",
documentId: "1234",
originalRequestId: "5678")
Expand Down
Expand Up @@ -17,7 +17,7 @@ let package = Package(
// .package(url: /* package url */, from: "1.0.0"),

.package(name: "TrustKit", url: "https://github.com/datatheorem/TrustKit.git", from: "2.0.0"),
.package(name: "GiniBankAPILibrary", url: "https://github.com/gini/bank-api-library-ios.git", .exact("3.1.2")),
.package(name: "GiniBankAPILibrary", url: "https://github.com/gini/bank-api-library-ios.git", .exact("3.1.3")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 15.10.21.
//

public let GiniBankAPILibraryPinningVersion = "3.1.2"
public let GiniBankAPILibraryPinningVersion = "3.1.3"
2 changes: 1 addition & 1 deletion BankSDK/GiniBankSDK/Package-release.swift
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "GiniCaptureSDK", url: "https://github.com/gini/capture-sdk-ios.git", .exact("3.7.1")),
.package(name: "GiniCaptureSDK", url: "https://github.com/gini/capture-sdk-ios.git", .exact("3.7.2")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 04.11.21.
//

public let GiniBankSDKVersion = "3.7.2"
public let GiniBankSDKVersion = "3.7.3"
4 changes: 2 additions & 2 deletions BankSDK/GiniBankSDKPinning/Package-release.swift
Expand Up @@ -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: "GiniCaptureSDKPinning", url: "https://github.com/gini/capture-sdk-pinning-ios.git", .exact("3.7.1")),
.package(name: "GiniBankSDK", url: "https://github.com/gini/bank-sdk-ios.git", .exact("3.7.2")),
.package(name: "GiniCaptureSDKPinning", url: "https://github.com/gini/capture-sdk-pinning-ios.git", .exact("3.7.2")),
.package(name: "GiniBankSDK", url: "https://github.com/gini/bank-sdk-ios.git", .exact("3.7.3")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 04.11.21.
//

public let GiniBankSDKPinningVersion = "3.7.2"
public let GiniBankSDKPinningVersion = "3.7.3"
2 changes: 1 addition & 1 deletion CaptureSDK/GiniCaptureSDK/Package-release.swift
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "GiniBankAPILibrary", url: "https://github.com/gini/bank-api-library-ios.git", .exact("3.1.2")),
.package(name: "GiniBankAPILibrary", url: "https://github.com/gini/bank-api-library-ios.git", .exact("3.1.3")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 29.10.21.
//

public let GiniCaptureSDKVersion = "3.7.1"
public let GiniCaptureSDKVersion = "3.7.2"
4 changes: 2 additions & 2 deletions CaptureSDK/GiniCaptureSDKPinning/Package-release.swift
Expand Up @@ -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("3.1.2")),
.package(name: "GiniCaptureSDK", url: "https://github.com/gini/capture-sdk-ios.git", .exact("3.7.1")),
.package(name: "GiniBankAPILibraryPinning", url: "https://github.com/gini/bank-api-library-pinning-ios.git", .exact("3.1.3")),
.package(name: "GiniCaptureSDK", url: "https://github.com/gini/capture-sdk-ios.git", .exact("3.7.2")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 29.10.21.
//

public let GiniCaptureSDKPinningVersion = "3.7.1"
public let GiniCaptureSDKPinningVersion = "3.7.2"

0 comments on commit c7403b8

Please sign in to comment.