# native-template **Repository Path**: engalar/native-template ## Basic Information - **Project Name**: native-template - **Description**: 从https://github.com/mendix/native-template同步而来 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-30 - **Last Updated**: 2023-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://docs.mendix.com/howto/mobile/native-mobile) for Mendix Native Mobile. Contact [Mendix support](https://support.mendix.com/hc/en-us) if assistance is required. ### Branching policy #### Master branch Current master branch is the latest release, all the LTS versions live in `release/x.x.x`. #### 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](https://github.com/mendix/native-template/blob/master/mendix_version.json). 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.