Skip to content

Commit 14d34f2

Browse files
author
ci-bot
committed
Updated projects
1 parent d877d73 commit 14d34f2

20 files changed

Lines changed: 60 additions & 56 deletions

File tree

Advanced/DocumentReader-Swift/DocumentReader-Swift.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@
565565
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
566566
GCC_WARN_UNUSED_FUNCTION = YES;
567567
GCC_WARN_UNUSED_VARIABLE = YES;
568-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
568+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
569569
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
570570
MTL_FAST_MATH = YES;
571571
ONLY_ACTIVE_ARCH = YES;
@@ -620,7 +620,7 @@
620620
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
621621
GCC_WARN_UNUSED_FUNCTION = YES;
622622
GCC_WARN_UNUSED_VARIABLE = YES;
623-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
623+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
624624
MTL_ENABLE_DEBUG_INFO = NO;
625625
MTL_FAST_MATH = YES;
626626
SDKROOT = iphoneos;

Advanced/DocumentReader-Swift/DocumentReader-Swift/MainViewController.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,11 @@ class MainViewController: UIViewController {
466466
}
467467
self.showResultScreen(results)
468468
case .error:
469-
print("Error")
469+
guard let results = opticalResults else {
470+
return
471+
}
472+
self.showResultScreen(results)
473+
print("Error reading RFID")
470474
default:
471475
break
472476
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# frozen_string_literal: true
22

3-
platform :ios, '12.0'
3+
platform :ios, '13.0'
44
use_frameworks!
55

66
target 'DocumentReader-Swift' do
7-
pod 'DocumentReader', '~> 7.5.0'
8-
pod 'DocumentReaderFullRFID', '~> 7.5.0'
7+
pod 'DocumentReader', '~> 7.6.0'
8+
pod 'DocumentReaderFullRFID', '~> 7.6.0'
99
end

BackendProcessing/BackendProcessing.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
293293
GCC_WARN_UNUSED_FUNCTION = YES;
294294
GCC_WARN_UNUSED_VARIABLE = YES;
295-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
295+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
296296
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
297297
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
298298
MTL_FAST_MATH = YES;
@@ -349,7 +349,7 @@
349349
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
350350
GCC_WARN_UNUSED_FUNCTION = YES;
351351
GCC_WARN_UNUSED_VARIABLE = YES;
352-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
352+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
353353
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
354354
MTL_ENABLE_DEBUG_INFO = NO;
355355
MTL_FAST_MATH = YES;

BackendProcessing/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
platform :ios, '12.0'
1+
platform :ios, '13.0'
22
use_frameworks!
33

44
target 'BackendProcessing' do
5-
pod 'DocumentReader', '~> 7.5.0'
6-
pod 'DocumentReaderFullRFID', '~> 7.5.0'
5+
pod 'DocumentReader', '~> 7.6.0'
6+
pod 'DocumentReaderFullRFID', '~> 7.6.0'
77
end

Basic/DocumentReaderObjectiveC-sample/DocumentReaderObjectiveC-sample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
377377
GCC_WARN_UNUSED_FUNCTION = YES;
378378
GCC_WARN_UNUSED_VARIABLE = YES;
379-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
379+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
380380
MTL_ENABLE_DEBUG_INFO = YES;
381381
ONLY_ACTIVE_ARCH = YES;
382382
SDKROOT = iphoneos;
@@ -427,7 +427,7 @@
427427
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
428428
GCC_WARN_UNUSED_FUNCTION = YES;
429429
GCC_WARN_UNUSED_VARIABLE = YES;
430-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
430+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
431431
MTL_ENABLE_DEBUG_INFO = NO;
432432
SDKROOT = iphoneos;
433433
VALIDATE_PRODUCT = YES;
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# frozen_string_literal: true
22

3-
platform :ios, '12.0'
3+
platform :ios, '13.0'
44

55
target 'DocumentReaderFullObjectiveC-sample' do
6-
pod 'DocumentReader', '~> 7.5.0'
7-
pod 'DocumentReaderFullRFID', '~> 7.5.0'
6+
pod 'DocumentReader', '~> 7.6.0'
7+
pod 'DocumentReaderFullRFID', '~> 7.6.0'
88
end
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Uncomment the next line to define a global platform for your project
2-
platform :ios, '12.0'
2+
platform :ios, '13.0'
33

44
target 'DocumentReaderRFIDSwiftUISample' do
55
# Comment the next line if you don't want to use dynamic frameworks
66
use_frameworks!
77

88
# Pods for DocumentReaderSwiftUISample
9-
pod 'DocumentReader', '~> 7.5.0'
10-
pod 'DocumentReaderFullRFID', '~> 7.5.0'
9+
pod 'DocumentReader', '~> 7.6.0'
10+
pod 'DocumentReaderFullRFID', '~> 7.6.0'
1111
end

Basic/DocumentReaderSwift-sample/DocumentReaderSwift-sample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
362362
GCC_WARN_UNUSED_FUNCTION = YES;
363363
GCC_WARN_UNUSED_VARIABLE = YES;
364-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
364+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
365365
MTL_ENABLE_DEBUG_INFO = YES;
366366
ONLY_ACTIVE_ARCH = YES;
367367
SDKROOT = iphoneos;
@@ -414,7 +414,7 @@
414414
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
415415
GCC_WARN_UNUSED_FUNCTION = YES;
416416
GCC_WARN_UNUSED_VARIABLE = YES;
417-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
417+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
418418
MTL_ENABLE_DEBUG_INFO = NO;
419419
SDKROOT = iphoneos;
420420
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
@@ -433,7 +433,7 @@
433433
CODE_SIGN_STYLE = Automatic;
434434
DEVELOPMENT_TEAM = "";
435435
INFOPLIST_FILE = "$(SRCROOT)/DocumentReaderSwift-sample/DocumentReaderFullSwift-sample-Info.plist";
436-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
436+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
437437
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
438438
PRODUCT_BUNDLE_IDENTIFIER = regula.DocumentReader;
439439
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -453,7 +453,7 @@
453453
CODE_SIGN_STYLE = Automatic;
454454
DEVELOPMENT_TEAM = "";
455455
INFOPLIST_FILE = "$(SRCROOT)/DocumentReaderSwift-sample/DocumentReaderFullSwift-sample-Info.plist";
456-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
456+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
457457
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
458458
PRODUCT_BUNDLE_IDENTIFIER = regula.DocumentReader;
459459
PRODUCT_NAME = "$(TARGET_NAME)";
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# frozen_string_literal: true
22

3-
platform :ios, '12.0'
3+
platform :ios, '13.0'
44
use_frameworks!
55

66
target 'DocumentReaderFullSwift-sample' do
7-
pod 'DocumentReader', '~> 7.5.0'
8-
pod 'DocumentReaderFullRFID', '~> 7.5.0'
7+
pod 'DocumentReader', '~> 7.6.0'
8+
pod 'DocumentReaderFullRFID', '~> 7.6.0'
99
end

0 commit comments

Comments
 (0)