Tweak Run Script phase.

This commit is contained in:
Hanzhou Shi 2017-03-22 21:26:48 -07:00
parent c3dc1b0d68
commit 91ce56c7fd
1 changed files with 3 additions and 9 deletions

View File

@ -1003,17 +1003,11 @@
files = (
);
inputPaths = (
"$(SRCROOT)/VisitorBasic.g4",
"$(SRCROOT)/LexerA.g4",
"$(SRCROOT)/LexerB.g4",
);
outputPaths = (
"$(DERIVED_FILE_DIR)/SwiftTestBaseListener.swift",
"$(DERIVED_FILE_DIR)/SwiftTestLexer.swift",
"$(DERIVED_FILE_DIR)/SwiftTestLexerATN.swift",
"$(DERIVED_FILE_DIR)/SwiftTestListener.swift",
"$(DERIVED_FILE_DIR)/SwiftTestParser.swift",
"$(DERIVED_FILE_DIR)/SwiftTestParserATN.swift",
"$(DERIVED_FILE_DIR)/LexerA.swift",
"$(DERIVED_FILE_DIR)/LexerA.tokens",
"$(DERIVED_FILE_DIR)/LexerAATN.swift",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;