mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
19 lines
504 B
YAML
19 lines
504 B
YAML
generate:
|
|
runner: flutter packages pub run build_runner build --delete-conflicting-outputs
|
|
localization: dart ./scripts/generate/localization.dart
|
|
build:
|
|
android:
|
|
apk: ./scripts/build/apk.sh
|
|
aab: ./scripts/build/aab.sh
|
|
ios:
|
|
ipa: ./scripts/build/ipa.sh
|
|
archive:
|
|
- flutter clean
|
|
- flutter build ios
|
|
blackbox:
|
|
admins: blackbox_list_admins
|
|
decrypt: blackbox_postdeploy
|
|
files: blackbox_list_files
|
|
shred: blackbox_shred_all_files
|
|
update: blackbox_update_all_files
|