mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
When launching directly from Xcode, use 8181 as the observatory port.
This commit is contained in:
parent
2123899cc6
commit
893425d960
@ -74,6 +74,10 @@
|
||||
argument = "--packages=$(FLUTTER_APPLICATION_PATH)/.packages"
|
||||
isEnabled = "YES">
|
||||
</CommandLineArgument>
|
||||
<CommandLineArgument
|
||||
argument = "--observatory-port=8181"
|
||||
isEnabled = "YES">
|
||||
</CommandLineArgument>
|
||||
</CommandLineArguments>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user