Skip to content

Commit a40eb69

Browse files
author
ci-bot
committed
Updated projects
1 parent 10cf260 commit a40eb69

13 files changed

Lines changed: 25 additions & 25 deletions

File tree

  • Advanced/DocumentReader-Swift
  • BackendProcessing
  • Basic
    • DocumentReaderObjectiveC-sample
    • DocumentReaderRFIDSwiftUISample
    • DocumentReaderSwift-sample
    • DocumentReaderSwiftUI-sample
  • BleDevice/DocumentReaderSwiftBleLicense
  • CertificatePinning/DocumentReaderCertificatePinning
  • Database/DocumentReaderDatabase-sample
  • OnlineProcessing
    • OnlineProcessing-With-License-Swift
    • OnlineProcessing-Without-License-Swift
  • RfidCertificates/RfidCertificates-Default-Swift

Advanced/DocumentReader-Swift/DocumentReader-Swift/SettingsViewController/Cells/SettingsSwitchCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Advanced/DocumentReader-Swift/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ platform :ios, '13.0'
44
use_frameworks!
55

66
target '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'
99
end

BackendProcessing/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ platform :ios, '13.0'
22
use_frameworks!
33

44
target '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'
77
end

Basic/DocumentReaderObjectiveC-sample/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
platform :ios, '13.0'
44

55
target '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'
88
end

Basic/DocumentReaderRFIDSwiftUISample/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'
1111
end

Basic/DocumentReaderSwift-sample/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ platform :ios, '13.0'
44
use_frameworks!
55

66
target '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'
99
end

Basic/DocumentReaderSwiftUI-sample/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'
1111
end

BleDevice/DocumentReaderSwiftBleLicense/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platform :ios, '13.0'
55
use_frameworks!
66

77
target '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'
1111
end

CertificatePinning/DocumentReaderCertificatePinning/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
platform :ios, '13.0'
33

44
target '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'
77
end

Database/DocumentReaderDatabase-sample/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ platform :ios, '13.0'
44
use_frameworks!
55

66
target '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'
99
end

0 commit comments

Comments
 (0)