Skip to content

Commit 2a23f73

Browse files
update ios podfile to DBR v9.2.11 & DCE v2.3.1
1 parent cc815cc commit 2a23f73

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

ios/Objective-C/DecodeWithAVCaptureSession/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ target 'DecodeWithAVCaptureSession' do
66
use_frameworks!
77

88
# Pods for DecodeWithAVCaptureSession
9-
pod 'DynamsoftBarcodeReader','9.2.10'
9+
pod 'DynamsoftBarcodeReader','9.2.11'
1010

1111
end

ios/Objective-C/GeneralSettingsObjC/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'GeneralSettingsObjC' do
66
use_frameworks!
77

88
# Pods for GeneralSettingsObjC
9-
pod 'DynamsoftCameraEnhancer','2.3.0'
10-
pod 'DynamsoftBarcodeReader','9.2.10'
9+
pod 'DynamsoftCameraEnhancer','2.3.1'
10+
pod 'DynamsoftBarcodeReader','9.2.11'
1111

1212
end

ios/Objective-C/HelloWorldObjC/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'HelloWorldObjC' do
66
use_frameworks!
77

88
# Pods for HelloWorldObjC
9-
pod 'DynamsoftCameraEnhancer','2.3.0'
10-
pod 'DynamsoftBarcodeReader','9.2.10'
9+
pod 'DynamsoftCameraEnhancer','2.3.1'
10+
pod 'DynamsoftBarcodeReader','9.2.11'
1111

1212
end

ios/Objective-C/PerformanceSettingsObjC/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'PerformanceSettingsObjC' do
66
use_frameworks!
77

88
# Pods for PerformanceSettingsObjC
9-
pod 'DynamsoftCameraEnhancer','2.3.0'
10-
pod 'DynamsoftBarcodeReader','9.2.10'
9+
pod 'DynamsoftCameraEnhancer','2.3.1'
10+
pod 'DynamsoftBarcodeReader','9.2.11'
1111

1212
end

ios/Swift/DecodeWithAVCaptureSession/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ target 'DecodeWithAVCaptureSession' do
66
use_frameworks!
77

88
# Pods for DecodeWithAVCaptureSession
9-
pod 'DynamsoftBarcodeReader','9.2.10'
9+
pod 'DynamsoftBarcodeReader','9.2.11'
1010

1111
end

ios/Swift/GeneralSettingsSwift/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'GeneralSettingsSwift' do
66
use_frameworks!
77

88
# Pods for GeneralSettingsSwift
9-
pod 'DynamsoftCameraEnhancer','2.3.0'
10-
pod 'DynamsoftBarcodeReader','9.2.10'
9+
pod 'DynamsoftCameraEnhancer','2.3.1'
10+
pod 'DynamsoftBarcodeReader','9.2.11'
1111

1212
end

ios/Swift/HelloWorldSwift/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'HelloWorldSwift' do
66
use_frameworks!
77

88
# Pods for HelloWorldSwift
9-
pod 'DynamsoftCameraEnhancer','2.3.0'
10-
pod 'DynamsoftBarcodeReader','9.2.10'
9+
pod 'DynamsoftCameraEnhancer','2.3.1'
10+
pod 'DynamsoftBarcodeReader','9.2.11'
1111

1212
end

ios/Swift/PerformanceSettingsSwift/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'PerformanceSettingsSwift' do
66
use_frameworks!
77

88
# Pods for PerformanceSettingsSwift
9-
pod 'DynamsoftCameraEnhancer','2.3.0'
10-
pod 'DynamsoftBarcodeReader','9.2.10'
9+
pod 'DynamsoftCameraEnhancer','2.3.1'
10+
pod 'DynamsoftBarcodeReader','9.2.11'
1111

1212
end

ios/Swift/Usecase/ReadADriversLicenseSwift/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'ReadADriversLicense' do
66
use_frameworks!
77

88
# Pods for ReadADriversLicense
9-
pod 'DynamsoftCameraEnhancer','2.3.0'
10-
pod 'DynamsoftBarcodeReader','9.2.10'
9+
pod 'DynamsoftCameraEnhancer','2.3.1'
10+
pod 'DynamsoftBarcodeReader','9.2.11'
1111

1212
end

0 commit comments

Comments
 (0)