Skip to content

Instantly share code, notes, and snippets.

View arthurdenner's full-sized avatar
🤓
Always trying to improve my skills and knowledge to apply them everywhere.

Arthur Denner arthurdenner

🤓
Always trying to improve my skills and knowledge to apply them everywhere.
View GitHub Profile
@arthurdenner
arthurdenner / generate-ios.sh
Last active January 3, 2020 17:21 — 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 --no-codesign
# make folder, add .app then zip it and rename it to .ipa
mkdir -p Payload