- Mise à jour VERSION vers 3.3.4 - Optimisations et révisions architecture API (deploy-api.sh, scripts de migration) - Ajout documentation Stripe Tap to Pay complète - Migration vers polices Inter Variable pour Flutter - Optimisations build Android et nettoyage fichiers temporaires - Amélioration système de déploiement avec gestion backups - Ajout scripts CRON et migrations base de données 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
480 B
Bash
Executable File
13 lines
480 B
Bash
Executable File
#!/bin/sh
|
|
# This is a generated file; do not edit or check into version control.
|
|
export "FLUTTER_ROOT=/opt/flutter"
|
|
export "FLUTTER_APPLICATION_PATH=/home/pierre/dev/geosector/app"
|
|
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
|
|
export "FLUTTER_BUILD_DIR=build"
|
|
export "FLUTTER_BUILD_NAME=3.3.4"
|
|
export "FLUTTER_BUILD_NUMBER=334"
|
|
export "DART_OBFUSCATION=false"
|
|
export "TRACK_WIDGET_CREATION=true"
|
|
export "TREE_SHAKE_ICONS=false"
|
|
export "PACKAGE_CONFIG=.dart_tool/package_config.json"
|