-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve grammar to include some uncovered cases I was experiencing some false positives due to some strange REFERENCE values. These were group and xcconfig file references, prefixed with a G_ or FR_ string. I'm now covering these scenarios and added a new test where these appear to make sure we don't fall into the same problem again. * Add inputFileListPaths and outputFileListPaths rules * Add a new valid pbxproj test from the community Add a new rule for outputPaths that can be quoted strings * Add a new rule for the new DefaultBuildSystemTypeForWorkspace property
- Loading branch information
1 parent
0738527
commit f464121
Showing
11 changed files
with
5,609 additions
and
2,500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,3 +60,6 @@ target/ | |
|
||
#Ipython Notebook | ||
.ipynb_checkpoints | ||
|
||
# ANTLR | ||
.antlr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.