From 66ded8486b548f4f3e50b9b35f10d9bd8ea28e10 Mon Sep 17 00:00:00 2001 From: Team Mobile Schorsch Date: Mon, 23 Oct 2023 15:08:27 +0000 Subject: [PATCH] Release version 3.5.0 --- Package.swift | 4 ++-- README.md | 4 ++-- .../GiniCaptureSDKPinning/GiniCaptureSDKPinningVersion.swift | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index ffdecb2..43913d1 100644 --- a/Package.swift +++ b/Package.swift @@ -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( @@ -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. diff --git a/README.md b/README.md index 1da94e7..aff2738 100644 --- a/README.md +++ b/README.md @@ -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 @@ -39,6 +39,6 @@ Gini GmbH, hello@gini.net ## 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. diff --git a/Sources/GiniCaptureSDKPinning/GiniCaptureSDKPinningVersion.swift b/Sources/GiniCaptureSDKPinning/GiniCaptureSDKPinningVersion.swift index 6d4dc82..be1e636 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 = "3.4.0" +public let GiniCaptureSDKPinningVersion = "3.5.0"