Actions
How to build applications » History » Revision 1
Revision 1/2
| Next »
Olivier Bitsch, 11/19/2021 12:08 PM
How to build applications¶
This is a comprehensive guide to build mobile application on IOS and Android.
Requirements¶
- npm >= 14
Update version¶
We asume you already cloned the project. Almost all command steps are embedded into Makefile. You must update "config.xml" (for builder) and "config.yaml" in root of the project. Ensure to create version and release.
- 1.5.7 > 1.6.8 (version 1.6, release 8).
Building for android automatically updates
android/app/build.gradle
file.
Commit and push the both files
Manually Build Android¶
Once version updated, you can manually build with the both commands.
make clean
make android-prod
Manually Sign Android¶
make sign-android
Manually Build IOS¶
Updated by Olivier Bitsch about 3 years ago · 1 revisions