Skip to content

Instantly share code, notes, and snippets.

View Ian-FR's full-sized avatar
:octocat:

Ian Rocha Ian-FR

:octocat:
View GitHub Profile
@Ian-FR
Ian-FR / generate-ios.sh
Created January 9, 2023 19:24 — 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