Include project file name on iOS xcodebuild, in case a second project file is found
This commit is contained in:
@@ -46,6 +46,9 @@ class IOSHelper {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
commands.push ("-project");
|
||||||
|
commands.push (project.app.file + ".xcodeproj");
|
||||||
|
|
||||||
if (additionalArguments != null) {
|
if (additionalArguments != null) {
|
||||||
|
|
||||||
commands = commands.concat (additionalArguments);
|
commands = commands.concat (additionalArguments);
|
||||||
|
|||||||
Reference in New Issue
Block a user