Skip to content

Commit

Permalink
Merge pull request #37 from PDF417/feature/v5.1.1
Browse files Browse the repository at this point in the history
Feature/v5.1.1
  • Loading branch information
Cerovec authored Jun 28, 2017
2 parents af1bb13 + e6e251a commit 596e6eb
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release notes

## 5.1.1

- Bugfixes:
- Fixed `PPBarcodeRecognizerResult`'s `barcodeType` property

## 5.1.0

- Updates and additions:
Expand Down
2 changes: 2 additions & 0 deletions MicroBlink.framework/Headers/PPBarcodeRecognizerResult.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ typedef NS_ENUM(NSUInteger, PPBarcodeType) {
PPBarcodeTypeUPCA,
/** UPCE */
PPBarcodeTypeUPCE,
/** NONDE */
PPBarcodeNone
};


Expand Down
Binary file modified MicroBlink.framework/MicroBlink
Binary file not shown.
6 changes: 3 additions & 3 deletions MicroBlink.framework/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</data>
<key>Headers/PPBarcodeRecognizerResult.h</key>
<data>
7RXQVq3xkUgGktB5X5Lt/Uq/T0Y=
ZK1KgaFioDLjrOfdppDBKyOM7EU=
</data>
<key>Headers/PPBarcodeRecognizerSettings.h</key>
<data>
Expand Down Expand Up @@ -417,11 +417,11 @@
<dict>
<key>hash</key>
<data>
7RXQVq3xkUgGktB5X5Lt/Uq/T0Y=
ZK1KgaFioDLjrOfdppDBKyOM7EU=
</data>
<key>hash2</key>
<data>
jhpbNqGZqkMJPsy2moICBuYcBYiE/gUgos1Nbf0K+8E=
da1H7SaPRAObaxHQXDT7UZw/2RHm0PGu6TcXDdE1aiA=
</data>
</dict>
<key>Headers/PPBarcodeRecognizerSettings.h</key>
Expand Down
4 changes: 2 additions & 2 deletions PPpdf417.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PPpdf417"
s.version = "5.1.0"
s.version = "5.1.1"
s.summary = "A delightful component for barcode scanning"
s.homepage = "http://pdf417.mobi"

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

s.source = {
:git => 'https://github.com/PDF417/pdf417-ios.git',
:tag => "v5.1.0"
:tag => "v5.1.1"
}

s.platform = :ios
Expand Down
5 changes: 5 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release notes

## 5.1.1

- Bugfixes:
- Fixed `PPBarcodeRecognizerResult`'s `barcodeType` property

## 5.1.0

- Updates and additions:
Expand Down
3 changes: 3 additions & 0 deletions Transition guide.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Transition to 5.1.1
- No backwards incompatible changes. See Release notes for bugfixes.

## Transition to 5.1.0
- Since Microblink.framework is a dynamic framework, you also need to **add it to embedded binaries section in General settings of your target.**

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 005b09eba0d408109b282d3dd744c17bd4e3c12d
Built from core repository commit ba1467bb1f7aca45196a860dbe4ff0b35089944a

0 comments on commit 596e6eb

Please sign in to comment.