|
601 | 601 | 7DC83100239826280043DD9A /* SentryIntegrationProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DC830FF239826280043DD9A /* SentryIntegrationProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
602 | 602 | 7DC8310A2398283C0043DD9A /* SentryCrashIntegration.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DC831082398283C0043DD9A /* SentryCrashIntegration.h */; }; |
603 | 603 | 7DC8310C2398283C0043DD9A /* SentryCrashIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DC831092398283C0043DD9A /* SentryCrashIntegration.m */; }; |
| 604 | + 84281C432A578E5600EE88F2 /* SentryProfilerState.mm in Sources */ = {isa = PBXBuildFile; fileRef = 84281C422A578E5600EE88F2 /* SentryProfilerState.mm */; }; |
| 605 | + 84281C462A57905700EE88F2 /* SentrySample.h in Headers */ = {isa = PBXBuildFile; fileRef = 84281C442A57905700EE88F2 /* SentrySample.h */; }; |
| 606 | + 84281C472A57905700EE88F2 /* SentrySample.m in Sources */ = {isa = PBXBuildFile; fileRef = 84281C452A57905700EE88F2 /* SentrySample.m */; }; |
604 | 607 | 8431EE5B29ADB8EA00D8DC56 /* SentryTimeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 8431EE5A29ADB8EA00D8DC56 /* SentryTimeTests.m */; }; |
605 | 608 | 8431EFD129B27B1100D8DC56 /* Sentry.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 63AA759B1EB8AEF500D153DE /* Sentry.framework */; settings = {ATTRIBUTES = (Required, ); }; }; |
606 | 609 | 8431EFD329B27B1100D8DC56 /* Resources in Resources */ = {isa = PBXBuildFile; fileRef = 630C01951EC341D600C52CEF /* Resources */; }; |
|
1521 | 1524 | 7DC831082398283C0043DD9A /* SentryCrashIntegration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryCrashIntegration.h; path = include/SentryCrashIntegration.h; sourceTree = "<group>"; }; |
1522 | 1525 | 7DC831092398283C0043DD9A /* SentryCrashIntegration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryCrashIntegration.m; sourceTree = "<group>"; }; |
1523 | 1526 | 8419C0C328C1889D001C8259 /* SentryProfilerSwiftTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryProfilerSwiftTests.swift; sourceTree = "<group>"; }; |
| 1527 | + 84281C422A578E5600EE88F2 /* SentryProfilerState.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryProfilerState.mm; sourceTree = "<group>"; }; |
| 1528 | + 84281C442A57905700EE88F2 /* SentrySample.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentrySample.h; path = ../include/SentrySample.h; sourceTree = "<group>"; }; |
| 1529 | + 84281C452A57905700EE88F2 /* SentrySample.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentrySample.m; sourceTree = "<group>"; }; |
1524 | 1530 | 8431EE5A29ADB8EA00D8DC56 /* SentryTimeTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryTimeTests.m; sourceTree = "<group>"; }; |
1525 | 1531 | 8431EFD929B27B1100D8DC56 /* SentryProfilerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SentryProfilerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
1526 | 1532 | 8431EFDA29B27B1200D8DC56 /* SentryTests copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "SentryTests copy-Info.plist"; path = "/Users/andrewmcknight/Code/organization/getsentry/repos/public/sentry-cocoa/SentryTests copy-Info.plist"; sourceTree = "<absolute>"; }; |
|
1556 | 1562 | 844EDC74294144DB00C86F34 /* SentrySystemWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentrySystemWrapper.h; path = include/SentrySystemWrapper.h; sourceTree = "<group>"; }; |
1557 | 1563 | 844EDC75294144DB00C86F34 /* SentrySystemWrapper.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SentrySystemWrapper.mm; sourceTree = "<group>"; }; |
1558 | 1564 | 844EDC7829415AB300C86F34 /* TestSentrySystemWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSentrySystemWrapper.swift; sourceTree = "<group>"; }; |
1559 | | - 844EDC7B2942843400C86F34 /* SentryProfiler+SwiftTest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryProfiler+SwiftTest.h"; path = "Tests/SentryTests/Helper/SentryProfiler+SwiftTest.h"; sourceTree = SOURCE_ROOT; }; |
1560 | 1565 | 844EDCE32947DC3100C86F34 /* SentryNSTimerFactory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryNSTimerFactory.h; path = include/SentryNSTimerFactory.h; sourceTree = "<group>"; }; |
1561 | 1566 | 844EDCE42947DC3100C86F34 /* SentryNSTimerFactory.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryNSTimerFactory.m; sourceTree = "<group>"; }; |
1562 | 1567 | 844EDCE72947DCD700C86F34 /* TestSentryNSTimerFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSentryNSTimerFactory.swift; sourceTree = "<group>"; }; |
|
3086 | 3091 | 8405A517279906EF001B38A1 /* Profiling */ = { |
3087 | 3092 | isa = PBXGroup; |
3088 | 3093 | children = ( |
3089 | | - 84354E0F29BF944900CDBB8B /* SentryProfileTimeseries.h */, |
3090 | | - 84354E1029BF944900CDBB8B /* SentryProfileTimeseries.mm */, |
3091 | 3094 | 03F84D1327DD414C008FE43F /* SentryAsyncSafeLogging.h */, |
3092 | | - 03F84D1227DD414C008FE43F /* SentryBacktrace.hpp */, |
3093 | 3095 | 03F84D3127DD4191008FE43F /* SentryBacktrace.cpp */, |
| 3096 | + 03F84D1227DD414C008FE43F /* SentryBacktrace.hpp */, |
3094 | 3097 | 03F84D1827DD414C008FE43F /* SentryCompiler.h */, |
3095 | 3098 | 03F84D1C27DD414C008FE43F /* SentryCPU.h */, |
3096 | | - 03F84D1B27DD414C008FE43F /* SentryMachLogging.hpp */, |
3097 | 3099 | 03F84D2C27DD4191008FE43F /* SentryMachLogging.cpp */, |
3098 | | - 03F84D1127DD414C008FE43F /* SentryProfiler.h */, |
| 3100 | + 03F84D1B27DD414C008FE43F /* SentryMachLogging.hpp */, |
3099 | 3101 | 844EDD6B2949387000C86F34 /* SentryMetricProfiler.h */, |
3100 | 3102 | 8454CF8B293EAF9A006AC140 /* SentryMetricProfiler.mm */, |
3101 | | - 0354A22A2A134D9C003C3A04 /* SentryProfilerState.h */, |
3102 | | - 84A888FC28D9B11700C51DFD /* SentryProfiler+Test.h */, |
| 3103 | + 03F84D1127DD414C008FE43F /* SentryProfiler.h */, |
3103 | 3104 | 03F84D2B27DD4191008FE43F /* SentryProfiler.mm */, |
| 3105 | + 84A888FC28D9B11700C51DFD /* SentryProfiler+Test.h */, |
| 3106 | + 0354A22A2A134D9C003C3A04 /* SentryProfilerState.h */, |
| 3107 | + 84281C422A578E5600EE88F2 /* SentryProfilerState.mm */, |
| 3108 | + 0356A56E288B4612008BF593 /* SentryProfilesSampler.h */, |
| 3109 | + 0356A56F288B4612008BF593 /* SentryProfilesSampler.m */, |
| 3110 | + 84354E0F29BF944900CDBB8B /* SentryProfileTimeseries.h */, |
| 3111 | + 84354E1029BF944900CDBB8B /* SentryProfileTimeseries.mm */, |
3104 | 3112 | 03BCC38D27E2A377003232C7 /* SentryProfilingConditionals.h */, |
3105 | 3113 | 03F84D2927DD416B008FE43F /* SentryProfilingLogging.hpp */, |
3106 | 3114 | 03F84D2F27DD4191008FE43F /* SentryProfilingLogging.mm */, |
3107 | | - 03F84D1527DD414C008FE43F /* SentrySamplingProfiler.hpp */, |
| 3115 | + 84281C442A57905700EE88F2 /* SentrySample.h */, |
| 3116 | + 84281C452A57905700EE88F2 /* SentrySample.m */, |
3108 | 3117 | 03F84D3027DD4191008FE43F /* SentrySamplingProfiler.cpp */, |
3109 | | - 03F84D1727DD414C008FE43F /* SentryThreadHandle.hpp */, |
3110 | | - 03F84D2E27DD4191008FE43F /* SentryThreadHandle.cpp */, |
3111 | | - 03F84D1A27DD414C008FE43F /* SentryThreadMetadataCache.hpp */, |
3112 | | - 03F84D2D27DD4191008FE43F /* SentryThreadMetadataCache.cpp */, |
| 3118 | + 03F84D1527DD414C008FE43F /* SentrySamplingProfiler.hpp */, |
3113 | 3119 | 03F84D1427DD414C008FE43F /* SentryStackBounds.hpp */, |
3114 | 3120 | 03F84D1627DD414C008FE43F /* SentryStackFrame.hpp */, |
| 3121 | + 03F84D2E27DD4191008FE43F /* SentryThreadHandle.cpp */, |
| 3122 | + 03F84D1727DD414C008FE43F /* SentryThreadHandle.hpp */, |
| 3123 | + 03F84D2D27DD4191008FE43F /* SentryThreadMetadataCache.cpp */, |
| 3124 | + 03F84D1A27DD414C008FE43F /* SentryThreadMetadataCache.hpp */, |
3115 | 3125 | 03F84D1927DD414C008FE43F /* SentryThreadState.hpp */, |
3116 | 3126 | 03BCC38927E1BF49003232C7 /* SentryTime.h */, |
3117 | 3127 | 03BCC38B27E1C01A003232C7 /* SentryTime.mm */, |
3118 | | - 0356A56E288B4612008BF593 /* SentryProfilesSampler.h */, |
3119 | | - 0356A56F288B4612008BF593 /* SentryProfilesSampler.m */, |
3120 | 3128 | ); |
3121 | 3129 | path = Profiling; |
3122 | 3130 | sourceTree = "<group>"; |
|
3564 | 3572 | D8603DD8284F894C000E1227 /* SentryBaggage.h in Headers */, |
3565 | 3573 | 03F84D2127DD414C008FE43F /* SentrySamplingProfiler.hpp in Headers */, |
3566 | 3574 | 84AC61D229F7541E009EEF61 /* SentryDispatchSourceWrapper.h in Headers */, |
| 3575 | + 84281C462A57905700EE88F2 /* SentrySample.h in Headers */, |
3567 | 3576 | 63FE712B20DA4C1100CDBAE8 /* SentryCrashStackCursor.h in Headers */, |
3568 | 3577 | D8C67E9C28000E24007E326E /* SentryScreenshot.h in Headers */, |
3569 | 3578 | 7BA61CBF247CEA8100C130A8 /* SentryFormatter.h in Headers */, |
|
4091 | 4100 | 7BB65501253DC1B500887E87 /* SentryUserFeedback.m in Sources */, |
4092 | 4101 | 7D5C441A237C2E1F00DAB0A3 /* SentrySDK.m in Sources */, |
4093 | 4102 | 7D65260E237F649E00113EA2 /* SentryScope.m in Sources */, |
| 4103 | + 84281C472A57905700EE88F2 /* SentrySample.m in Sources */, |
4094 | 4104 | 84AC61D329F7541E009EEF61 /* SentryDispatchSourceWrapper.m in Sources */, |
4095 | 4105 | 63FE712D20DA4C1100CDBAE8 /* SentryCrashJSONCodecObjC.m in Sources */, |
4096 | 4106 | 7BBD18932449BEDD00427C76 /* SentryDefaultRateLimits.m in Sources */, |
|
4131 | 4141 | 7BC9A20428F4166D001E7C4C /* SentryMeasurementValue.m in Sources */, |
4132 | 4142 | D859696B27BECD8F0036A46E /* SentryCoreDataTrackingIntegration.m in Sources */, |
4133 | 4143 | 7BD86EC7264A641D005439DB /* SentrySysctl.m in Sources */, |
| 4144 | + 84281C432A578E5600EE88F2 /* SentryProfilerState.mm in Sources */, |
4134 | 4145 | D859697327BECDD20036A46E /* SentryCoreDataSwizzling.m in Sources */, |
4135 | 4146 | 639889BD1EDED18400EA7442 /* SentrySwizzle.m in Sources */, |
4136 | 4147 | D8ABB0BC29264275005D1E24 /* Sentry.swift in Sources */, |
|
0 commit comments