File tree Expand file tree Collapse file tree
ios-runner/AgentDeviceRunner/AgentDeviceRunner.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144144
145145 - name : Run iOS integration test
146146 env :
147- AGENT_DEVICE_DAEMON_TIMEOUT_MS : " 180000 "
147+ AGENT_DEVICE_DAEMON_TIMEOUT_MS : " 300000 "
148148 run : node --test test/integration/ios.test.ts
149149
150150 - name : Upload iOS artifacts
Original file line number Diff line number Diff line change 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",
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",
You can’t perform that action at this time.
0 commit comments