flutter/packages/flutter_tools/lib/src/ios/migrations
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
..
host_app_info_plist_migration.dart Return void from project migrate() (#112897) 2022-10-05 20:22:56 +00:00
ios_deployment_target_migration.dart Return void from project migrate() (#112897) 2022-10-05 20:22:56 +00:00
project_base_configuration_migration.dart Return void from project migrate() (#112897) 2022-10-05 20:22:56 +00:00
project_build_location_migration.dart Return void from project migrate() (#112897) 2022-10-05 20:22:56 +00:00
remove_bitcode_migration.dart Turn off bitcode in existing iOS Xcode projects (#112828) 2022-10-04 01:15:24 +00:00
remove_framework_link_and_embedding_migration.dart Return void from project migrate() (#112897) 2022-10-05 20:22:56 +00:00
xcode_build_system_migration.dart when getting xcworkspace, exclude hidden files (#114099) 2022-11-07 18:48:52 +00:00