Include project file name on iOS xcodebuild, in case a second project file is found

This commit is contained in:
Joshua Granick
2016-12-15 12:46:56 -08:00
parent c40679b30e
commit 44e79554e1

View File

@@ -46,6 +46,9 @@ class IOSHelper {
}
commands.push ("-project");
commands.push (project.app.file + ".xcodeproj");
if (additionalArguments != null) {
commands = commands.concat (additionalArguments);