1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

Add groups for the parsers.

This insulates us from accidentally selecting them and causing Xcode to
throw a fit.
This commit is contained in:
Rob Rix 2015-10-29 13:48:18 -04:00
parent 8117173ec8
commit 2d422ee92b

View File

@ -285,13 +285,29 @@
D4FB2CDB1BDEBCCD00B3CCE0 /* main.swift */,
D4FB2CF71BE1560400B3CCE0 /* TSNode.swift */,
D4FB2CE51BDEBE7900B3CCE0 /* doubt-difftool-Bridging-Header.h */,
D4FB2CF91BE28F6D00B3CCE0 /* parser.c */,
D4FB2CFB1BE292BB00B3CCE0 /* parser.c */,
D4FB2CFF1BE2934E00B3CCE0 /* JavaScript */,
D4FB2CFE1BE2934A00B3CCE0 /* C */,
D4FB2CDE1BDEBD1C00B3CCE0 /* libruntime.a */,
);
path = "doubt-difftool";
sourceTree = "<group>";
};
D4FB2CFE1BE2934A00B3CCE0 /* C */ = {
isa = PBXGroup;
children = (
D4FB2CFB1BE292BB00B3CCE0 /* parser.c */,
);
name = C;
sourceTree = "<group>";
};
D4FB2CFF1BE2934E00B3CCE0 /* JavaScript */ = {
isa = PBXGroup;
children = (
D4FB2CF91BE28F6D00B3CCE0 /* parser.c */,
);
name = JavaScript;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */