Skip to content

Commit 95e6266

Browse files
committed
fix: set min iOS deployment target to 15.6
1 parent d2954f6 commit 95e6266

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ios-runner/AgentDeviceRunner/AgentDeviceRunner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@
336336
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
337337
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
338338
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
339+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
339340
LD_RUNPATH_SEARCH_PATHS = (
340341
"$(inherited)",
341342
"@executable_path/Frameworks",
@@ -368,6 +369,7 @@
368369
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
369370
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
370371
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
372+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
371373
LD_RUNPATH_SEARCH_PATHS = (
372374
"$(inherited)",
373375
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)