Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmartineau committed Dec 6, 2022
1 parent aeb4c38 commit e17a214
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions example/ios/Flutter/flutter_export_environment.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=/Users/ericm/fvm/versions/master"
export "FLUTTER_APPLICATION_PATH=/Users/ericm/sunny/local_plugins/flutter_screen_scaling/example"
export "FLUTTER_ROOT=/Users/ericm/fvm/versions/3.3.0"
export "FLUTTER_APPLICATION_PATH=/Users/ericm/reliveit/checkout/SunnyApp/flutter_screen_scaling/example"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_TARGET=lib/main.dart"
export "FLUTTER_BUILD_DIR=build"
export "SYMROOT=${SOURCE_ROOT}/../build/ios"
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=false"
export "TRACK_WIDGET_CREATION=true"
export "TREE_SHAKE_ICONS=false"
export "PACKAGE_CONFIG=.packages"
export "PACKAGE_CONFIG=.dart_tool/package_config.json"

0 comments on commit e17a214

Please sign in to comment.