Skip to content

Instantly share code, notes, and snippets.

View haudangduy-agilityio's full-sized avatar

Hau Dang Duy haudangduy-agilityio

View GitHub Profile
@haudangduy-agilityio
haudangduy-agilityio / generate-ios.sh
Created July 25, 2023 08:49 — forked from monmonja/generate-ios.sh
generate ios from command line
# download this file to your project folder and excute
# chmod +x generate-ios.sh
# then run using
# ./generate-ios.sh
# flutter build defaults to --release
flutter build ios
# make folder, add .app then zip it and rename it to .ipa
mkdir -p Payload