|
13 | 13 | 18990B3618D2529C007A8756 /* SCXcodeSwitchExpander.m in Sources */ = {isa = PBXBuildFile; fileRef = 18990B3518D2529C007A8756 /* SCXcodeSwitchExpander.m */; };
|
14 | 14 | 18A1B48118DDA742007CA06A /* IDEFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18A1B48018DDA742007CA06A /* IDEFoundation.framework */; };
|
15 | 15 | 18ECEB5718D267A0005F6C59 /* DVTTextCompletionController+SCXcodeSwitchExpander.m in Sources */ = {isa = PBXBuildFile; fileRef = 18ECEB5618D267A0005F6C59 /* DVTTextCompletionController+SCXcodeSwitchExpander.m */; };
|
| 16 | + B150FD8A1CBBD7D200DFE4D8 /* DVTTextCompletionSession+SCXcodeSwitchExpander.m in Sources */ = {isa = PBXBuildFile; fileRef = B150FD891CBBD7D200DFE4D8 /* DVTTextCompletionSession+SCXcodeSwitchExpander.m */; }; |
| 17 | + B18173D81CBB91E400995105 /* DVTSourceCodeLanguage+SCXCodeSwitchExpander.m in Sources */ = {isa = PBXBuildFile; fileRef = B18173D71CBB91E400995105 /* DVTSourceCodeLanguage+SCXCodeSwitchExpander.m */; }; |
16 | 18 | /* End PBXBuildFile section */
|
17 | 19 |
|
18 | 20 | /* Begin PBXFileReference section */
|
|
41 | 43 | 18A1B48018DDA742007CA06A /* IDEFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IDEFoundation.framework; path = ../../../../Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework; sourceTree = "<group>"; };
|
42 | 44 | 18ECEB5518D267A0005F6C59 /* DVTTextCompletionController+SCXcodeSwitchExpander.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DVTTextCompletionController+SCXcodeSwitchExpander.h"; sourceTree = "<group>"; };
|
43 | 45 | 18ECEB5618D267A0005F6C59 /* DVTTextCompletionController+SCXcodeSwitchExpander.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "DVTTextCompletionController+SCXcodeSwitchExpander.m"; sourceTree = "<group>"; };
|
| 46 | + B127B27A1CBBDDE000E32C2B /* IDEIndexClassSymbol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDEIndexClassSymbol.h; sourceTree = "<group>"; }; |
| 47 | + B150FD881CBBD7D200DFE4D8 /* DVTTextCompletionSession+SCXcodeSwitchExpander.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DVTTextCompletionSession+SCXcodeSwitchExpander.h"; sourceTree = "<group>"; }; |
| 48 | + B150FD891CBBD7D200DFE4D8 /* DVTTextCompletionSession+SCXcodeSwitchExpander.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "DVTTextCompletionSession+SCXcodeSwitchExpander.m"; sourceTree = "<group>"; }; |
| 49 | + B18173D61CBB91E400995105 /* DVTSourceCodeLanguage+SCXCodeSwitchExpander.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DVTSourceCodeLanguage+SCXCodeSwitchExpander.h"; sourceTree = "<group>"; }; |
| 50 | + B18173D71CBB91E400995105 /* DVTSourceCodeLanguage+SCXCodeSwitchExpander.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "DVTSourceCodeLanguage+SCXCodeSwitchExpander.m"; sourceTree = "<group>"; }; |
| 51 | + B18173D91CBB92C700995105 /* DVTSourceCodeLanguage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DVTSourceCodeLanguage.h; sourceTree = "<group>"; }; |
| 52 | + B18173DA1CBB958300995105 /* DVTTextStorage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DVTTextStorage.h; sourceTree = "<group>"; }; |
| 53 | + B1F83C551CB9090F00843242 /* IDEWorkspace.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IDEWorkspace.h; sourceTree = "<group>"; }; |
44 | 54 | /* End PBXFileReference section */
|
45 | 55 |
|
46 | 56 | /* Begin PBXFrameworksBuildPhase section */
|
|
62 | 72 | isa = PBXGroup;
|
63 | 73 | children = (
|
64 | 74 | 0144D9921B06F9F00012D7A2 /* DVTCompletingTextView.h */,
|
| 75 | + B18173D91CBB92C700995105 /* DVTSourceCodeLanguage.h */, |
65 | 76 | 0144D9971B06F9F00012D7A2 /* DVTSourceCodeSymbolKind.h */,
|
66 | 77 | 0144D9991B06F9F00012D7A2 /* DVTSourceTextView.h */,
|
67 | 78 | 0144D99A1B06F9F00012D7A2 /* DVTTextCompletionController.h */,
|
68 | 79 | 0144D99B1B06F9F00012D7A2 /* DVTTextCompletionListWindowController.h */,
|
69 | 80 | 0144D99C1B06F9F00012D7A2 /* DVTTextCompletionSession.h */,
|
| 81 | + B18173DA1CBB958300995105 /* DVTTextStorage.h */, |
70 | 82 | 185293151B085C4200A2E2C7 /* DVTViewController.h */,
|
71 | 83 | 0144D99F1B06F9F00012D7A2 /* IDEEditor.h */,
|
72 | 84 | 0144D9B11B06FBD30012D7A2 /* IDEFileTextSettings.h */,
|
73 | 85 | 0144D9A01B06F9F00012D7A2 /* IDEIndex.h */,
|
| 86 | + B127B27A1CBBDDE000E32C2B /* IDEIndexClassSymbol.h */, |
74 | 87 | 0144D9A11B06F9F00012D7A2 /* IDEIndexCollection.h */,
|
75 | 88 | 0144D9A21B06F9F00012D7A2 /* IDEIndexCompletionItem.h */,
|
76 | 89 | 0144D9A31B06F9F00012D7A2 /* IDEIndexContainerSymbol.h */,
|
77 | 90 | 0144D9A61B06F9F00012D7A2 /* IDEIndexSymbol.h */,
|
| 91 | + B1F83C551CB9090F00843242 /* IDEWorkspace.h */, |
78 | 92 | );
|
79 | 93 | path = "Xcode Headers";
|
80 | 94 | sourceTree = "<group>";
|
|
114 | 128 | 18990B3518D2529C007A8756 /* SCXcodeSwitchExpander.m */,
|
115 | 129 | 18ECEB5518D267A0005F6C59 /* DVTTextCompletionController+SCXcodeSwitchExpander.h */,
|
116 | 130 | 18ECEB5618D267A0005F6C59 /* DVTTextCompletionController+SCXcodeSwitchExpander.m */,
|
| 131 | + B150FD881CBBD7D200DFE4D8 /* DVTTextCompletionSession+SCXcodeSwitchExpander.h */, |
| 132 | + B150FD891CBBD7D200DFE4D8 /* DVTTextCompletionSession+SCXcodeSwitchExpander.m */, |
| 133 | + B18173D61CBB91E400995105 /* DVTSourceCodeLanguage+SCXCodeSwitchExpander.h */, |
| 134 | + B18173D71CBB91E400995105 /* DVTSourceCodeLanguage+SCXCodeSwitchExpander.m */, |
117 | 135 | 18142E1D18E89497006BD329 /* Xcode Headers */,
|
118 | 136 | 18990B2918D25239007A8756 /* Supporting Files */,
|
119 | 137 | );
|
|
191 | 209 | buildActionMask = 2147483647;
|
192 | 210 | files = (
|
193 | 211 | 18ECEB5718D267A0005F6C59 /* DVTTextCompletionController+SCXcodeSwitchExpander.m in Sources */,
|
| 212 | + B150FD8A1CBBD7D200DFE4D8 /* DVTTextCompletionSession+SCXcodeSwitchExpander.m in Sources */, |
194 | 213 | 18990B3618D2529C007A8756 /* SCXcodeSwitchExpander.m in Sources */,
|
| 214 | + B18173D81CBB91E400995105 /* DVTSourceCodeLanguage+SCXCodeSwitchExpander.m in Sources */, |
195 | 215 | );
|
196 | 216 | runOnlyForDeploymentPostprocessing = 0;
|
197 | 217 | };
|
|
0 commit comments