|
13 | 13 | B15C7B631C197A8300C92958 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B15C7B621C197A8300C92958 /* AppKit.framework */; settings = {ASSET_TAGS = (); }; }; |
14 | 14 | B15C7B651C197A8300C92958 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B15C7B641C197A8300C92958 /* Foundation.framework */; settings = {ASSET_TAGS = (); }; }; |
15 | 15 | B15C7B691C197A8300C92958 /* LSLog-XCode.xcscheme in Resources */ = {isa = PBXBuildFile; fileRef = B15C7B681C197A8300C92958 /* LSLog-XCode.xcscheme */; }; |
16 | | - B15C7B6C1C197A8300C92958 /* LSLog.m in Sources */ = {isa = PBXBuildFile; fileRef = B15C7B6B1C197A8300C92958 /* LSLog.m */; }; |
17 | 16 | B15C7B7D1C19873500C92958 /* NSObject+LSLog.m in Sources */ = {isa = PBXBuildFile; fileRef = B15C7B7C1C19873500C92958 /* NSObject+LSLog.m */; settings = {ASSET_TAGS = (); }; }; |
18 | 17 | B15C7B801C19878C00C92958 /* NSTextStorage+LSLog.m in Sources */ = {isa = PBXBuildFile; fileRef = B15C7B7F1C19878C00C92958 /* NSTextStorage+LSLog.m */; settings = {ASSET_TAGS = (); }; }; |
19 | 18 | B15C7B831C1A665C00C92958 /* NSObject+LSSwizzle.m in Sources */ = {isa = PBXBuildFile; fileRef = B15C7B821C1A665B00C92958 /* NSObject+LSSwizzle.m */; settings = {ASSET_TAGS = (); }; }; |
20 | | - B15C7B891C1A6F7200C92958 /* LSIDEConsoleArea.m in Sources */ = {isa = PBXBuildFile; fileRef = B15C7B881C1A6F7200C92958 /* LSIDEConsoleArea.m */; settings = {ASSET_TAGS = (); }; }; |
21 | | - B15C7B8C1C1A726A00C92958 /* LSIDEConsoleItem.m in Sources */ = {isa = PBXBuildFile; fileRef = B15C7B8B1C1A726A00C92958 /* LSIDEConsoleItem.m */; settings = {ASSET_TAGS = (); }; }; |
| 19 | + B1944C581C27BB4C006071E7 /* LSIDEConsoleArea.m in Sources */ = {isa = PBXBuildFile; fileRef = B1944C531C27BB4C006071E7 /* LSIDEConsoleArea.m */; settings = {ASSET_TAGS = (); }; }; |
| 20 | + B1944C591C27BB4C006071E7 /* LSIDEConsoleItem.m in Sources */ = {isa = PBXBuildFile; fileRef = B1944C551C27BB4C006071E7 /* LSIDEConsoleItem.m */; settings = {ASSET_TAGS = (); }; }; |
| 21 | + B1944C5A1C27BB4C006071E7 /* LSLog.m in Sources */ = {isa = PBXBuildFile; fileRef = B1944C571C27BB4C006071E7 /* LSLog.m */; settings = {ASSET_TAGS = (); }; }; |
22 | 22 | /* End PBXBuildFile section */ |
23 | 23 |
|
24 | 24 | /* Begin PBXFileReference section */ |
|
31 | 31 | B15C7B621C197A8300C92958 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; }; |
32 | 32 | B15C7B641C197A8300C92958 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; |
33 | 33 | B15C7B681C197A8300C92958 /* LSLog-XCode.xcscheme */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = "LSLog-XCode.xcscheme"; path = "LSLog-XCode.xcodeproj/xcshareddata/xcschemes/LSLog-XCode.xcscheme"; sourceTree = SOURCE_ROOT; }; |
34 | | - B15C7B6A1C197A8300C92958 /* LSLog.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LSLog.h; sourceTree = "<group>"; }; |
35 | | - B15C7B6B1C197A8300C92958 /* LSLog.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LSLog.m; sourceTree = "<group>"; }; |
36 | 34 | B15C7B701C197A8300C92958 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
37 | 35 | B15C7B7B1C19873500C92958 /* NSObject+LSLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+LSLog.h"; sourceTree = "<group>"; }; |
38 | 36 | B15C7B7C1C19873500C92958 /* NSObject+LSLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSObject+LSLog.m"; sourceTree = "<group>"; }; |
39 | 37 | B15C7B7E1C19878C00C92958 /* NSTextStorage+LSLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+LSLog.h"; sourceTree = "<group>"; }; |
40 | 38 | B15C7B7F1C19878C00C92958 /* NSTextStorage+LSLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+LSLog.m"; sourceTree = "<group>"; }; |
41 | 39 | B15C7B811C1A665B00C92958 /* NSObject+LSSwizzle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+LSSwizzle.h"; sourceTree = "<group>"; }; |
42 | 40 | B15C7B821C1A665B00C92958 /* NSObject+LSSwizzle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSObject+LSSwizzle.m"; sourceTree = "<group>"; }; |
43 | | - B15C7B871C1A6F7200C92958 /* LSIDEConsoleArea.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSIDEConsoleArea.h; sourceTree = "<group>"; }; |
44 | | - B15C7B881C1A6F7200C92958 /* LSIDEConsoleArea.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSIDEConsoleArea.m; sourceTree = "<group>"; }; |
45 | | - B15C7B8A1C1A726A00C92958 /* LSIDEConsoleItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSIDEConsoleItem.h; sourceTree = "<group>"; }; |
46 | | - B15C7B8B1C1A726A00C92958 /* LSIDEConsoleItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSIDEConsoleItem.m; sourceTree = "<group>"; }; |
| 41 | + B1944C521C27BB4C006071E7 /* LSIDEConsoleArea.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSIDEConsoleArea.h; sourceTree = "<group>"; }; |
| 42 | + B1944C531C27BB4C006071E7 /* LSIDEConsoleArea.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSIDEConsoleArea.m; sourceTree = "<group>"; }; |
| 43 | + B1944C541C27BB4C006071E7 /* LSIDEConsoleItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSIDEConsoleItem.h; sourceTree = "<group>"; }; |
| 44 | + B1944C551C27BB4C006071E7 /* LSIDEConsoleItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSIDEConsoleItem.m; sourceTree = "<group>"; }; |
| 45 | + B1944C561C27BB4C006071E7 /* LSLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSLog.h; sourceTree = "<group>"; }; |
| 46 | + B1944C571C27BB4C006071E7 /* LSLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSLog.m; sourceTree = "<group>"; }; |
47 | 47 | /* End PBXFileReference section */ |
48 | 48 |
|
49 | 49 | /* Begin PBXFrameworksBuildPhase section */ |
|
102 | 102 | children = ( |
103 | 103 | B136427F1C1AC81F00D82640 /* Settings */, |
104 | 104 | B15C7B7A1C19873500C92958 /* Category */, |
105 | | - B15C7B6A1C197A8300C92958 /* LSLog.h */, |
106 | | - B15C7B6B1C197A8300C92958 /* LSLog.m */, |
107 | | - B15C7B871C1A6F7200C92958 /* LSIDEConsoleArea.h */, |
108 | | - B15C7B881C1A6F7200C92958 /* LSIDEConsoleArea.m */, |
109 | | - B15C7B8A1C1A726A00C92958 /* LSIDEConsoleItem.h */, |
110 | | - B15C7B8B1C1A726A00C92958 /* LSIDEConsoleItem.m */, |
| 105 | + B1944C511C27BB4C006071E7 /* LSLog */, |
111 | 106 | B15C7B671C197A8300C92958 /* Supporting Files */, |
112 | 107 | ); |
113 | 108 | path = "LSLog-XCode"; |
|
135 | 130 | path = Category; |
136 | 131 | sourceTree = "<group>"; |
137 | 132 | }; |
| 133 | + B1944C511C27BB4C006071E7 /* LSLog */ = { |
| 134 | + isa = PBXGroup; |
| 135 | + children = ( |
| 136 | + B1944C521C27BB4C006071E7 /* LSIDEConsoleArea.h */, |
| 137 | + B1944C531C27BB4C006071E7 /* LSIDEConsoleArea.m */, |
| 138 | + B1944C541C27BB4C006071E7 /* LSIDEConsoleItem.h */, |
| 139 | + B1944C551C27BB4C006071E7 /* LSIDEConsoleItem.m */, |
| 140 | + B1944C561C27BB4C006071E7 /* LSLog.h */, |
| 141 | + B1944C571C27BB4C006071E7 /* LSLog.m */, |
| 142 | + ); |
| 143 | + path = LSLog; |
| 144 | + sourceTree = "<group>"; |
| 145 | + }; |
138 | 146 | /* End PBXGroup section */ |
139 | 147 |
|
140 | 148 | /* Begin PBXNativeTarget section */ |
|
203 | 211 | isa = PBXSourcesBuildPhase; |
204 | 212 | buildActionMask = 2147483647; |
205 | 213 | files = ( |
206 | | - B15C7B8C1C1A726A00C92958 /* LSIDEConsoleItem.m in Sources */, |
207 | | - B15C7B891C1A6F7200C92958 /* LSIDEConsoleArea.m in Sources */, |
| 214 | + B1944C591C27BB4C006071E7 /* LSIDEConsoleItem.m in Sources */, |
| 215 | + B1944C581C27BB4C006071E7 /* LSIDEConsoleArea.m in Sources */, |
208 | 216 | B15C7B7D1C19873500C92958 /* NSObject+LSLog.m in Sources */, |
209 | | - B15C7B6C1C197A8300C92958 /* LSLog.m in Sources */, |
| 217 | + B1944C5A1C27BB4C006071E7 /* LSLog.m in Sources */, |
210 | 218 | B13642821C1AC83700D82640 /* LSLogSettings.m in Sources */, |
211 | 219 | B136428B1C1D83E600D82640 /* LSLogSettingsWindowController.m in Sources */, |
212 | 220 | B15C7B801C19878C00C92958 /* NSTextStorage+LSLog.m in Sources */, |
|
0 commit comments