Project Specific

Project specific sections enables to declare properties for specific platforms to help you configure your specific code. This will enable for example the use of a third party library for your Android specific code or to customize the project plist configuration file for your iOS version of your application.

Project specific parts or properties must be declared inside the specific platform tag:

<urs>
    <specific>
        <android> or <ios> ...

Each tag can be conditioned with the condition attribute.

The URS file can contain several <specific> tag (it can be simpler if you use several complex conditions). NeoMAD will merge theses tags at build time.