Skip to content

Commit

Permalink
Release version 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Team Mobile Schorsch committed Oct 23, 2023
1 parent 0e08a23 commit 66ded84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "GiniCaptureSDKPinning",
defaultLocalization: "en",
platforms: [.iOS(.v12), .macOS(.v10_13)],
platforms: [.iOS(.v12)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
Expand All @@ -17,7 +17,7 @@ let package = Package(
// 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.1")),
.package(name: "GiniCaptureSDK", url: "https://github.com/gini/capture-sdk-ios.git", .exact("3.4.0")),
.package(name: "GiniCaptureSDK", url: "https://github.com/gini/capture-sdk-ios.git", .exact("3.5.0")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ On *iPad* we support portrait and landscape orientations.

## Documentation

Further documentation with installation, integration or customization guides can be found in our [website](https://developer.gini.net/gini-mobile-ios/GiniCaptureSDK/).
Further documentation with installation, integration or customization guides can be found in our [website](https://gini.atlassian.net/wiki/spaces/ICSV/overview).

## Requirements

Expand All @@ -39,6 +39,6 @@ Gini GmbH, [email protected]

## License

The Gini Capture SDK Pinning for iOS is licensed under a Private License. See [the license](https://developer.gini.net/gini-mobile-ios/GiniCaptureSDK/license.html) for more info.
The Gini Capture SDK Pinning for iOS is licensed under a Private License. See [the license](https://gini.atlassian.net/wiki/spaces/ICSV/pages/13074449/License) for more info.

**Important:** Always make sure to ship all license notices and permissions with your application.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 29.10.21.
//

public let GiniCaptureSDKPinningVersion = "3.4.0"
public let GiniCaptureSDKPinningVersion = "3.5.0"

0 comments on commit 66ded84

Please sign in to comment.