|
26 | 26 | 4602276C261E7BF900A9E913 /* iOSDelegation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4602276B261E7BF900A9E913 /* iOSDelegation.swift */; };
|
27 | 27 | 46022771261F7A4800A9E913 /* Atomic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46022770261F7A4800A9E913 /* Atomic.swift */; };
|
28 | 28 | 46031D65266E7C10009BA540 /* StartupQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46031D64266E7C10009BA540 /* StartupQueue.swift */; };
|
| 29 | + 460FF30B29BA525900635FF9 /* Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 460FF30A29BA525900635FF9 /* Logging.swift */; }; |
29 | 30 | 462107F22603DA4D00EBC4A8 /* Sovran in Frameworks */ = {isa = PBXBuildFile; productRef = 462107F12603DA4D00EBC4A8 /* Sovran */; };
|
30 | 31 | 4621080C2605332D00EBC4A8 /* KeyPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4621080B2605332D00EBC4A8 /* KeyPath.swift */; };
|
31 | 32 | 46210811260538BE00EBC4A8 /* KeyPath_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46210810260538BE00EBC4A8 /* KeyPath_Tests.swift */; };
|
|
53 | 54 | 759D6CD127B48ABB00AB900A /* DestinationMetadataPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759D6CD027B48ABB00AB900A /* DestinationMetadataPlugin.swift */; };
|
54 | 55 | 9620862C2575C0C800314F8D /* Events.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9620862B2575C0C800314F8D /* Events.swift */; };
|
55 | 56 | 96208650257AA83E00314F8D /* iOSLifecycleMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9620864F257AA83E00314F8D /* iOSLifecycleMonitor.swift */; };
|
56 |
| - 96259F8326CEF526008AE301 /* LogTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96259F8226CEF526008AE301 /* LogTarget.swift */; }; |
57 |
| - 96259F8626CF1D45008AE301 /* ConsoleTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96259F8526CF1D45008AE301 /* ConsoleTarget.swift */; }; |
58 |
| - 96469AF82706225900AC5772 /* SystemTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96469AF72706225900AC5772 /* SystemTarget.swift */; }; |
59 | 57 | 966945D7259BDCDD00271339 /* HTTPClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967C40ED259A7311008EB0B6 /* HTTPClient.swift */; };
|
60 |
| - 967C40E3258D4DAF008EB0B6 /* Metrics_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967C40E2258D4DAF008EB0B6 /* Metrics_Tests.swift */; }; |
61 | 58 | 9692724E25A4E5B7009B5298 /* Startup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9692724D25A4E5B7009B5298 /* Startup.swift */; };
|
62 | 59 | 9692726825A583A6009B5298 /* SegmentDestination.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9692726725A583A6009B5298 /* SegmentDestination.swift */; };
|
63 | 60 | 96A9624E2810C6B80011DE54 /* macOSLifecycleEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A9624D2810C6B80011DE54 /* macOSLifecycleEvents.swift */; };
|
64 | 61 | 96A9668927BC137F00078F8B /* iOSLifecycle_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A9668827BC137F00078F8B /* iOSLifecycle_Tests.swift */; };
|
65 |
| - 96C33A9C25880A5E00F3D538 /* SegmentLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C33A9B25880A5E00F3D538 /* SegmentLog.swift */; }; |
66 | 62 | 96C33AB1258961F500F3D538 /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C33AB0258961F500F3D538 /* Settings.swift */; };
|
67 | 63 | 96DBF37B26F39B5500724B0B /* Timeline_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96DBF37A26F39B5500724B0B /* Timeline_Tests.swift */; };
|
68 | 64 | A31A16262576B6F200C9CDDF /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = A31A16252576B6F200C9CDDF /* Timeline.swift */; };
|
|
118 | 114 | 4602276B261E7BF900A9E913 /* iOSDelegation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOSDelegation.swift; sourceTree = "<group>"; };
|
119 | 115 | 46022770261F7A4800A9E913 /* Atomic.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Atomic.swift; sourceTree = "<group>"; };
|
120 | 116 | 46031D64266E7C10009BA540 /* StartupQueue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StartupQueue.swift; sourceTree = "<group>"; };
|
| 117 | + 460FF30A29BA525900635FF9 /* Logging.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Logging.swift; sourceTree = "<group>"; }; |
121 | 118 | 4621080B2605332D00EBC4A8 /* KeyPath.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyPath.swift; sourceTree = "<group>"; };
|
122 | 119 | 46210810260538BE00EBC4A8 /* KeyPath_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyPath_Tests.swift; sourceTree = "<group>"; };
|
123 | 120 | 46210835260BBEE400EBC4A8 /* DeviceToken.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceToken.swift; sourceTree = "<group>"; };
|
|
153 | 150 | 9620862B2575C0C800314F8D /* Events.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Events.swift; sourceTree = "<group>"; };
|
154 | 151 | 962086482579CCC200314F8D /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
155 | 152 | 9620864F257AA83E00314F8D /* iOSLifecycleMonitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOSLifecycleMonitor.swift; sourceTree = "<group>"; };
|
156 |
| - 96259F8226CEF526008AE301 /* LogTarget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogTarget.swift; sourceTree = "<group>"; }; |
157 |
| - 96259F8526CF1D45008AE301 /* ConsoleTarget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConsoleTarget.swift; sourceTree = "<group>"; }; |
158 |
| - 96469AF72706225900AC5772 /* SystemTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SystemTarget.swift; sourceTree = "<group>"; }; |
159 | 153 | 9679DD6226EFF00800A6933C /* ExampleDestination.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleDestination.swift; sourceTree = "<group>"; };
|
160 |
| - 967C40D9258D472C008EB0B6 /* SegmentLog_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SegmentLog_Tests.swift; sourceTree = "<group>"; }; |
161 |
| - 967C40E2258D4DAF008EB0B6 /* Metrics_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Metrics_Tests.swift; sourceTree = "<group>"; }; |
162 | 154 | 967C40ED259A7311008EB0B6 /* HTTPClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPClient.swift; sourceTree = "<group>"; };
|
163 | 155 | 9692724D25A4E5B7009B5298 /* Startup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Startup.swift; sourceTree = "<group>"; };
|
164 | 156 | 9692726725A583A6009B5298 /* SegmentDestination.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SegmentDestination.swift; sourceTree = "<group>"; };
|
165 | 157 | 96A9624D2810C6B80011DE54 /* macOSLifecycleEvents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = macOSLifecycleEvents.swift; sourceTree = "<group>"; };
|
166 | 158 | 96A9668827BC137F00078F8B /* iOSLifecycle_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOSLifecycle_Tests.swift; sourceTree = "<group>"; };
|
167 |
| - 96C33A9B25880A5E00F3D538 /* SegmentLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SegmentLog.swift; sourceTree = "<group>"; }; |
168 | 159 | 96C33AB0258961F500F3D538 /* Settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Settings.swift; sourceTree = "<group>"; };
|
169 |
| - 96C95B15271DE22600C3EB9A /* LogTarget_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LogTarget_Tests.swift; sourceTree = "<group>"; }; |
170 | 160 | 96DBF37A26F39B5500724B0B /* Timeline_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Timeline_Tests.swift; sourceTree = "<group>"; };
|
171 | 161 | A31A16252576B6F200C9CDDF /* Timeline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Timeline.swift; sourceTree = "<group>"; };
|
172 | 162 | A31A162E2576B73F00C9CDDF /* State.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = State.swift; sourceTree = "<group>"; };
|
|
289 | 279 | 9620864E257AA82900314F8D /* Plugins */ = {
|
290 | 280 | isa = PBXGroup;
|
291 | 281 | children = (
|
292 |
| - 96259F8426CEF534008AE301 /* Logger */, |
293 | 282 | 969A533D25B0D510009227D9 /* Platforms */,
|
294 | 283 | 46A018C125E5857D00F9CCD8 /* Context.swift */,
|
295 | 284 | 9692726725A583A6009B5298 /* SegmentDestination.swift */,
|
|
300 | 289 | path = Plugins;
|
301 | 290 | sourceTree = "<group>";
|
302 | 291 | };
|
303 |
| - 96259F8426CEF534008AE301 /* Logger */ = { |
304 |
| - isa = PBXGroup; |
305 |
| - children = ( |
306 |
| - 96259F8226CEF526008AE301 /* LogTarget.swift */, |
307 |
| - 96C33A9B25880A5E00F3D538 /* SegmentLog.swift */, |
308 |
| - 96259F8526CF1D45008AE301 /* ConsoleTarget.swift */, |
309 |
| - 96469AF72706225900AC5772 /* SystemTarget.swift */, |
310 |
| - ); |
311 |
| - path = Logger; |
312 |
| - sourceTree = "<group>"; |
313 |
| - }; |
314 | 292 | 969A533D25B0D510009227D9 /* Platforms */ = {
|
315 | 293 | isa = PBXGroup;
|
316 | 294 | children = (
|
|
353 | 331 | A31A16A325780A8D00C9CDDF /* Utilities */ = {
|
354 | 332 | isa = PBXGroup;
|
355 | 333 | children = (
|
| 334 | + 460FF30A29BA525900635FF9 /* Logging.swift */, |
356 | 335 | 967C40ED259A7311008EB0B6 /* HTTPClient.swift */,
|
357 | 336 | A31A16A425780E8D00C9CDDF /* JSON.swift */,
|
358 | 337 | A3AEE1492580208E002386EB /* iso8601.swift */,
|
|
381 | 360 | 4658175325BA4C20006B2809 /* HTTPClient_Tests.swift */,
|
382 | 361 | A31A16502576C47400C9CDDF /* JSON_Tests.swift */,
|
383 | 362 | 46210810260538BE00EBC4A8 /* KeyPath_Tests.swift */,
|
384 |
| - 96C95B15271DE22600C3EB9A /* LogTarget_Tests.swift */, |
385 |
| - 967C40E2258D4DAF008EB0B6 /* Metrics_Tests.swift */, |
386 | 363 | 46F7485F26C720F60042798E /* ObjC_Tests.swift */,
|
387 |
| - 967C40D9258D472C008EB0B6 /* SegmentLog_Tests.swift */, |
388 | 364 | 46FE4D1C25A7A850003A7362 /* Storage_Tests.swift */,
|
389 | 365 | 46B1AC6827346D3D00846DE8 /* StressTests.swift */,
|
390 | 366 | 4621082D2609206D00EBC4A8 /* Support */,
|
|
548 | 524 | 465879BA2686560C00180335 /* watchOSDelegation.swift in Sources */,
|
549 | 525 | 46022764261E64A800A9E913 /* iOSLifecycleEvents.swift in Sources */,
|
550 | 526 | 96A9624E2810C6B80011DE54 /* macOSLifecycleEvents.swift in Sources */,
|
| 527 | + 460FF30B29BA525900635FF9 /* Logging.swift in Sources */, |
551 | 528 | 4621080C2605332D00EBC4A8 /* KeyPath.swift in Sources */,
|
552 | 529 | A31A16262576B6F200C9CDDF /* Timeline.swift in Sources */,
|
553 | 530 | 96C33AB1258961F500F3D538 /* Settings.swift in Sources */,
|
554 |
| - 96259F8626CF1D45008AE301 /* ConsoleTarget.swift in Sources */, |
555 | 531 | 46E382E72654429A00BA2502 /* Utils.swift in Sources */,
|
556 | 532 | A31A16B225781CB400C9CDDF /* JSON.swift in Sources */,
|
557 | 533 | 46022771261F7A4800A9E913 /* Atomic.swift in Sources */,
|
558 | 534 | 46F7485D26C718710042798E /* ObjCAnalytics.swift in Sources */,
|
559 | 535 | A3471FBE256487F000965480 /* Configuration.swift in Sources */,
|
560 |
| - 96469AF82706225900AC5772 /* SystemTarget.swift in Sources */, |
561 | 536 | OBJ_23 /* Analytics.swift in Sources */,
|
562 | 537 | A31A16342576B7AF00C9CDDF /* Types.swift in Sources */,
|
563 | 538 | 46A018DA25E97FDF00F9CCD8 /* AppleUtils.swift in Sources */,
|
|
567 | 542 | 4663C729267A799100ADDD1A /* QueueTimer.swift in Sources */,
|
568 | 543 | 46FE4C9C25A3F41C003A7362 /* LinuxLifecycleMonitor.swift in Sources */,
|
569 | 544 | 460227422612987300A9E913 /* watchOSLifecycleEvents.swift in Sources */,
|
570 |
| - 96259F8326CEF526008AE301 /* LogTarget.swift in Sources */, |
571 | 545 | 46F7485E26C718710042798E /* ObjCConfiguration.swift in Sources */,
|
572 | 546 | 759D6CD127B48ABB00AB900A /* DestinationMetadataPlugin.swift in Sources */,
|
573 | 547 | A31A162F2576B73F00C9CDDF /* State.swift in Sources */,
|
574 | 548 | 9692726825A583A6009B5298 /* SegmentDestination.swift in Sources */,
|
575 | 549 | 4602276C261E7BF900A9E913 /* iOSDelegation.swift in Sources */,
|
576 | 550 | 46A018D425E6C9C200F9CCD8 /* LinuxUtils.swift in Sources */,
|
577 | 551 | 466EC2CE28FB7D5D001B384E /* OutputFileStream.swift in Sources */,
|
578 |
| - 96C33A9C25880A5E00F3D538 /* SegmentLog.swift in Sources */, |
579 | 552 | 46FE4C9725A3F35E003A7362 /* macOSLifecycleMonitor.swift in Sources */,
|
580 | 553 | 9620862C2575C0C800314F8D /* Events.swift in Sources */,
|
581 | 554 | A3AEE1882581A8F1002386EB /* Deprecations.swift in Sources */,
|
|
600 | 573 | 46B1AC6927346D3D00846DE8 /* StressTests.swift in Sources */,
|
601 | 574 | 4658175425BA4C20006B2809 /* HTTPClient_Tests.swift in Sources */,
|
602 | 575 | 46210811260538BE00EBC4A8 /* KeyPath_Tests.swift in Sources */,
|
603 |
| - 967C40E3258D4DAF008EB0B6 /* Metrics_Tests.swift in Sources */, |
604 | 576 | 96A9668927BC137F00078F8B /* iOSLifecycle_Tests.swift in Sources */,
|
605 | 577 | A31A16512576C47400C9CDDF /* JSON_Tests.swift in Sources */,
|
606 | 578 | 46FE4D1D25A7A850003A7362 /* Storage_Tests.swift in Sources */,
|
|
0 commit comments