Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.78 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.78 KB

Native Template

Native Template is the starting point for any Mendix Native App project.

This repo is used as the baseline for Mendix Native Mobile Builder, a GUI tool that automates the process of building your Native Apps with Mendix and is provided with Mendix Studio Pro.

Please refer to the official how-to section for Mendix Native Mobile.

Contact Mendix support if assistance is required.

Branching policy

Master branch

Please avoid using master directly.

Master is considered an active development branch. What is on master is actively worked on and might:

  • Not support your current version of Mendix Studio Pro
  • Include experimental features
  • Be in a possible broken state for your usage

Release branches

Official releases are done via the release/x.x.x branches. If you need a particular version, checkout the appropriate branch; latest should reflect the latest patch version released.

Otherwise the GitHub releases also include a zipped version of the branch state they were created from. You can download and unzip that for further use.

To deduct which version of Native Template fits to your current Mendix Studio Pro version, please use the mendix version json file. It include a map of studio pro version ranges to Native template version ranges.

Example usage:

If you are using 8.15.x version of Studio Pro.
Then use 5.1.x of Native Template.

Developer branches

Any other branches are considered developer branches. Simply avoid using developer branches for private use. These are actively worked on branches and are definitely not available for public consumption.