Skip to content

Commit 39cfae7

Browse files
samples updated
1 parent 25fa183 commit 39cfae7

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
373373
GCC_WARN_UNUSED_FUNCTION = YES;
374374
GCC_WARN_UNUSED_VARIABLE = YES;
375-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
375+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
376376
MTL_ENABLE_DEBUG_INFO = YES;
377377
ONLY_ACTIVE_ARCH = YES;
378378
SDKROOT = iphoneos;
@@ -423,7 +423,7 @@
423423
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
424424
GCC_WARN_UNUSED_FUNCTION = YES;
425425
GCC_WARN_UNUSED_VARIABLE = YES;
426-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
426+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
427427
MTL_ENABLE_DEBUG_INFO = NO;
428428
SDKROOT = iphoneos;
429429
VALIDATE_PRODUCT = YES;
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
platform :ios, '9.0'
1+
platform :ios, '11.0'
22

33
target 'DocumentReaderFullObjectiveC-sample' do
4-
pod 'DocumentReader', '5.8.2215'
5-
pod 'DocumentReaderFullRFID', '5.8.5164'
4+
pod 'DocumentReader', '6.1.2358'
5+
pod 'DocumentReaderFullRFID', '6.1.5791'
66
end

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
354354
GCC_WARN_UNUSED_FUNCTION = YES;
355355
GCC_WARN_UNUSED_VARIABLE = YES;
356-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
356+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
357357
MTL_ENABLE_DEBUG_INFO = YES;
358358
ONLY_ACTIVE_ARCH = YES;
359359
SDKROOT = iphoneos;
@@ -406,7 +406,7 @@
406406
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
407407
GCC_WARN_UNUSED_FUNCTION = YES;
408408
GCC_WARN_UNUSED_VARIABLE = YES;
409-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
409+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
410410
MTL_ENABLE_DEBUG_INFO = NO;
411411
SDKROOT = iphoneos;
412412
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
@@ -425,7 +425,7 @@
425425
CODE_SIGN_STYLE = Automatic;
426426
DEVELOPMENT_TEAM = "";
427427
INFOPLIST_FILE = "$(SRCROOT)/DocumentReaderSwift-sample/DocumentReaderFullSwift-sample-Info.plist";
428-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
428+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
429429
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
430430
PRODUCT_BUNDLE_IDENTIFIER = regula.DocumentReader;
431431
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -445,7 +445,7 @@
445445
CODE_SIGN_STYLE = Automatic;
446446
DEVELOPMENT_TEAM = "";
447447
INFOPLIST_FILE = "$(SRCROOT)/DocumentReaderSwift-sample/DocumentReaderFullSwift-sample-Info.plist";
448-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
448+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
449449
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
450450
PRODUCT_BUNDLE_IDENTIFIER = regula.DocumentReader;
451451
PRODUCT_NAME = "$(TARGET_NAME)";
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
platform :ios, '9.0'
1+
platform :ios, '11.0'
22

33
target 'DocumentReaderFullSwift-sample' do
44
use_frameworks!
5-
pod 'DocumentReader', '5.8.2215'
6-
pod 'DocumentReaderFullRFID', '5.8.5164'
5+
pod 'DocumentReader', '6.1.2358'
6+
pod 'DocumentReaderFullRFID', '6.1.5791'
77
end

0 commit comments

Comments
 (0)