airsdk / apm

AIR Package Manager
https://repository.airsdk.dev/
MIT License
61 stars 10 forks source link

Generate advanced config files for the merged configuration #91

Closed marchbold closed 2 years ago

marchbold commented 2 years ago

Here we aim to generate Android Manifest and iOS InfoAdditions/Entitlements config files that can be used as additional fields merged into the main app descriptor. ie.

project.apm
config
|___ android
  |___ AndroidManifest.xml
|___ ios
  |___ InfoAdditions.xml
  |___ Entitlements.xml

This should use some well formatted template that contains standard fields for the platforms, eg

This should make it easier for user's to add their own additions to the relevant app descriptor sections.