mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: reduce package size (#4353)
This commit is contained in:
parent
f64ee912d0
commit
032a648204
@ -225,6 +225,7 @@ script = ['''
|
||||
echo APP_ENVIRONMENT: ${APP_ENVIRONMENT}
|
||||
echo ${platforms}
|
||||
echo ${BUILD_ARCHS}
|
||||
echo ${BUILD_VERSION}
|
||||
''']
|
||||
script_runner = "@shell"
|
||||
|
||||
|
@ -250,7 +250,7 @@ script_runner = "@shell"
|
||||
script = ["""
|
||||
cd appflowy_flutter/
|
||||
flutter pub get
|
||||
flutter build ipa --verbose
|
||||
flutter build ipa --build-version ${BUILD_VERSION} --split-debug-info=./ --obfuscate --verbose
|
||||
"""]
|
||||
script_runner = "@shell"
|
||||
|
||||
@ -258,7 +258,7 @@ script_runner = "@shell"
|
||||
script = ["""
|
||||
cd appflowy_flutter/
|
||||
flutter pub get
|
||||
flutter build apk --split-per-abi --verbose
|
||||
flutter build apk --split-per-abi --split-debug-info=./ --obfuscate --verbose
|
||||
"""]
|
||||
script_runner = "@shell"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user