|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 11C32806186CDB3000F6D762 /* DDContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 11C32801186CDB3000F6D762 /* DDContextFilterLogFormatter.m */; }; |
| 11 | + 11C32807186CDB3000F6D762 /* DDDispatchQueueLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 11C32803186CDB3000F6D762 /* DDDispatchQueueLogFormatter.m */; }; |
| 12 | + 11C32808186CDB3000F6D762 /* DDMultiFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 11C32805186CDB3000F6D762 /* DDMultiFormatter.m */; }; |
10 | 13 | 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; };
|
11 | 14 | 256AC3DA0F4B6AC300CF3369 /* BonjourClientAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 256AC3D90F4B6AC300CF3369 /* BonjourClientAppDelegate.m */; };
|
12 | 15 | 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
|
|
19 | 22 | DC90ABAC147743C90022DF52 /* DDFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DC90AB9F147743C90022DF52 /* DDFileLogger.m */; };
|
20 | 23 | DC90ABAD147743C90022DF52 /* DDLog.m in Sources */ = {isa = PBXBuildFile; fileRef = DC90ABA1147743C90022DF52 /* DDLog.m */; };
|
21 | 24 | DC90ABAE147743C90022DF52 /* DDTTYLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DC90ABA3147743C90022DF52 /* DDTTYLogger.m */; };
|
22 |
| - DC90ABAF147743C90022DF52 /* ContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = DC90ABA6147743C90022DF52 /* ContextFilterLogFormatter.m */; }; |
23 |
| - DC90ABB0147743C90022DF52 /* DispatchQueueLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = DC90ABA8147743C90022DF52 /* DispatchQueueLogFormatter.m */; }; |
24 | 25 | DC90ABB1147743C90022DF52 /* README.txt in Resources */ = {isa = PBXBuildFile; fileRef = DC90ABA9147743C90022DF52 /* README.txt */; };
|
25 | 26 | /* End PBXBuildFile section */
|
26 | 27 |
|
27 | 28 | /* Begin PBXFileReference section */
|
28 | 29 | 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
29 | 30 | 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
|
| 31 | + 11C32800186CDB3000F6D762 /* DDContextFilterLogFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDContextFilterLogFormatter.h; sourceTree = "<group>"; }; |
| 32 | + 11C32801186CDB3000F6D762 /* DDContextFilterLogFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDContextFilterLogFormatter.m; sourceTree = "<group>"; }; |
| 33 | + 11C32802186CDB3000F6D762 /* DDDispatchQueueLogFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDDispatchQueueLogFormatter.h; sourceTree = "<group>"; }; |
| 34 | + 11C32803186CDB3000F6D762 /* DDDispatchQueueLogFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDDispatchQueueLogFormatter.m; sourceTree = "<group>"; }; |
| 35 | + 11C32804186CDB3000F6D762 /* DDMultiFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDMultiFormatter.h; sourceTree = "<group>"; }; |
| 36 | + 11C32805186CDB3000F6D762 /* DDMultiFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDMultiFormatter.m; sourceTree = "<group>"; }; |
| 37 | + 11C32809186CDB3700F6D762 /* DDLog+LOGV.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "DDLog+LOGV.h"; path = "../../../Vendor/CocoaLumberjack/DDLog+LOGV.h"; sourceTree = "<group>"; }; |
30 | 38 | 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
|
31 | 39 | 1DDD58150DA1D0A300B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
32 | 40 | 256AC3D80F4B6AC300CF3369 /* BonjourClientAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BonjourClientAppDelegate.h; sourceTree = "<group>"; };
|
|
50 | 58 | DC90ABA1147743C90022DF52 /* DDLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDLog.m; path = ../../../Vendor/CocoaLumberjack/DDLog.m; sourceTree = "<group>"; };
|
51 | 59 | DC90ABA2147743C90022DF52 /* DDTTYLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDTTYLogger.h; path = ../../../Vendor/CocoaLumberjack/DDTTYLogger.h; sourceTree = "<group>"; };
|
52 | 60 | DC90ABA3147743C90022DF52 /* DDTTYLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDTTYLogger.m; path = ../../../Vendor/CocoaLumberjack/DDTTYLogger.m; sourceTree = "<group>"; };
|
53 |
| - DC90ABA5147743C90022DF52 /* ContextFilterLogFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContextFilterLogFormatter.h; sourceTree = "<group>"; }; |
54 |
| - DC90ABA6147743C90022DF52 /* ContextFilterLogFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContextFilterLogFormatter.m; sourceTree = "<group>"; }; |
55 |
| - DC90ABA7147743C90022DF52 /* DispatchQueueLogFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DispatchQueueLogFormatter.h; sourceTree = "<group>"; }; |
56 |
| - DC90ABA8147743C90022DF52 /* DispatchQueueLogFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DispatchQueueLogFormatter.m; sourceTree = "<group>"; }; |
57 | 61 | DC90ABA9147743C90022DF52 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.txt; sourceTree = "<group>"; };
|
58 | 62 | /* End PBXFileReference section */
|
59 | 63 |
|
|
159 | 163 | DC90AB9F147743C90022DF52 /* DDFileLogger.m */,
|
160 | 164 | DC90ABA0147743C90022DF52 /* DDLog.h */,
|
161 | 165 | DC90ABA1147743C90022DF52 /* DDLog.m */,
|
| 166 | + 11C32809186CDB3700F6D762 /* DDLog+LOGV.h */, |
162 | 167 | DC90ABA2147743C90022DF52 /* DDTTYLogger.h */,
|
163 | 168 | DC90ABA3147743C90022DF52 /* DDTTYLogger.m */,
|
164 | 169 | DC90ABA4147743C90022DF52 /* Extensions */,
|
|
178 | 183 | DC90ABA4147743C90022DF52 /* Extensions */ = {
|
179 | 184 | isa = PBXGroup;
|
180 | 185 | children = (
|
181 |
| - DC90ABA5147743C90022DF52 /* ContextFilterLogFormatter.h */, |
182 |
| - DC90ABA6147743C90022DF52 /* ContextFilterLogFormatter.m */, |
183 |
| - DC90ABA7147743C90022DF52 /* DispatchQueueLogFormatter.h */, |
184 |
| - DC90ABA8147743C90022DF52 /* DispatchQueueLogFormatter.m */, |
| 186 | + 11C32800186CDB3000F6D762 /* DDContextFilterLogFormatter.h */, |
| 187 | + 11C32801186CDB3000F6D762 /* DDContextFilterLogFormatter.m */, |
| 188 | + 11C32802186CDB3000F6D762 /* DDDispatchQueueLogFormatter.h */, |
| 189 | + 11C32803186CDB3000F6D762 /* DDDispatchQueueLogFormatter.m */, |
| 190 | + 11C32804186CDB3000F6D762 /* DDMultiFormatter.h */, |
| 191 | + 11C32805186CDB3000F6D762 /* DDMultiFormatter.m */, |
185 | 192 | DC90ABA9147743C90022DF52 /* README.txt */,
|
186 | 193 | );
|
187 | 194 | name = Extensions;
|
|
257 | 264 | 8D11072D0486CEB800E47090 /* main.m in Sources */,
|
258 | 265 | 256AC3DA0F4B6AC300CF3369 /* BonjourClientAppDelegate.m in Sources */,
|
259 | 266 | DC73005412F20D5600549AC7 /* GCDAsyncSocket.m in Sources */,
|
| 267 | + 11C32806186CDB3000F6D762 /* DDContextFilterLogFormatter.m in Sources */, |
260 | 268 | DC90ABAA147743C90022DF52 /* DDAbstractDatabaseLogger.m in Sources */,
|
261 | 269 | DC90ABAB147743C90022DF52 /* DDASLLogger.m in Sources */,
|
262 | 270 | DC90ABAC147743C90022DF52 /* DDFileLogger.m in Sources */,
|
| 271 | + 11C32808186CDB3000F6D762 /* DDMultiFormatter.m in Sources */, |
| 272 | + 11C32807186CDB3000F6D762 /* DDDispatchQueueLogFormatter.m in Sources */, |
263 | 273 | DC90ABAD147743C90022DF52 /* DDLog.m in Sources */,
|
264 | 274 | DC90ABAE147743C90022DF52 /* DDTTYLogger.m in Sources */,
|
265 |
| - DC90ABAF147743C90022DF52 /* ContextFilterLogFormatter.m in Sources */, |
266 |
| - DC90ABB0147743C90022DF52 /* DispatchQueueLogFormatter.m in Sources */, |
267 | 275 | );
|
268 | 276 | runOnlyForDeploymentPostprocessing = 0;
|
269 | 277 | };
|
|
0 commit comments