Skip to content

Commit

Permalink
changes for 30.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) committed May 16, 2024
1 parent d673359 commit 42a5ad6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "Onfido",
platforms: [
.iOS(.v11)
.iOS(.v13)
],
products: [

Expand All @@ -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"
),


Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SampleApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SampleAppObjC/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42a5ad6

Please sign in to comment.