Skip to content

Commit 5bdc9f4

Browse files
authored
Merge pull request #2102 from numbersprotocol/feature-bump-ios-deployement-target-to-14-7
bump iOS deployement target to 14.7
2 parents 62f67c8 + deab7f5 commit 5bdc9f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
CURRENT_PROJECT_VERSION = 2;
368368
DEVELOPMENT_TEAM = G7NB5YCKAP;
369369
INFOPLIST_FILE = App/Info.plist;
370-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
370+
IPHONEOS_DEPLOYMENT_TARGET = 14.7;
371371
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
372372
MARKETING_VERSION = 0.66.2;
373373
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
@@ -392,7 +392,7 @@
392392
CURRENT_PROJECT_VERSION = 2;
393393
DEVELOPMENT_TEAM = G7NB5YCKAP;
394394
INFOPLIST_FILE = App/Info.plist;
395-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
395+
IPHONEOS_DEPLOYMENT_TARGET = 14.7;
396396
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
397397
MARKETING_VERSION = 0.66.2;
398398
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;

0 commit comments

Comments
 (0)