When launching directly from Xcode, use 8181 as the observatory port.

This commit is contained in:
Chinmay Garde 2016-04-04 13:37:56 -07:00
parent 2123899cc6
commit 893425d960

View File

@ -74,6 +74,10 @@
argument = "--packages=$(FLUTTER_APPLICATION_PATH)/.packages"
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "--observatory-port=8181"
isEnabled = "YES">
</CommandLineArgument>
</CommandLineArguments>
<AdditionalOptions>
</AdditionalOptions>