Skip to content

Commit

Permalink
changes for 29.9.1 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 Apr 8, 2024
1 parent 3d42f65 commit 4557345
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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)

## [29.9.1] - 2024-04-05

### Fixed

- Fixed an issue where document video capture would not be uploaded with photo

## [29.9.0] - 2024-03-21

### Added
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ let package = Package(

.binaryTarget(
name: "Onfido",
url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v29.9.0.zip",
checksum: "ac0b5c0c284ace8e2ade9d85593b6490b5ea6d3c98df1793259aa89378056d15"
url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v29.9.1.zip",
checksum: "2afbefc3bec8a1d09fc4264ac5117c4c406e05dc1d9862d648fd704edec113b7"
),


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', '29.9.0'
pod 'Onfido', '29.9.1'
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', '29.9.0'
pod 'Onfido', '29.9.1'
end

target 'SampleAppObjC' do
Expand Down

0 comments on commit 4557345

Please sign in to comment.