up version and removed extra checker
This commit is contained in:
parent
3bf635e857
commit
446b08f78a
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'QRCodeReader'
|
||||
s.version = '1.0.4'
|
||||
s.version = '1.0.5'
|
||||
s.summary = 'iOS framework contain core view elements and logic component for work with QR codes.'
|
||||
s.homepage = 'https://github.com/TouchInstinct/QRCodeReader-ios'
|
||||
|
||||
|
|
|
|||
|
|
@ -143,9 +143,7 @@ open class QRCodeReader: NSObject, AVCaptureMetadataOutputObjectsDelegate {
|
|||
// MARK: - Private Methods
|
||||
|
||||
private func configureDefaultComponents() {
|
||||
if #available(iOS 9.0, *) {
|
||||
session.sessionPreset = .hd4K3840x2160
|
||||
}
|
||||
session.sessionPreset = .hd4K3840x2160
|
||||
|
||||
for output in session.outputs {
|
||||
session.removeOutput(output)
|
||||
|
|
|
|||
Loading…
Reference in New Issue