diff --git a/ios/GSSDKCustomDemo/Podfile b/ios/GSSDKCustomDemo/Podfile index 68ff96d..2b5fb7d 100644 --- a/ios/GSSDKCustomDemo/Podfile +++ b/ios/GSSDKCustomDemo/Podfile @@ -1,4 +1,4 @@ -platform :ios, '11.0' +platform :ios, '13.0' target 'GSSDKCustomDemo' do diff --git a/ios/GSSDKCustomDemo/Project.swift b/ios/GSSDKCustomDemo/Project.swift index 4f256b0..c9fa0b1 100644 --- a/ios/GSSDKCustomDemo/Project.swift +++ b/ios/GSSDKCustomDemo/Project.swift @@ -10,7 +10,7 @@ let project = Project( product: .app, productName: "GSSDKCustomDemo", bundleId: "com.thegrizzlylabs.$(PRODUCT_NAME:rfc1034identifier)", - deploymentTarget: .iOS(targetVersion: "11.0", devices: [.ipad, .iphone]), + deploymentTarget: .iOS(targetVersion: "13.0", devices: [.ipad, .iphone]), infoPlist: .extendingDefault(with: [ "NSCameraUsageDescription": "The Genius Scan SDK Simple Demo uses the camera for scanning documents.", diff --git a/ios/GSSDKSimpleDemo/Podfile b/ios/GSSDKSimpleDemo/Podfile index d4fef37..d96c761 100644 --- a/ios/GSSDKSimpleDemo/Podfile +++ b/ios/GSSDKSimpleDemo/Podfile @@ -1,4 +1,4 @@ -platform :ios, '11.0' +platform :ios, '13.0' target 'GSSDKSimpleDemo' do diff --git a/ios/GSSDKSimpleDemo/Project.swift b/ios/GSSDKSimpleDemo/Project.swift index 273bc8f..787cf87 100644 --- a/ios/GSSDKSimpleDemo/Project.swift +++ b/ios/GSSDKSimpleDemo/Project.swift @@ -10,7 +10,7 @@ let project = Project( product: .app, productName: "GSSDKSimpleDemo", bundleId: "com.thegrizzlylabs.$(PRODUCT_NAME:rfc1034identifier)", - deploymentTarget: .iOS(targetVersion: "11.0", devices: [.ipad, .iphone]), + deploymentTarget: .iOS(targetVersion: "13.0", devices: [.ipad, .iphone]), infoPlist: .extendingDefault(with: [ "UIMainStoryboardFile": "Main",