|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 18143CC41A98A83700BD8DD8 /* DVTTextDocumentLocation+SCXcodeMinimap.m in Sources */ = {isa = PBXBuildFile; fileRef = 18143CC31A98A83700BD8DD8 /* DVTTextDocumentLocation+SCXcodeMinimap.m */; }; |
10 | 11 | 184C11861A740F97002A7C65 /* SCXcodeMinimapSelectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 184C11821A740F97002A7C65 /* SCXcodeMinimapSelectionView.m */; }; |
11 | 12 | 184C11871A740F97002A7C65 /* SCXcodeMinimapView.m in Sources */ = {isa = PBXBuildFile; fileRef = 184C11841A740F97002A7C65 /* SCXcodeMinimapView.m */; }; |
12 | 13 | 184C118F1A741136002A7C65 /* DVTFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 184C118E1A741136002A7C65 /* DVTFoundation.framework */; }; |
13 | 14 | 1876135F1A77A74300974BE1 /* IDEKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1876135E1A77A74300974BE1 /* IDEKit.framework */; }; |
14 | 15 | 1883080A1A7411830005DF40 /* DVTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 188308091A7411830005DF40 /* DVTKit.framework */; }; |
15 | 16 | 1883080C1A7411930005DF40 /* IDESourceEditor.ideplugin in Resources */ = {isa = PBXBuildFile; fileRef = 1883080B1A7411930005DF40 /* IDESourceEditor.ideplugin */; }; |
16 | 17 | 188308101A7411A70005DF40 /* IDESourceEditor in Frameworks */ = {isa = PBXBuildFile; fileRef = 1883080F1A7411A70005DF40 /* IDESourceEditor */; }; |
17 | | - 18D6AD0E1A8F72010082CB3F /* IDEBreakpointManager+SCXcodeMinimap.m in Sources */ = {isa = PBXBuildFile; fileRef = 18D6AD0D1A8F72010082CB3F /* IDEBreakpointManager+SCXcodeMinimap.m */; }; |
| 18 | + 188FCC8A1A98B57A0026F529 /* DBGBreakpointAnnotationProvider+SCXcodeMinimap.m in Sources */ = {isa = PBXBuildFile; fileRef = 188FCC891A98B57A0026F529 /* DBGBreakpointAnnotationProvider+SCXcodeMinimap.m */; }; |
| 19 | + 18C999FF1A98B04C0008AF54 /* DebuggerUI in Frameworks */ = {isa = PBXBuildFile; fileRef = 18C999FE1A98B04C0008AF54 /* DebuggerUI */; }; |
18 | 20 | 18D6AD111A8F727B0082CB3F /* IDEFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18D6AD101A8F727B0082CB3F /* IDEFoundation.framework */; }; |
19 | 21 | 18FE09B61707639E00118FEB /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18FE09B51707639E00118FEB /* Cocoa.framework */; }; |
20 | 22 | 18FE09C9170764E400118FEB /* SCXcodeMinimap.m in Sources */ = {isa = PBXBuildFile; fileRef = 18FE09C8170764E400118FEB /* SCXcodeMinimap.m */; }; |
21 | 23 | 8742532317307161001C947C /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8742532217307161001C947C /* QuartzCore.framework */; }; |
22 | 24 | /* End PBXBuildFile section */ |
23 | 25 |
|
24 | 26 | /* Begin PBXFileReference section */ |
| 27 | + 180F0C651A98AE1500E97254 /* DVTAnnotationManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DVTAnnotationManager.h; sourceTree = "<group>"; }; |
25 | 28 | 1812C3911A77A7CF00E2CFB3 /* IDESourceCodeDocument.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = IDESourceCodeDocument.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; |
| 29 | + 18143CC21A98A83700BD8DD8 /* DVTTextDocumentLocation+SCXcodeMinimap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DVTTextDocumentLocation+SCXcodeMinimap.h"; sourceTree = "<group>"; }; |
| 30 | + 18143CC31A98A83700BD8DD8 /* DVTTextDocumentLocation+SCXcodeMinimap.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "DVTTextDocumentLocation+SCXcodeMinimap.m"; sourceTree = "<group>"; }; |
26 | 31 | 18269AD51A8F2F4300953B3D /* DVTFoldingManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DVTFoldingManager.h; sourceTree = "<group>"; }; |
27 | 32 | 184407641A8F7B1900C530CF /* DVTTextDocumentLocation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DVTTextDocumentLocation.h; sourceTree = "<group>"; }; |
28 | 33 | 184407651A8F7B3E00C530CF /* DVTDocumentLocation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DVTDocumentLocation.h; sourceTree = "<group>"; }; |
|
50 | 55 | 1876135D1A77A69F00974BE1 /* IDEEditorDocument.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = IDEEditorDocument.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; |
51 | 56 | 1876135E1A77A74300974BE1 /* IDEKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IDEKit.framework; path = ../../../../../Applications/Xcode.app/Contents/Frameworks/IDEKit.framework; sourceTree = "<group>"; }; |
52 | 57 | 187EEF6A1A8F78C400E4EF39 /* IDEFileBreakpoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IDEFileBreakpoint.h; sourceTree = "<group>"; }; |
53 | | - 187EEF6B1A8F78EC00E4EF39 /* IDEBreakpoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IDEBreakpoint.h; sourceTree = "<group>"; }; |
54 | 58 | 188308091A7411830005DF40 /* DVTKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DVTKit.framework; path = ../../../../../Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework; sourceTree = "<group>"; }; |
55 | 59 | 1883080B1A7411930005DF40 /* IDESourceEditor.ideplugin */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = IDESourceEditor.ideplugin; path = ../../../../../Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin; sourceTree = "<group>"; }; |
56 | 60 | 1883080F1A7411A70005DF40 /* IDESourceEditor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = IDESourceEditor; path = ../../../../../Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor; sourceTree = "<group>"; }; |
| 61 | + 188D38761A98B26E005C7F85 /* DBGBreakpointAnnotation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DBGBreakpointAnnotation.h; sourceTree = "<group>"; }; |
| 62 | + 188D38771A98B3AC005C7F85 /* DVTTextAnnotation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DVTTextAnnotation.h; sourceTree = "<group>"; }; |
| 63 | + 188D38781A98B3D8005C7F85 /* DVTAnnotation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DVTAnnotation.h; sourceTree = "<group>"; }; |
| 64 | + 188FCC881A98B57A0026F529 /* DBGBreakpointAnnotationProvider+SCXcodeMinimap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DBGBreakpointAnnotationProvider+SCXcodeMinimap.h"; sourceTree = "<group>"; }; |
| 65 | + 188FCC891A98B57A0026F529 /* DBGBreakpointAnnotationProvider+SCXcodeMinimap.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "DBGBreakpointAnnotationProvider+SCXcodeMinimap.m"; sourceTree = "<group>"; }; |
57 | 66 | 18B3CEE51A8AA52A00A0873D /* DVTPreferenceSetManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DVTPreferenceSetManager.h; sourceTree = "<group>"; }; |
58 | 67 | 18C8F0331A7ECB1300C7A76F /* DVTFoldingLayoutManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVTFoldingLayoutManager.h; sourceTree = "<group>"; }; |
59 | 68 | 18C8F0341A7ECB1300C7A76F /* DVTLayoutManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVTLayoutManager.h; sourceTree = "<group>"; }; |
60 | | - 18D6AD0C1A8F72010082CB3F /* IDEBreakpointManager+SCXcodeMinimap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "IDEBreakpointManager+SCXcodeMinimap.h"; sourceTree = "<group>"; }; |
61 | | - 18D6AD0D1A8F72010082CB3F /* IDEBreakpointManager+SCXcodeMinimap.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "IDEBreakpointManager+SCXcodeMinimap.m"; sourceTree = "<group>"; }; |
62 | | - 18D6AD0F1A8F72250082CB3F /* IDEBreakpointManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IDEBreakpointManager.h; sourceTree = "<group>"; }; |
| 69 | + 18C999FC1A98AF370008AF54 /* DBGBreakpointAnnotationProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DBGBreakpointAnnotationProvider.h; sourceTree = "<group>"; }; |
| 70 | + 18C999FD1A98AF580008AF54 /* DVTAnnotationProvider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DVTAnnotationProvider.h; sourceTree = "<group>"; }; |
| 71 | + 18C999FE1A98B04C0008AF54 /* DebuggerUI */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = DebuggerUI; path = ../../../../../Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI; sourceTree = "<group>"; }; |
63 | 72 | 18D6AD101A8F727B0082CB3F /* IDEFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IDEFoundation.framework; path = ../../../../../Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework; sourceTree = "<group>"; }; |
64 | 73 | 18FE09B21707639E00118FEB /* SCXcodeMinimap.xcplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SCXcodeMinimap.xcplugin; sourceTree = BUILT_PRODUCTS_DIR; }; |
65 | 74 | 18FE09B51707639E00118FEB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; |
|
84 | 93 | 8742532317307161001C947C /* QuartzCore.framework in Frameworks */, |
85 | 94 | 1883080A1A7411830005DF40 /* DVTKit.framework in Frameworks */, |
86 | 95 | 1876135F1A77A74300974BE1 /* IDEKit.framework in Frameworks */, |
| 96 | + 18C999FF1A98B04C0008AF54 /* DebuggerUI in Frameworks */, |
87 | 97 | 18FE09B61707639E00118FEB /* Cocoa.framework in Frameworks */, |
88 | 98 | 18D6AD111A8F727B0082CB3F /* IDEFoundation.framework in Frameworks */, |
89 | 99 | ); |
|
95 | 105 | 184C11701A740F8A002A7C65 /* Xcode Headers */ = { |
96 | 106 | isa = PBXGroup; |
97 | 107 | children = ( |
| 108 | + 188D38761A98B26E005C7F85 /* DBGBreakpointAnnotation.h */, |
| 109 | + 18C999FC1A98AF370008AF54 /* DBGBreakpointAnnotationProvider.h */, |
| 110 | + 188D38781A98B3D8005C7F85 /* DVTAnnotation.h */, |
| 111 | + 180F0C651A98AE1500E97254 /* DVTAnnotationManager.h */, |
| 112 | + 18C999FD1A98AF580008AF54 /* DVTAnnotationProvider.h */, |
98 | 113 | 184C11711A740F8A002A7C65 /* DVTCompletingTextView.h */, |
99 | 114 | 184407651A8F7B3E00C530CF /* DVTDocumentLocation.h */, |
100 | 115 | 18C8F0331A7ECB1300C7A76F /* DVTFoldingLayoutManager.h */, |
|
110 | 125 | 184C11781A740F8A002A7C65 /* DVTSourceModelItem.h */, |
111 | 126 | 184C11791A740F8A002A7C65 /* DVTSourceNodeTypes.h */, |
112 | 127 | 184C117A1A740F8A002A7C65 /* DVTSourceTextView.h */, |
| 128 | + 188D38771A98B3AC005C7F85 /* DVTTextAnnotation.h */, |
113 | 129 | 184407641A8F7B1900C530CF /* DVTTextDocumentLocation.h */, |
114 | 130 | 184C117B1A740F8A002A7C65 /* DVTTextStorage.h */, |
115 | 131 | 184C117C1A740F8A002A7C65 /* DVTViewController.h */, |
116 | | - 187EEF6B1A8F78EC00E4EF39 /* IDEBreakpoint.h */, |
117 | | - 18D6AD0F1A8F72250082CB3F /* IDEBreakpointManager.h */, |
118 | 132 | 184C117D1A740F8A002A7C65 /* IDEEditor.h */, |
119 | 133 | 1876135D1A77A69F00974BE1 /* IDEEditorDocument.h */, |
120 | 134 | 187EEF6A1A8F78C400E4EF39 /* IDEFileBreakpoint.h */, |
|
150 | 164 | 18FE09B81707639E00118FEB /* AppKit.framework */, |
151 | 165 | 18FE09B51707639E00118FEB /* Cocoa.framework */, |
152 | 166 | 18FE09B91707639E00118FEB /* CoreData.framework */, |
| 167 | + 18C999FE1A98B04C0008AF54 /* DebuggerUI */, |
153 | 168 | 184C118E1A741136002A7C65 /* DVTFoundation.framework */, |
154 | 169 | 188308091A7411830005DF40 /* DVTKit.framework */, |
155 | 170 | 18FE09BA1707639E00118FEB /* Foundation.framework */, |
|
171 | 186 | 184C11841A740F97002A7C65 /* SCXcodeMinimapView.m */, |
172 | 187 | 184C11811A740F97002A7C65 /* SCXcodeMinimapSelectionView.h */, |
173 | 188 | 184C11821A740F97002A7C65 /* SCXcodeMinimapSelectionView.m */, |
174 | | - 18D6AD0C1A8F72010082CB3F /* IDEBreakpointManager+SCXcodeMinimap.h */, |
175 | | - 18D6AD0D1A8F72010082CB3F /* IDEBreakpointManager+SCXcodeMinimap.m */, |
| 189 | + 18143CC21A98A83700BD8DD8 /* DVTTextDocumentLocation+SCXcodeMinimap.h */, |
| 190 | + 18143CC31A98A83700BD8DD8 /* DVTTextDocumentLocation+SCXcodeMinimap.m */, |
| 191 | + 188FCC881A98B57A0026F529 /* DBGBreakpointAnnotationProvider+SCXcodeMinimap.h */, |
| 192 | + 188FCC891A98B57A0026F529 /* DBGBreakpointAnnotationProvider+SCXcodeMinimap.m */, |
176 | 193 | 18FE09BC1707639E00118FEB /* Supporting Files */, |
177 | 194 | 184C11701A740F8A002A7C65 /* Xcode Headers */, |
178 | 195 | ); |
|
250 | 267 | isa = PBXSourcesBuildPhase; |
251 | 268 | buildActionMask = 2147483647; |
252 | 269 | files = ( |
| 270 | + 188FCC8A1A98B57A0026F529 /* DBGBreakpointAnnotationProvider+SCXcodeMinimap.m in Sources */, |
| 271 | + 18143CC41A98A83700BD8DD8 /* DVTTextDocumentLocation+SCXcodeMinimap.m in Sources */, |
253 | 272 | 18FE09C9170764E400118FEB /* SCXcodeMinimap.m in Sources */, |
254 | 273 | 184C11861A740F97002A7C65 /* SCXcodeMinimapSelectionView.m in Sources */, |
255 | | - 18D6AD0E1A8F72010082CB3F /* IDEBreakpointManager+SCXcodeMinimap.m in Sources */, |
256 | 274 | 184C11871A740F97002A7C65 /* SCXcodeMinimapView.m in Sources */, |
257 | 275 | ); |
258 | 276 | runOnlyForDeploymentPostprocessing = 0; |
|
337 | 355 | LIBRARY_SEARCH_PATHS = ( |
338 | 356 | "$(inherited)", |
339 | 357 | "$(SYSTEM_APPS_DIR)/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS", |
| 358 | + "$(SYSTEM_APPS_DIR)/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS", |
340 | 359 | ); |
341 | 360 | PRODUCT_NAME = "$(TARGET_NAME)"; |
342 | 361 | WRAPPER_EXTENSION = xcplugin; |
|
365 | 384 | LIBRARY_SEARCH_PATHS = ( |
366 | 385 | "$(inherited)", |
367 | 386 | "$(SYSTEM_APPS_DIR)/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS", |
| 387 | + "$(SYSTEM_APPS_DIR)/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS", |
368 | 388 | ); |
369 | 389 | PRODUCT_NAME = "$(TARGET_NAME)"; |
370 | 390 | WRAPPER_EXTENSION = xcplugin; |
|
0 commit comments