flutter/dev/integration_tests/flutter_gallery/macos
Matan Lurey 52a6de2558
Add --local-engine-host, which if specified, is used instead of being inferred (#132180)
Closes https://github.com/flutter/flutter/issues/132162.

I did a tiny bit of minor cleanup but didn't want to go 🍔 beyond the
scope of this change. After it lands I'll update the Wiki.

## Before

```bash
$ fl run \
  --local-engine-src-path=$ENGINE \
  --local-engine=android_debug_unopt_arm64
```

... would try to use `host_debug_unopt` (i.e. Rosetta).

## After

```bash
$ fl run \
  --local-engine-src-path=$ENGINE \
  --local-engine=android_debug_unopt_arm64 \
  --local-engine-host=host_debug_unopt_arm64
```

... uses `host_debug_unopt_arm64`, as specified.

---

/cc @jonahwilliams @gaaclarke @zanderso
2023-08-10 09:38:38 -07:00
..
Flutter Optionally include CocoaPods xcconfig (#73112) 2021-01-06 13:55:23 -08:00
Runner [macOS] Remigrate principal class to NSApplication (#124173) 2023-04-05 09:05:37 -07:00
Runner.xcodeproj Migrate Xcode projects last version checks to Xcode 14.3 (#125827) 2023-05-02 00:06:33 +00:00
Runner.xcworkspace Move flutter_gallery to the testing folder (#52532) 2020-03-16 10:31:42 +01:00
RunnerTests Update macOS gallery display name (#113658) 2022-10-20 03:23:12 +00:00
.gitignore Move flutter_gallery to the testing folder (#52532) 2020-03-16 10:31:42 +01:00
Podfile Increase minimum supported macOS version from 10.13 to 10.14 (#114713) 2022-11-07 11:32:42 +01:00
Podfile.lock Add --local-engine-host, which if specified, is used instead of being inferred (#132180) 2023-08-10 09:38:38 -07:00