mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

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
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
PODS:
|
|
- connectivity_macos (0.0.1):
|
|
- FlutterMacOS
|
|
- Reachability
|
|
- FlutterMacOS (1.0.0)
|
|
- Reachability (3.2)
|
|
- url_launcher_macos (0.0.1):
|
|
- FlutterMacOS
|
|
|
|
DEPENDENCIES:
|
|
- connectivity_macos (from `Flutter/ephemeral/.symlinks/plugins/connectivity_macos/macos`)
|
|
- FlutterMacOS (from `Flutter/ephemeral`)
|
|
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)
|
|
|
|
SPEC REPOS:
|
|
trunk:
|
|
- Reachability
|
|
|
|
EXTERNAL SOURCES:
|
|
connectivity_macos:
|
|
:path: Flutter/ephemeral/.symlinks/plugins/connectivity_macos/macos
|
|
FlutterMacOS:
|
|
:path: Flutter/ephemeral
|
|
url_launcher_macos:
|
|
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos
|
|
|
|
SPEC CHECKSUMS:
|
|
connectivity_macos: 5dae6ee11d320fac7c05f0d08bd08fc32b5514d9
|
|
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
|
|
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
|
|
url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95
|
|
|
|
PODFILE CHECKSUM: 2e6060c123c393d6beb3ee5b7beaf789de4d2e47
|
|
|
|
COCOAPODS: 1.12.1
|