|
@@ -1,10 +1,15 @@
|
|
|
#!/bin/sh
|
|
#!/bin/sh
|
|
|
# This is a generated file; do not edit or check into version control.
|
|
# This is a generated file; do not edit or check into version control.
|
|
|
-export "FLUTTER_ROOT=C:\flutter\flutter"
|
|
|
|
|
-export "FLUTTER_APPLICATION_PATH=C:\Users\Administrator\Desktop\flutter\plugins\chewie\example"
|
|
|
|
|
-export "FLUTTER_TARGET=lib\main.dart"
|
|
|
|
|
|
|
+export "FLUTTER_ROOT=/Users/i2edu/Documents/flutter_sdk/flutter"
|
|
|
|
|
+export "FLUTTER_APPLICATION_PATH=/Users/i2edu/Documents/workspace/plugins/video_chewie/example"
|
|
|
|
|
+export "FLUTTER_TARGET=lib/main.dart"
|
|
|
export "FLUTTER_BUILD_DIR=build"
|
|
export "FLUTTER_BUILD_DIR=build"
|
|
|
-export "SYMROOT=${SOURCE_ROOT}/../build\ios"
|
|
|
|
|
-export "FLUTTER_FRAMEWORK_DIR=C:\flutter\flutter\bin\cache\artifacts\engine\ios"
|
|
|
|
|
|
|
+export "SYMROOT=${SOURCE_ROOT}/../build/ios"
|
|
|
|
|
+export "OTHER_LDFLAGS=$(inherited) -framework Flutter"
|
|
|
|
|
+export "FLUTTER_FRAMEWORK_DIR=/Users/i2edu/Documents/flutter_sdk/flutter/bin/cache/artifacts/engine/ios"
|
|
|
export "FLUTTER_BUILD_NAME=1.0.0"
|
|
export "FLUTTER_BUILD_NAME=1.0.0"
|
|
|
export "FLUTTER_BUILD_NUMBER=1"
|
|
export "FLUTTER_BUILD_NUMBER=1"
|
|
|
|
|
+export "DART_OBFUSCATION=false"
|
|
|
|
|
+export "TRACK_WIDGET_CREATION=false"
|
|
|
|
|
+export "TREE_SHAKE_ICONS=false"
|
|
|
|
|
+export "PACKAGE_CONFIG=.packages"
|