Skip to content

Commit 188bc09

Browse files
authored
Merge pull request #38 from blinkinput/jenkins/master-build
Jenkins/master build
2 parents 7e47da0 + e668708 commit 188bc09

File tree

1,020 files changed

+264619
-23150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,020 files changed

+264619
-23150
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ DerivedData
2020
*.html
2121
*.zip
2222

23-
23+
.DS_Store

.swift-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4.0

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: objective-c
2-
osx_image: xcode9
2+
osx_image: xcode9.3
33

44
install: true
55
before_install: ./travis/before_script.sh
6-
script: ./travis/script.sh
6+
script: ./travis/script.sh

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Release notes
2+
3+
## 4.0.0
4+
5+
- new API, which is not backward compatible. Please check [README](README.md) and updated demo applications for more information, but the gist of it is:
6+
- `PPScanningViewController` has been renamed to `MBRecognizerRunnerViewController` and `MBCoordinator` to `MBRecognizerRunner`
7+
- `PPBarcodeOverlayViewController` has been renamed to `MBBarcodeOverlayViewController`
8+
- previously internal `MBRecognizer` objects are not internal anymore - instead of having opaque `MBRecognizerSettings` and `MBRecognizerResult` objects, you now have stateful `MBRecognizer` object that contains its `MBResult` within and mutates it while performing recognition. For more information, see [README](README.md) and updated demo applications
9+
- introduced `MBFieldByFieldOverlayViewController` that can be used for easy integration of the _field-by-field scanning_ feature (previously known as _segment scan_)
10+
- introduced `MBProcessor` concept. For more information, check updated code samples, [README](README.md) and [this blog post](https://microblink.com/blog/major-change-of-the-api-and-in-the-license-key-formats)
11+
- new licence format, which is not backward compatible. Full details are given in [README](README.md) and in updated applications, but the gist of it is:
12+
- licence can now be provided with either file, byte array or base64-encoded bytes
13+
114
## 2.3.0
215

316
- Updates and additions:

MicroBlink.bundle/Info.plist

1 Byte
Binary file not shown.
4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)