Skip to content

Commit

Permalink
Merge pull request #158 from BlinkID/feature/v2.17.2
Browse files Browse the repository at this point in the history
Feature/v2.17.2
  • Loading branch information
dgust6 authored Apr 20, 2018
2 parents 6e95bcd + 02c1b64 commit ac494f3
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.17.2

- Bugfixes
- Fixed error where app upload to the store would be rejected because of missing bitcode

## 2.17.1

- Bugfixes
Expand Down
Binary file modified MicroBlink.bundle/Info.plist
Binary file not shown.
Binary file modified MicroBlink.framework/Info.plist
Binary file not shown.
2 changes: 1 addition & 1 deletion MicroBlink.framework/MicroBlink
Git LFS file not shown
2 changes: 1 addition & 1 deletion MicroBlink.framework/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@
</data>
<key>Info.plist</key>
<data>
fWwBZ/NhwLr8dhyoP/iQkqMOMog=
CaDKwWAYFQyzsSqsXYc2vy3AtJU=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
4 changes: 2 additions & 2 deletions PPBlinkID.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PPBlinkID"
s.version = "2.17.1"
s.version = "2.17.2"
s.summary = "A delightful component for barcode scanning"
s.homepage = "http://microblink.com"

Expand Down Expand Up @@ -32,7 +32,7 @@ Pod::Spec.new do |s|

s.source = {
:git => 'https://github.com/BlinkID/blinkid-ios.git',
:tag => 'v2.17.1'
:tag => 'v2.17.2'
}

s.platform = :ios
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pod try PPBlinkID
platform :ios, '8.0'

target 'TargetName' do
pod 'PPBlinkID', '~> 2.17.1'
pod 'PPBlinkID', '~> 2.17.2'
end
```

Expand Down
5 changes: 5 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.17.2

- Bugfixes
- Fixed error where app upload to the store would be rejected because of missing bitcode

## 2.17.1

- Bugfixes
Expand Down
4 changes: 4 additions & 0 deletions Transition guide.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.17.2

- No changes

## 2.17.1

- No changes
Expand Down
2 changes: 1 addition & 1 deletion buildCommit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Built from core repository commit 04b023b1e25c25225c529ea689a7f56135a64a7d
Built from core repository commit 24dbb9245f2ef8dc75012774933b6cf901e62c17

0 comments on commit ac494f3

Please sign in to comment.