flutter/packages/flutter_tools/lib
Victoria Ashworth 6c2023162f
Change resultBundlePath representation from File to Directory (#130156)
`resultBundlePath` is meant to be a directory. In the `xcodebuild --help`, it describes it as a directory: 
```
-resultBundlePath PATH     specifies the directory where a result bundle describing what occurred will be placed
```

This PR changes our usage of it from a file to a directory so that it gets deleted correctly between reruns.

Fixes https://github.com/flutter/flutter/issues/129954.
2023-07-10 17:47:51 +00:00
..
src Change resultBundlePath representation from File to Directory (#130156) 2023-07-10 17:47:51 +00:00
executable.dart [flutter_tools] delete flutter format command (#129360) 2023-06-22 21:28:55 +00:00
runner.dart Clearer text about what happens with --disable-telemetry + enable-telemetry command (#125995) 2023-05-08 13:01:25 +00:00