flutter/packages/flutter_tools/test/general.shard/ios
LouiseHsu c9b132d079
Allow .xcworkspace and .xcodeproj to be renamed from default name 'Runner' (#124533)
Adds the ability to rename Runner.xcodeproj and Runner.xcworkspace - fixes https://github.com/flutter/flutter/issues/9767.

To rename a project:
1. Open Runner.xcodeproj in Xcode
2. In the left panel, left click "Show File Inspector" 
<img width="441" alt="Screenshot 2023-04-17 at 11 41 07 PM" src="https://user-images.githubusercontent.com/36148254/232692957-8743742d-c3ef-42e5-833f-dff31aeb2b6a.png">
3. In the right panel, the name of the project, "Runner", should be visible under "Identity and Type". Change the name and press enter.
<img width="299" alt="Screenshot 2023-04-17 at 11 40 43 PM" src="https://user-images.githubusercontent.com/36148254/232693315-b6a71165-f5e3-4a0f-8954-2f3eee5b67cf.png">
4. A wizard should pop up. Click Rename.
<img width="573" alt="Screenshot 2023-04-17 at 11 44 01 PM" src="https://user-images.githubusercontent.com/36148254/232693381-bb9cf026-2a75-4844-b42d-ae0036ae9fdd.png">
To rename the workspace:

1. Make sure Xcode is closed.
2. Rename the .xcworkspace to your new name.

If you also renamed the project

&nbsp; 3. Reopen the .xcworkspace in Xcode. If the selected project is the old name and in red, update it to match the new project name.

Tests for schemeFor were changed as with Xcode 14, in some cases the scheme will be renamed along with the project. Thus we will get the best match scheme for either the project name, or the default name Runner. However if a flavor is present, the scheme should always match the flavor.
2023-05-03 05:52:58 +00:00
..
code_signing_test.dart Change some required nullable parameters in tool to non-null (#114115) 2022-11-04 17:36:01 +00:00
devices_test.dart Better support for wireless devices in IDEs (#123716) 2023-04-04 20:39:38 +00:00
ios_deploy_test.dart Separate attached and wireless devices (#122615) 2023-03-15 16:35:05 +00:00
ios_device_install_test.dart Update device selection to wait for wireless devices to load (#122932) 2023-03-29 17:58:07 +00:00
ios_device_logger_test.dart Migrate some test files to null safety (#104469) 2022-05-24 16:53:08 -07:00
ios_device_port_forwarder_test.dart [tool] Consistent FakeProcessManager.run/runSync (#103947) 2022-05-17 11:15:54 -07:00
ios_device_project_test.dart Update device selection to wait for wireless devices to load (#122932) 2023-03-29 17:58:07 +00:00
ios_device_start_nonprebuilt_test.dart Update device selection to wait for wireless devices to load (#122932) 2023-03-29 17:58:07 +00:00
ios_device_start_prebuilt_test.dart Use term wireless instead of network (#124232) 2023-04-19 19:59:11 +00:00
ios_project_migration_test.dart Migrate Xcode projects last version checks to Xcode 14.3 (#125827) 2023-05-02 00:06:33 +00:00
ios_workflow_test.dart Only show iOS simulators, reduce output spew in verbose (#108345) 2022-07-26 19:08:06 +00:00
mac_test.dart Separate attached and wireless devices (#122615) 2023-03-15 16:35:05 +00:00
simulators_test.dart Revert "[flutter_tools] Remove sound null safety flag (#123031)" (#123280) 2023-03-22 22:53:49 +00:00
xcodeproj_test.dart Allow .xcworkspace and .xcodeproj to be renamed from default name 'Runner' (#124533) 2023-05-03 05:52:58 +00:00
xcresult_test_data.dart Log XCResult before other build issues (#100787) 2022-04-08 16:27:08 -07:00
xcresult_test.dart [flutter_tools] rename local functions with _s (#102688) 2022-04-27 16:19:07 -07:00