|
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 */; }; |
16 | 17 | B18173D81CBB91E400995105 /* DVTSourceCodeLanguage+SCXCodeSwitchExpander.m in Sources */ = {isa = PBXBuildFile; fileRef = B18173D71CBB91E400995105 /* DVTSourceCodeLanguage+SCXCodeSwitchExpander.m */; }; |
17 | 18 | /* End PBXBuildFile section */ |
18 | 19 |
|
|
42 | 43 | 18A1B48018DDA742007CA06A /* IDEFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IDEFoundation.framework; path = ../../../../Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework; sourceTree = "<group>"; }; |
43 | 44 | 18ECEB5518D267A0005F6C59 /* DVTTextCompletionController+SCXcodeSwitchExpander.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DVTTextCompletionController+SCXcodeSwitchExpander.h"; sourceTree = "<group>"; }; |
44 | 45 | 18ECEB5618D267A0005F6C59 /* DVTTextCompletionController+SCXcodeSwitchExpander.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "DVTTextCompletionController+SCXcodeSwitchExpander.m"; sourceTree = "<group>"; }; |
| 46 | + B107DD4D1CBBCBE7009D65E7 /* IDEWorkspaceWindowController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IDEWorkspaceWindowController.h; sourceTree = "<group>"; }; |
| 47 | + B107DD4E1CBBCC94009D65E7 /* IDEEditorArea.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IDEEditorArea.h; sourceTree = "<group>"; }; |
| 48 | + B107DD4F1CBBCD14009D65E7 /* IDEEditorContext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IDEEditorContext.h; sourceTree = "<group>"; }; |
| 49 | + B150FD881CBBD7D200DFE4D8 /* DVTTextCompletionSession+SCXcodeSwitchExpander.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DVTTextCompletionSession+SCXcodeSwitchExpander.h"; sourceTree = "<group>"; }; |
| 50 | + B150FD891CBBD7D200DFE4D8 /* DVTTextCompletionSession+SCXcodeSwitchExpander.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "DVTTextCompletionSession+SCXcodeSwitchExpander.m"; sourceTree = "<group>"; }; |
45 | 51 | B18173D61CBB91E400995105 /* DVTSourceCodeLanguage+SCXCodeSwitchExpander.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DVTSourceCodeLanguage+SCXCodeSwitchExpander.h"; sourceTree = "<group>"; }; |
46 | 52 | B18173D71CBB91E400995105 /* DVTSourceCodeLanguage+SCXCodeSwitchExpander.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "DVTSourceCodeLanguage+SCXCodeSwitchExpander.m"; sourceTree = "<group>"; }; |
47 | 53 | B18173D91CBB92C700995105 /* DVTSourceCodeLanguage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DVTSourceCodeLanguage.h; sourceTree = "<group>"; }; |
|
77 | 83 | B18173DA1CBB958300995105 /* DVTTextStorage.h */, |
78 | 84 | 185293151B085C4200A2E2C7 /* DVTViewController.h */, |
79 | 85 | 0144D99F1B06F9F00012D7A2 /* IDEEditor.h */, |
| 86 | + B107DD4E1CBBCC94009D65E7 /* IDEEditorArea.h */, |
| 87 | + B107DD4F1CBBCD14009D65E7 /* IDEEditorContext.h */, |
80 | 88 | 0144D9B11B06FBD30012D7A2 /* IDEFileTextSettings.h */, |
81 | 89 | 0144D9A01B06F9F00012D7A2 /* IDEIndex.h */, |
82 | 90 | 0144D9A11B06F9F00012D7A2 /* IDEIndexCollection.h */, |
83 | 91 | 0144D9A21B06F9F00012D7A2 /* IDEIndexCompletionItem.h */, |
84 | 92 | 0144D9A31B06F9F00012D7A2 /* IDEIndexContainerSymbol.h */, |
85 | 93 | 0144D9A61B06F9F00012D7A2 /* IDEIndexSymbol.h */, |
86 | 94 | B1F83C551CB9090F00843242 /* IDEWorkspace.h */, |
| 95 | + B107DD4D1CBBCBE7009D65E7 /* IDEWorkspaceWindowController.h */, |
87 | 96 | ); |
88 | 97 | path = "Xcode Headers"; |
89 | 98 | sourceTree = "<group>"; |
|
123 | 132 | 18990B3518D2529C007A8756 /* SCXcodeSwitchExpander.m */, |
124 | 133 | 18ECEB5518D267A0005F6C59 /* DVTTextCompletionController+SCXcodeSwitchExpander.h */, |
125 | 134 | 18ECEB5618D267A0005F6C59 /* DVTTextCompletionController+SCXcodeSwitchExpander.m */, |
| 135 | + B150FD881CBBD7D200DFE4D8 /* DVTTextCompletionSession+SCXcodeSwitchExpander.h */, |
| 136 | + B150FD891CBBD7D200DFE4D8 /* DVTTextCompletionSession+SCXcodeSwitchExpander.m */, |
126 | 137 | B18173D61CBB91E400995105 /* DVTSourceCodeLanguage+SCXCodeSwitchExpander.h */, |
127 | 138 | B18173D71CBB91E400995105 /* DVTSourceCodeLanguage+SCXCodeSwitchExpander.m */, |
128 | 139 | 18142E1D18E89497006BD329 /* Xcode Headers */, |
|
202 | 213 | buildActionMask = 2147483647; |
203 | 214 | files = ( |
204 | 215 | 18ECEB5718D267A0005F6C59 /* DVTTextCompletionController+SCXcodeSwitchExpander.m in Sources */, |
| 216 | + B150FD8A1CBBD7D200DFE4D8 /* DVTTextCompletionSession+SCXcodeSwitchExpander.m in Sources */, |
205 | 217 | 18990B3618D2529C007A8756 /* SCXcodeSwitchExpander.m in Sources */, |
206 | 218 | B18173D81CBB91E400995105 /* DVTSourceCodeLanguage+SCXCodeSwitchExpander.m in Sources */, |
207 | 219 | ); |
|
0 commit comments