How to add different Development Targets in Ionic project

64 views Asked by At

In iOS development, we can add different targets. Which help us to maintain 2-3 different project on same theme. Compiled target takes it's own resource file.

I have a project with different targets. Each target have different image-resources and different AppKeys for APIs. So I can use one project for maintaining different Apps.

I want to implement same thing on Ionic. Is there any way to do that?

Simply I want to make conditional resource allocation.

here's the example of iOS targetsenter image description here

Thanks in advance.

0

There are 0 answers