Project

General

Profile

Actions

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. You must update version into Xcode for IOS !!

Commit and push the both files

Android

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

IOS

Manually Build IOS

make clean
make ios-xcode

Open project into Xcode

make open-xcode

Don't forgot to update version and assign signing team.

Updated by Olivier Bitsch over 2 years ago · 2 revisions