How to add a new target to ios project

I wan’t to add a new target to my current project.
I create it with: cocos new -l lua …
Which template should I choose?
Can I use command line to add a new target?

If you are in Xcode, you can just duplicate the current target to a new name and make whatever changes you need to.