New: Added option --parser/-p to the command objj

Previously it wasn't possible to specify a custom parser for the command objj. This is needed for xCodeCapp
This commit is contained in:
Alexandre Wilhelm
2014-11-03 15:25:47 -08:00
parent 5bd07716eb
commit f21dcb8265
2 changed files with 8 additions and 1 deletions
@@ -71,6 +71,7 @@
{
launchPath = self.xcc.executablePaths[@"objj"];
arguments = @[
@"--parser",
self.xcc.parserPath,
self.projectPath,
self.sourcePath