Skip to content

Commit baae329

Browse files
Merge branch 'master' of github.com:pichillilorenzo/flutter_inappwebview
2 parents ae199f1 + a42b0e4 commit baae329

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

example/ios/Flutter/flutter_export_environment.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
export "FLUTTER_ROOT=/Users/lorenzopichilli/fvm/versions/3.10.0"
44
export "FLUTTER_APPLICATION_PATH=/Users/lorenzopichilli/Desktop/flutter_inappwebview/example"
55
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
6-
export "FLUTTER_TARGET=lib/main.dart"
6+
export "FLUTTER_TARGET=/Users/lorenzopichilli/Desktop/flutter_inappwebview/example/lib/main.dart"
77
export "FLUTTER_BUILD_DIR=build"
88
export "FLUTTER_BUILD_NAME=1.0.0"
99
export "FLUTTER_BUILD_NUMBER=1"
10+
export "DART_DEFINES=Zmx1dHRlci5pbnNwZWN0b3Iuc3RydWN0dXJlZEVycm9ycz10cnVl,RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==,RkxVVFRFUl9XRUJfQ0FOVkFTS0lUX1VSTD1odHRwczovL3d3dy5nc3RhdGljLmNvbS9mbHV0dGVyLWNhbnZhc2tpdC9kNDRiNWE5NGM5NzZmYmI2NTgxNTM3NGY2MWFiNTM5MmEyMjBiMDg0Lw=="
1011
export "DART_OBFUSCATION=false"
1112
export "TRACK_WIDGET_CREATION=true"
1213
export "TREE_SHAKE_ICONS=false"
13-
export "PACKAGE_CONFIG=.dart_tool/package_config.json"
14+
export "PACKAGE_CONFIG=/Users/lorenzopichilli/Desktop/flutter_inappwebview/example/.dart_tool/package_config.json"

0 commit comments

Comments
 (0)