Skip to content

Commit

Permalink
changes for 26.1.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 Oct 27, 2022
1 parent 7eddf9c commit 0bc9fc9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 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)

## [26.1.1] - 2022-10-20

### Fixed

- Public: Fixed crash on devices without the ability to use pixel binning

## [26.1.0] - 2022-09-30

### 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(
targets: [
.binaryTarget(
name: "Onfido",
url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v26.1.0.zip",
checksum: "a43a2c3120b7958ed2ed3a7570b6b8ef31abd6af78e0100c7e21dc02a7fce077"
url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v26.1.1.zip",
checksum: "05928dec0c3c15b656e51f67c2a2f82e543b37865c5d3b16a2f467f657b54bf6"
)
]
)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1247,8 +1247,8 @@ Check the following before you go live:
| User iOS Version | SDK Size Impact (MB) |
|------------------|-----------------------------------|
| 12.2 and above | 6.421|
| Below 12.2 | up to 6.421* or up to 15.779**|
| 12.2 and above | 6.422|
| Below 12.2 | up to 6.422* or up to 15.78**|
**\*** If the application is in Swift but doesn't include any Swift libraries that Onfido iOS SDK requires
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', '26.1.0'
pod 'Onfido', '26.1.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', '26.1.0'
pod 'Onfido', '26.1.1'
end

target 'SampleAppObjC' do
Expand Down

0 comments on commit 0bc9fc9

Please sign in to comment.