Skip to content

Commit 703f185

Browse files
chore: update ios deployment target in example-app to 15.0
1 parent 8ff1919 commit 703f185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example-app/ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
CURRENT_PROJECT_VERSION = 1;
352352
DEVELOPMENT_TEAM = 9YN2HU59K8;
353353
INFOPLIST_FILE = App/Info.plist;
354-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
354+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
355355
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
356356
MARKETING_VERSION = 1.0;
357357
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
@@ -372,7 +372,7 @@
372372
CURRENT_PROJECT_VERSION = 1;
373373
DEVELOPMENT_TEAM = 9YN2HU59K8;
374374
INFOPLIST_FILE = App/Info.plist;
375-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
375+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
376376
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
377377
MARKETING_VERSION = 1.0;
378378
PRODUCT_BUNDLE_IDENTIFIER = io.ionic.starter;

0 commit comments

Comments
 (0)