souyuz
souyuz copied to clipboard
AAB build and sign support for Android, compile constants support and other improvements
Hey @voydz,
Had a bit of time recently to update your plugin. Major changes are:
- Android: added ability to build AAB files (including signing)
- Android: added support to projects with multiple AndroidManifest files (handy if your build configuration using different ones)
- Android: added "key-password" signing property (handy if "store password" doesn't match with "key password")
- Android/iOS: added support for compile constants (handy if you using them as switches in projects)
- iOS: added ability to specify provisioning profile to sign with
- Updated readme with most common properties and basic usage
NOTE: this PR will resolve few open issues: https://github.com/voydz/souyuz/issues/34 https://github.com/voydz/souyuz/issues/33
Happy to keep it updated for some time if any new issues come up.