iOS needs to be passed the directory containing the xcodeproject not the directory+name of the xcodeproject
Android also needs to be passed the directory in order to support our unit tests since during unit tests we aren't running the command from the app directory
This change is