Skip to content

Commit 61847a8

Browse files
author
ci-bot
committed
Updated projects
1 parent fd59466 commit 61847a8

16 files changed

Lines changed: 34 additions & 34 deletions

File tree

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

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', '~> 9.3.0'
8-
pod 'DocumentReaderFullRFID', '~> 9.3.0'
7+
pod 'DocumentReader', '~> 9.4.0'
8+
pod 'DocumentReaderFullRFID', '~> 9.4.0'
99
end

AppClip/Podfile

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

66
target 'DocumentReaderFullSwift-sample' do
7-
pod 'DocumentReader', '~> 9.3.0'
8-
pod 'DocumentReaderFullRFID', '~> 9.3.0'
7+
pod 'DocumentReader', '~> 9.4.0'
8+
pod 'DocumentReaderFullRFID', '~> 9.4.0'
99
end
1010

1111
target 'AppClip-sample' do
12-
pod 'DocumentReader', '~> 9.3.0'
13-
pod 'DocumentReaderMRZRFID', '~> 9.3.0'
12+
pod 'DocumentReader', '~> 9.4.0'
13+
pod 'DocumentReaderMRZRFID', '~> 9.4.0'
1414
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', '~> 9.3.0'
6-
pod 'DocumentReaderFullRFID', '~> 9.3.0'
5+
pod 'DocumentReader', '~> 9.4.0'
6+
pod 'DocumentReaderFullRFID', '~> 9.4.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', '~> 9.3.0'
7-
pod 'DocumentReaderFullRFID', '~> 9.3.0'
6+
pod 'DocumentReader', '~> 9.4.0'
7+
pod 'DocumentReaderFullRFID', '~> 9.4.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', '~> 9.3.0'
10-
pod 'DocumentReaderFullRFID', '~> 9.3.0'
9+
pod 'DocumentReader', '~> 9.4.0'
10+
pod 'DocumentReaderFullRFID', '~> 9.4.0'
1111
end

Basic/DocumentReaderRfidOnly-sample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ target 'RFIDOnly-sample' do
55
use_frameworks!
66

77
# Pods for RFIDOnly-sample
8-
pod 'DocumentReader', '~> 9.3.0'
8+
pod 'DocumentReader', '~> 9.4.0'
99
pod 'DocumentReaderRFID', '~> 9.3.0'
1010

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', '~> 9.3.0'
8-
pod 'DocumentReaderFullRFID', '~> 9.3.0'
7+
pod 'DocumentReader', '~> 9.4.0'
8+
pod 'DocumentReaderFullRFID', '~> 9.4.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', '~> 9.3.0'
10-
pod 'DocumentReaderFullRFID', '~> 9.3.0'
9+
pod 'DocumentReader', '~> 9.4.0'
10+
pod 'DocumentReaderFullRFID', '~> 9.4.0'
1111
end

BleDevice/DocumentReaderSwiftBleLicense/Podfile

Lines changed: 3 additions & 3 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', '~> 9.3.0'
9-
pod 'DocumentReaderFullAuthRFID', '~> 9.3.0'
10-
pod 'BTDevice', '~> 9.1.0'
8+
pod 'DocumentReader', '~> 9.4.0'
9+
pod 'DocumentReaderFullAuthRFID', '~> 9.4.0'
10+
pod 'BTDevice', '~> 9.4.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', '~> 9.3.0'
6-
pod 'DocumentReaderMRZ', '~> 9.3.0'
5+
pod 'DocumentReader', '~> 9.4.0'
6+
pod 'DocumentReaderMRZ', '~> 9.4.0'
77
end

0 commit comments

Comments
 (0)