Skip to content

Commit 780a238

Browse files
committed
Make the metadataOutput property public yannickl#95
1 parent 2f41fe3 commit 780a238

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change log
22

3+
## [Version 7.4.1](https://github.com/yannickl/QRCodeReader.swift/releases/tag/7.4.1)
4+
Release on 2017-04-16
5+
6+
- [ADD] Make the `QRCodeReader`'s `metadataOutput` property public
7+
38
## [Version 7.4.0](https://github.com/yannickl/QRCodeReader.swift/releases/tag/7.4.0)
49
Release on 2017-03-29
510

Sources/QRCodeReader.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public final class QRCodeReader: NSObject, AVCaptureMetadataOutputObjectsDelegat
5757
return nil
5858
}()
5959

60-
var metadataOutput = AVCaptureMetadataOutput()
61-
var session = AVCaptureSession()
60+
public var metadataOutput = AVCaptureMetadataOutput()
61+
var session = AVCaptureSession()
6262

6363
// MARK: - Managing the Properties
6464

0 commit comments

Comments
 (0)