Skip to content

Commit

Permalink
Release version 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Team Mobile Schorsch committed Sep 4, 2024
1 parent 760d5f1 commit 06b9ac6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
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.9.0")),
.package(name: "GiniBankSDK", url: "https://github.com/gini/bank-sdk-ios.git", .exact("3.9.0")),
.package(name: "GiniCaptureSDKPinning", url: "https://github.com/gini/capture-sdk-pinning-ios.git", .exact("3.10.0")),
.package(name: "GiniBankSDK", url: "https://github.com/gini/bank-sdk-ios.git", .exact("3.10.0")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion Sources/GiniBankSDKPinning/GiniBankSDKPinningVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
// Copyright © 2024 Gini GmbH. All rights reserved.
//

public let GiniBankSDKPinningVersion = "3.9.0"
public let GiniBankSDKPinningVersion = "3.10.0"
3 changes: 2 additions & 1 deletion Tests/GiniBankSDKPinningTests/CameraMock.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ final class CameraMock: CameraProtocol {
let state: CameraAuthState
var isFlashOn: Bool = true
var isFlashSupported: Bool = true

var hasInitialized: Bool = true

init(state: CameraAuthState) {
self.state = state
}
Expand Down

0 comments on commit 06b9ac6

Please sign in to comment.