I've noticed in my config.xml following :
version="0.0.3"
When I compile my project and open the xcode project in Xcode I see
version : 0.0.3
build : 0.0.3
So I can assume the entry I made in my xml prefilled the version AND the build. Is there a way to specify the version and build separately?
Also .. in Xcode I can check "portrait" mode, but everytime I compile my project (with ionic build), the checkbox gets unchecked. Is there a way to specify this in my config.xml?