fluro/example/ios/Flutter/flutter_export_environment.sh

12 lines
551 B
Bash
Raw Normal View History

2020-02-08 11:34:09 -05:00
#!/bin/sh
# This is a generated file; do not edit or check into version control.
2020-02-08 18:03:22 -05:00
export "FLUTTER_ROOT=/opt/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/luke/Development/yakka/fluro/fluro-lib/example"
export "FLUTTER_TARGET=/Users/luke/Development/yakka/fluro/fluro-lib/example/lib/main.dart"
2020-02-08 11:34:09 -05:00
export "FLUTTER_BUILD_DIR=build"
export "SYMROOT=${SOURCE_ROOT}/../build/ios"
2020-02-08 18:03:22 -05:00
export "FLUTTER_FRAMEWORK_DIR=/opt/flutter/bin/cache/artifacts/engine/ios"
2020-02-08 11:34:09 -05:00
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1"
2020-02-08 18:03:22 -05:00
export "TRACK_WIDGET_CREATION=true"