From 42a5ad6ecbd8835f441dfe6ef84cbff4ba486ab4 Mon Sep 17 00:00:00 2001 From: "J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/)" Date: Thu, 16 May 2024 13:50:07 +0000 Subject: [PATCH] changes for 30.1.0 release --- CHANGELOG.md | 10 ++++++++++ Package.swift | 6 +++--- README.md | 5 ++--- SampleApp/Podfile | 2 +- SampleAppObjC/Podfile | 2 +- 5 files changed, 17 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1ae9ea..057bdae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. **Note**: If the strings translations change it will result in a MINOR version change, therefore you are responsible for testing your translated layout in case you are using custom translations. [More on language localisation](README.md#language-customisation) +## [30.1.0] - 2024-05-16 + +### Added + +- Add the ability for users to exit Studio workflows + +### Fixed + +- Fixed error while passing multiple public keys to the certificate pinning API + ## [30.0.1] - 2024-04-26 ### Fixed diff --git a/Package.swift b/Package.swift index 2cf06f7..4534245 100644 --- a/Package.swift +++ b/Package.swift @@ -4,7 +4,7 @@ import PackageDescription let package = Package( name: "Onfido", platforms: [ - .iOS(.v11) + .iOS(.v13) ], products: [ @@ -17,8 +17,8 @@ let package = Package( .binaryTarget( name: "Onfido", - url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v30.0.1.zip", - checksum: "445076f647e892168af0617345f2621ed7c6d60e17e580561cf36272aba393d9" + url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v30.1.0.zip", + checksum: "7fb36b0894233515d03888a7af39be949646348ecc549ff94ff3dde37ec00edd" ), diff --git a/README.md b/README.md index e622a44..4437090 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,8 @@ Check that you have entered correct billing details inside your [Onfido Dashboar The iOS SDK supports: -* iOS 12+ -* Xcode 15+\* -* Full bitcode support +* iOS 13+ +* Xcode 15+ _(because of Swift minimum version)_ * The SDK supports the following presentation styles: - Only full screen style for iPhones - Full screen and form sheet styles for iPads diff --git a/SampleApp/Podfile b/SampleApp/Podfile index e63a1c7..bc996a6 100644 --- a/SampleApp/Podfile +++ b/SampleApp/Podfile @@ -4,7 +4,7 @@ def setup_shared_pods use_frameworks! inhibit_all_warnings! - pod 'Onfido', '30.0.1' + pod 'Onfido', '30.1.0' end target 'SampleApp' do diff --git a/SampleAppObjC/Podfile b/SampleAppObjC/Podfile index 0eb8f57..3a59c71 100644 --- a/SampleAppObjC/Podfile +++ b/SampleAppObjC/Podfile @@ -4,7 +4,7 @@ def setup_shared_pods use_frameworks! inhibit_all_warnings! - pod 'Onfido', '30.0.1' + pod 'Onfido', '30.1.0' end target 'SampleAppObjC' do