Skip to content

Commit

Permalink
Merge pull request #9 from BlinkID/release/v5.7.1
Browse files Browse the repository at this point in the history
Updated for iOS blinkID v5.7.1
  • Loading branch information
matvidako authored Aug 21, 2020
2 parents 7c5def2 + 0f530ea commit c8dc057
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions BlinkID/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.7.1

### Major bug fix:

- This version fixes bug introduced in v5.7.0 which could cause SDK crash on `applicationDidBecomeActive` event.

## 5.7.0

### Plugin changes
Expand Down
4 changes: 2 additions & 2 deletions BlinkID/ios/blinkid_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'blinkid_flutter'
s.version = '5.7.0'
s.version = '5.7.1'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
Expand All @@ -18,7 +18,7 @@ A new flutter plugin project.
s.dependency 'Flutter'
s.platform = :ios, '8.0'

s.dependency 'PPBlinkID', '~> 5.7.0'
s.dependency 'PPBlinkID', '~> 5.7.1'

# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
Expand Down
2 changes: 1 addition & 1 deletion BlinkID/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: blinkid_flutter
description: Flutter plugin for BlinkID, SDK for scanning and OCR of various identity documents.
version: 5.7.0
version: 5.7.1
homepage: https://microblink.com

environment:
Expand Down

0 comments on commit c8dc057

Please sign in to comment.