Skip to content

Commit

Permalink
fix(iOS) Bump min iOS version to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-tgl committed Dec 11, 2023
1 parent b1011a8 commit daaf9c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ios/GSSDKCustomDemo/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '11.0'
platform :ios, '13.0'

target 'GSSDKCustomDemo' do

Expand Down
2 changes: 1 addition & 1 deletion ios/GSSDKCustomDemo/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion ios/GSSDKSimpleDemo/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '11.0'
platform :ios, '13.0'

target 'GSSDKSimpleDemo' do

Expand Down
2 changes: 1 addition & 1 deletion ios/GSSDKSimpleDemo/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit daaf9c5

Please sign in to comment.