|
582 | 582 | 7DC83100239826280043DD9A /* SentryIntegrationProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DC830FF239826280043DD9A /* SentryIntegrationProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
583 | 583 | 7DC8310A2398283C0043DD9A /* SentryCrashIntegration.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DC831082398283C0043DD9A /* SentryCrashIntegration.h */; }; |
584 | 584 | 7DC8310C2398283C0043DD9A /* SentryCrashIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DC831092398283C0043DD9A /* SentryCrashIntegration.m */; }; |
| 585 | + 8419C0C428C1889D001C8259 /* SentryProfilerSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8419C0C328C1889D001C8259 /* SentryProfilerSwiftTests.swift */; }; |
585 | 586 | 8453421228BE855D00C22EEC /* SentrySampleDecision.m in Sources */ = {isa = PBXBuildFile; fileRef = 8453421128BE855D00C22EEC /* SentrySampleDecision.m */; }; |
586 | 587 | 8453421628BE8A9500C22EEC /* SentrySpanStatus.m in Sources */ = {isa = PBXBuildFile; fileRef = 8453421528BE8A9500C22EEC /* SentrySpanStatus.m */; }; |
| 588 | + 84A888FD28D9B11700C51DFD /* SentryProfiler+Test.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A888FC28D9B11700C51DFD /* SentryProfiler+Test.h */; }; |
587 | 589 | 861265F92404EC1500C4AFDE /* NSArray+SentrySanitize.h in Headers */ = {isa = PBXBuildFile; fileRef = 861265F72404EC1500C4AFDE /* NSArray+SentrySanitize.h */; }; |
588 | 590 | 861265FA2404EC1500C4AFDE /* NSArray+SentrySanitize.m in Sources */ = {isa = PBXBuildFile; fileRef = 861265F82404EC1500C4AFDE /* NSArray+SentrySanitize.m */; }; |
589 | 591 | 8E0551E026A7A63C00400526 /* TestProtocolClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E0551DF26A7A63C00400526 /* TestProtocolClient.swift */; }; |
|
1325 | 1327 | 7DC830FF239826280043DD9A /* SentryIntegrationProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryIntegrationProtocol.h; path = Public/SentryIntegrationProtocol.h; sourceTree = "<group>"; }; |
1326 | 1328 | 7DC831082398283C0043DD9A /* SentryCrashIntegration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryCrashIntegration.h; path = include/SentryCrashIntegration.h; sourceTree = "<group>"; }; |
1327 | 1329 | 7DC831092398283C0043DD9A /* SentryCrashIntegration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryCrashIntegration.m; sourceTree = "<group>"; }; |
| 1330 | + 8419C0C328C1889D001C8259 /* SentryProfilerSwiftTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryProfilerSwiftTests.swift; sourceTree = "<group>"; }; |
1328 | 1331 | 844A34C3282B278500C6D1DF /* .github */ = {isa = PBXFileReference; lastKnownFileType = folder; path = .github; sourceTree = "<group>"; }; |
1329 | 1332 | 844A3563282B3C9F00C6D1DF /* .sauce */ = {isa = PBXFileReference; lastKnownFileType = folder; path = .sauce; sourceTree = "<group>"; }; |
1330 | 1333 | 844DA7F6282435CD00E6B62E /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
|
1350 | 1353 | 844DA81F28246DE300E6B62E /* scripts */ = {isa = PBXFileReference; lastKnownFileType = folder; path = scripts; sourceTree = "<group>"; }; |
1351 | 1354 | 8453421128BE855D00C22EEC /* SentrySampleDecision.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentrySampleDecision.m; sourceTree = "<group>"; }; |
1352 | 1355 | 8453421528BE8A9500C22EEC /* SentrySpanStatus.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentrySpanStatus.m; sourceTree = "<group>"; }; |
| 1356 | + 84A888FC28D9B11700C51DFD /* SentryProfiler+Test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SentryProfiler+Test.h"; path = "Sources/Sentry/include/SentryProfiler+Test.h"; sourceTree = SOURCE_ROOT; }; |
1353 | 1357 | 861265F72404EC1500C4AFDE /* NSArray+SentrySanitize.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "NSArray+SentrySanitize.h"; path = "include/NSArray+SentrySanitize.h"; sourceTree = "<group>"; }; |
1354 | 1358 | 861265F82404EC1500C4AFDE /* NSArray+SentrySanitize.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSArray+SentrySanitize.m"; sourceTree = "<group>"; }; |
1355 | 1359 | 8E0551DF26A7A63C00400526 /* TestProtocolClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestProtocolClient.swift; sourceTree = "<group>"; }; |
|
1499 | 1503 | 035E73CB27D575B3005EEB11 /* SentrySamplingProfilerTests.mm */, |
1500 | 1504 | 035E73CD27D5790A005EEB11 /* SentryThreadMetadataCacheTests.mm */, |
1501 | 1505 | 03F9D37B2819A65C00602916 /* SentryProfilerTests.mm */, |
| 1506 | + 8419C0C328C1889D001C8259 /* SentryProfilerSwiftTests.swift */, |
1502 | 1507 | ); |
1503 | 1508 | path = Profiling; |
1504 | 1509 | sourceTree = "<group>"; |
|
2681 | 2686 | 03F84D1B27DD414C008FE43F /* SentryMachLogging.hpp */, |
2682 | 2687 | 03F84D2C27DD4191008FE43F /* SentryMachLogging.cpp */, |
2683 | 2688 | 03F84D1127DD414C008FE43F /* SentryProfiler.h */, |
| 2689 | + 84A888FC28D9B11700C51DFD /* SentryProfiler+Test.h */, |
2684 | 2690 | 03F84D2B27DD4191008FE43F /* SentryProfiler.mm */, |
2685 | 2691 | 03BCC38D27E2A377003232C7 /* SentryProfilingConditionals.h */, |
2686 | 2692 | 03F84D2927DD416B008FE43F /* SentryProfilingLogging.hpp */, |
|
2926 | 2932 | 8EE3251C261FE33B00DC3FF2 /* SentryUIViewControllerSanitizer.h in Headers */, |
2927 | 2933 | 7BAF3DD92440AEC8008A5414 /* SentryRequestManager.h in Headers */, |
2928 | 2934 | 7BE3C77B2446111500A38442 /* SentryRateLimitParser.h in Headers */, |
| 2935 | + 84A888FD28D9B11700C51DFD /* SentryProfiler+Test.h in Headers */, |
2929 | 2936 | 7D0637032382B34300B30749 /* SentryScope.h in Headers */, |
2930 | 2937 | 03F84D2727DD414C008FE43F /* SentryMachLogging.hpp in Headers */, |
2931 | 2938 | 0356A570288B4612008BF593 /* SentryProfilesSampler.h in Headers */, |
|
3509 | 3516 | 63FE720520DA66EC00CDBAE8 /* FileBasedTestCase.m in Sources */, |
3510 | 3517 | 0A6EEADD28A657970076B469 /* UIViewRecursiveDescriptionTests.swift in Sources */, |
3511 | 3518 | 63EED6C32237989300E02400 /* SentryOptionsTest.m in Sources */, |
| 3519 | + 8419C0C428C1889D001C8259 /* SentryProfilerSwiftTests.swift in Sources */, |
3512 | 3520 | 7BBD18B22451804C00427C76 /* SentryRetryAfterHeaderParserTests.swift in Sources */, |
3513 | 3521 | 7BD337E424A356180050DB6E /* SentryCrashIntegrationTests.swift in Sources */, |
3514 | 3522 | 7BD4E8E827FD95900086C410 /* SentryMigrateSessionInitTests.m in Sources */, |
|
0 commit comments