|
60 | 60 | 1450FF871BCFF28A00208362 /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 1450FF821BCFF28A00208362 /* RCTProfileTrampoline-arm.S */; }; |
61 | 61 | 1450FF881BCFF28A00208362 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 1450FF831BCFF28A00208362 /* RCTProfileTrampoline-arm64.S */; }; |
62 | 62 | 1450FF8A1BCFF28A00208362 /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 1450FF851BCFF28A00208362 /* RCTProfileTrampoline-x86_64.S */; }; |
| 63 | + 14A43DF31C20B1C900794BC8 /* RCTJSCProfiler.m in Sources */ = {isa = PBXBuildFile; fileRef = 14A43DF21C20B1C900794BC8 /* RCTJSCProfiler.m */; }; |
63 | 64 | 14C2CA711B3AC63800E6CBB2 /* RCTModuleMethod.m in Sources */ = {isa = PBXBuildFile; fileRef = 14C2CA701B3AC63800E6CBB2 /* RCTModuleMethod.m */; }; |
64 | 65 | 14C2CA741B3AC64300E6CBB2 /* RCTModuleData.m in Sources */ = {isa = PBXBuildFile; fileRef = 14C2CA731B3AC64300E6CBB2 /* RCTModuleData.m */; }; |
65 | 66 | 14C2CA761B3AC64F00E6CBB2 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 14C2CA751B3AC64F00E6CBB2 /* RCTFrameUpdate.m */; }; |
|
222 | 223 | 1450FF851BCFF28A00208362 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = "<group>"; }; |
223 | 224 | 1482F9E61B55B927000ADFF3 /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = "<group>"; }; |
224 | 225 | 14A43DB81C1F849600794BC8 /* RCTBridge+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = "<group>"; }; |
| 226 | + 14A43DF11C20B1C900794BC8 /* RCTJSCProfiler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTJSCProfiler.h; sourceTree = "<group>"; }; |
| 227 | + 14A43DF21C20B1C900794BC8 /* RCTJSCProfiler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTJSCProfiler.m; sourceTree = "<group>"; }; |
225 | 228 | 14BF717F1C04793D00C97D0C /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = "RCTProfileTrampoline-i386.S"; sourceTree = "<group>"; }; |
226 | 229 | 14BF71811C04795500C97D0C /* RCTMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = "<group>"; }; |
227 | 230 | 14C2CA6F1B3AC63800E6CBB2 /* RCTModuleMethod.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = "<group>"; }; |
|
445 | 448 | 1450FF7F1BCFF28A00208362 /* Profiler */ = { |
446 | 449 | isa = PBXGroup; |
447 | 450 | children = ( |
| 451 | + 14A43DF11C20B1C900794BC8 /* RCTJSCProfiler.h */, |
| 452 | + 14A43DF21C20B1C900794BC8 /* RCTJSCProfiler.m */, |
448 | 453 | 14BF71811C04795500C97D0C /* RCTMacros.h */, |
449 | 454 | 14F7A0EB1BDA3B3C003C6C10 /* RCTPerfMonitor.m */, |
450 | 455 | 14F7A0EE1BDA714B003C6C10 /* RCTFPSGraph.h */, |
|
636 | 641 | 13456E961ADAD482009F94A7 /* RCTConvert+MapKit.m in Sources */, |
637 | 642 | 13723B501A82FD3C00F88898 /* RCTStatusBarManager.m in Sources */, |
638 | 643 | 000E6CEB1AB0E980000CDF4D /* RCTSourceCode.m in Sources */, |
| 644 | + 14A43DF31C20B1C900794BC8 /* RCTJSCProfiler.m in Sources */, |
639 | 645 | 133CAE8E1B8E5CFD00F6AD92 /* RCTDatePicker.m in Sources */, |
640 | 646 | 14C2CA761B3AC64F00E6CBB2 /* RCTFrameUpdate.m in Sources */, |
641 | 647 | 13B07FEF1A69327A00A75B9A /* RCTAlertManager.m in Sources */, |
|
0 commit comments