File tree Expand file tree Collapse file tree
Advanced/DocumentReader-Swift
DocumentReader-Swift/SettingsViewController/Cells
DocumentReaderObjectiveC-sample
DocumentReaderRFIDSwiftUISample
DocumentReaderSwift-sample
DocumentReaderSwiftUI-sample
BleDevice/DocumentReaderSwiftBleLicense
CertificatePinning/DocumentReaderCertificatePinning
Database/DocumentReaderDatabase-sample
OnlineProcessing-With-License-Swift
OnlineProcessing-Without-License-Swift
RfidCertificates/RfidCertificates-Default-Swift Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class SettingsSwitchCell: UITableViewCell {
2121 didSet {
2222 guard let item = item else { return }
2323 titleLabel. text = item. title
24- switchControl. setOn ( item. getter ( ) , animated: true )
24+ switchControl. setOn ( item. getter ( ) , animated: false )
2525 }
2626 }
2727
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ platform :ios, '13.0'
44use_frameworks!
55
66target 'DocumentReader-Swift' do
7- pod 'DocumentReader' , '~> 8.2 .0'
8- pod 'DocumentReaderFullRFID' , '~> 8.2 .0'
7+ pod 'DocumentReader' , '~> 8.3 .0'
8+ pod 'DocumentReaderFullRFID' , '~> 8.3 .0'
99end
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ platform :ios, '13.0'
22use_frameworks!
33
44target 'BackendProcessing' do
5- pod 'DocumentReader' , '~> 8.2 .0'
6- pod 'DocumentReaderFullRFID' , '~> 8.2 .0'
5+ pod 'DocumentReader' , '~> 8.3 .0'
6+ pod 'DocumentReaderFullRFID' , '~> 8.3 .0'
77end
Original file line number Diff line number Diff line change 33platform :ios , '13.0'
44
55target 'DocumentReaderFullObjectiveC-sample' do
6- pod 'DocumentReader' , '~> 8.2 .0'
7- pod 'DocumentReaderFullRFID' , '~> 8.2 .0'
6+ pod 'DocumentReader' , '~> 8.3 .0'
7+ pod 'DocumentReaderFullRFID' , '~> 8.3 .0'
88end
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ target 'DocumentReaderRFIDSwiftUISample' do
66 use_frameworks!
77
88 # Pods for DocumentReaderSwiftUISample
9- pod 'DocumentReader' , '~> 8.2 .0'
10- pod 'DocumentReaderFullRFID' , '~> 8.2 .0'
9+ pod 'DocumentReader' , '~> 8.3 .0'
10+ pod 'DocumentReaderFullRFID' , '~> 8.3 .0'
1111end
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ platform :ios, '13.0'
44use_frameworks!
55
66target 'DocumentReaderFullSwift-sample' do
7- pod 'DocumentReader' , '~> 8.2 .0'
8- pod 'DocumentReaderFullRFID' , '~> 8.2 .0'
7+ pod 'DocumentReader' , '~> 8.3 .0'
8+ pod 'DocumentReaderFullRFID' , '~> 8.3 .0'
99end
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ target 'DocumentReaderSwiftUI-sample' do
66 use_frameworks!
77
88 # Pods for DocumentReaderSwiftUI-sample
9- pod 'DocumentReader' , '~> 8.2 .0'
10- pod 'DocumentReaderFullRFID' , '~> 8.2 .0'
9+ pod 'DocumentReader' , '~> 8.3 .0'
10+ pod 'DocumentReaderFullRFID' , '~> 8.3 .0'
1111end
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ platform :ios, '13.0'
55use_frameworks!
66
77target 'DocumentReaderSwiftBleLicense' do
8- pod 'DocumentReader' , '~> 8.2 .0'
9- pod 'DocumentReaderFullAuthRFID' , '~> 8.2 .0'
8+ pod 'DocumentReader' , '~> 8.3 .0'
9+ pod 'DocumentReaderFullAuthRFID' , '~> 8.3 .0'
1010 pod 'BTDevice' , '~> 7.6.0'
1111end
Original file line number Diff line number Diff line change 22platform :ios , '13.0'
33
44target 'DocumentReaderCertificatePinning' do
5- pod 'DocumentReader' , '~> 8.2 .0'
6- pod 'DocumentReaderMRZ' , '~> 8.2 .0'
5+ pod 'DocumentReader' , '~> 8.3 .0'
6+ pod 'DocumentReaderMRZ' , '~> 8.3 .0'
77end
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ platform :ios, '13.0'
44use_frameworks!
55
66target 'DocumentReaderDatabase-sample' do
7- pod 'DocumentReader' , '~> 8.2 .0'
8- pod 'DocumentReaderFullRFID' , '~> 8.2 .0'
7+ pod 'DocumentReader' , '~> 8.3 .0'
8+ pod 'DocumentReaderFullRFID' , '~> 8.3 .0'
99end
You can’t perform that action at this time.
0 commit comments