flutter/packages/flutter_tools/lib
Victoria Ashworth 378387b139
when getting xcworkspace, exclude hidden files (#114099)
* exclude xcworkspace that begins with a period

* fix if spacing, add comment

* add unit test for when no xcworkspace found

* update to use xcodeWorkspace, make it nullable and refactor

* check if hostAppRoot exists before trying to get xcworkspace

* use local variables to take advantage of type promotion

* only check if not null, don't need to check if exists

* readd exist check for migrate

* readd missing line at end of file
2022-11-07 18:48:52 +00:00
..
src when getting xcworkspace, exclude hidden files (#114099) 2022-11-07 18:48:52 +00:00
executable.dart Make Logger required when injected in flutter_tool (#114111) 2022-10-27 22:40:08 +00:00
runner.dart Write crash report in temp directory if writing to CWD failed. (#113316) 2022-10-12 17:13:24 +00:00