| Index: .fletch-settings
|
| diff --git a/.fletch-settings b/.fletch-settings
|
| deleted file mode 100644
|
| index f63a0b83660bbc66dc059d89681dde7d77ec3d17..0000000000000000000000000000000000000000
|
| --- a/.fletch-settings
|
| +++ /dev/null
|
| @@ -1,40 +0,0 @@
|
| -// Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file",
|
| -// for details. All rights reserved. Use of this source code is governed by a",
|
| -// BSD-style license that can be found in the LICENSE.md file."],
|
| -
|
| -// The settings in this file are used during automated testing.
|
| -// If you are considering adding settings to this file in order
|
| -// to change the default behavior of the system you should reconsider.
|
| -// There should only be settings in this file to *overwrite* the
|
| -// defaults.
|
| -{
|
| -
|
| - // Location of the packages configuration file (a relative URI)
|
| - "packages": ".packages",
|
| -
|
| - // A list of strings that are passed to the compiler
|
| - "options": [
|
| - ],
|
| -
|
| - // Values of of compile-time constants, that is, the values of
|
| - // expression on these forms:
|
| - //
|
| - // const bool.fromEnvironment("<name>")
|
| - // const int.fromEnvironment("<name>")
|
| - // const String.fromEnvironment("<name>")
|
| - //
|
| - "constants": {
|
| - },
|
| -
|
| - // Address of the target device on which to run the Fletch VMs.
|
| - // If null then vms are started directly on localhost.
|
| - "device_address": null,
|
| -
|
| - // Type of device to compile for. Currently the available types are:
|
| - // "mobile" and "embedded".
|
| - "device_type": "mobile",
|
| -
|
| - // Support for incremental compilation, one of "none", "production", or
|
| - // "experimental".
|
| - "incremental_mode": "production"
|
| -}
|
|
|