I am using Nativescript 8.2 to build an IOS App
I have two Environments to Deploy My App
- Test Environment.
- Prod Environment.
I would like to you use different App Icon for each environment
I am able to set an App Icon using below command but it overrides the previous one
tns resources generate icons ~/myfolder/icon_test.png
Right now Same App Icon is being created in both the Environments.
Is there a way I can configure to Change/Switch the App Icon for Different Environment using a command?