|
513 | 513 | 7BCFBD6D2681D0A900BC27D8 /* SentryCrashScopeObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BCFBD6C2681D0A900BC27D8 /* SentryCrashScopeObserver.h */; }; |
514 | 514 | 7BCFBD6F2681D0EE00BC27D8 /* SentryCrashScopeObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BCFBD6E2681D0EE00BC27D8 /* SentryCrashScopeObserver.m */; }; |
515 | 515 | 7BD337E424A356180050DB6E /* SentryCrashIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD337E324A356180050DB6E /* SentryCrashIntegrationTests.swift */; }; |
516 | | - 7BD47B4E268F0B470076A663 /* ClearTestState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD47B4C268F0B080076A663 /* ClearTestState.swift */; }; |
517 | 516 | 7BD4BD4127EB0F0D0071F4FF /* SentryDiscardReason.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BD4BD4027EB0F0C0071F4FF /* SentryDiscardReason.h */; }; |
518 | 517 | 7BD4BD4327EB29BA0071F4FF /* SentryClientReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BD4BD4227EB29BA0071F4FF /* SentryClientReport.h */; }; |
519 | 518 | 7BD4BD4527EB29F50071F4FF /* SentryClientReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BD4BD4427EB29F50071F4FF /* SentryClientReport.m */; }; |
|
602 | 601 | 8419C0C428C1889D001C8259 /* SentryProfilerSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8419C0C328C1889D001C8259 /* SentryProfilerSwiftTests.swift */; }; |
603 | 602 | 8453421228BE855D00C22EEC /* SentrySampleDecision.m in Sources */ = {isa = PBXBuildFile; fileRef = 8453421128BE855D00C22EEC /* SentrySampleDecision.m */; }; |
604 | 603 | 8453421628BE8A9500C22EEC /* SentrySpanStatus.m in Sources */ = {isa = PBXBuildFile; fileRef = 8453421528BE8A9500C22EEC /* SentrySpanStatus.m */; }; |
| 604 | + 84732A71292C3CF800790372 /* SentryBaseUnitTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84732A70292C3CF800790372 /* SentryBaseUnitTest.swift */; }; |
605 | 605 | 84A888FD28D9B11700C51DFD /* SentryProfiler+Test.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A888FC28D9B11700C51DFD /* SentryProfiler+Test.h */; }; |
606 | 606 | 84A8891C28DBD28900C51DFD /* SentryDevice.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A8891A28DBD28900C51DFD /* SentryDevice.h */; }; |
607 | 607 | 84A8891D28DBD28900C51DFD /* SentryDevice.mm in Sources */ = {isa = PBXBuildFile; fileRef = 84A8891B28DBD28900C51DFD /* SentryDevice.mm */; }; |
|
1290 | 1290 | 7BCFBD6C2681D0A900BC27D8 /* SentryCrashScopeObserver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryCrashScopeObserver.h; path = include/SentryCrashScopeObserver.h; sourceTree = "<group>"; }; |
1291 | 1291 | 7BCFBD6E2681D0EE00BC27D8 /* SentryCrashScopeObserver.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryCrashScopeObserver.m; sourceTree = "<group>"; }; |
1292 | 1292 | 7BD337E324A356180050DB6E /* SentryCrashIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryCrashIntegrationTests.swift; sourceTree = "<group>"; }; |
1293 | | - 7BD47B4C268F0B080076A663 /* ClearTestState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClearTestState.swift; sourceTree = "<group>"; }; |
1294 | 1293 | 7BD4BD4027EB0F0C0071F4FF /* SentryDiscardReason.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryDiscardReason.h; path = include/SentryDiscardReason.h; sourceTree = "<group>"; }; |
1295 | 1294 | 7BD4BD4227EB29BA0071F4FF /* SentryClientReport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryClientReport.h; path = include/SentryClientReport.h; sourceTree = "<group>"; }; |
1296 | 1295 | 7BD4BD4427EB29F50071F4FF /* SentryClientReport.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryClientReport.m; sourceTree = "<group>"; }; |
|
1413 | 1412 | 844DA81F28246DE300E6B62E /* scripts */ = {isa = PBXFileReference; lastKnownFileType = folder; path = scripts; sourceTree = "<group>"; }; |
1414 | 1413 | 8453421128BE855D00C22EEC /* SentrySampleDecision.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentrySampleDecision.m; sourceTree = "<group>"; }; |
1415 | 1414 | 8453421528BE8A9500C22EEC /* SentrySpanStatus.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentrySpanStatus.m; sourceTree = "<group>"; }; |
| 1415 | + 84732A70292C3CF800790372 /* SentryBaseUnitTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SentryBaseUnitTest.swift; sourceTree = "<group>"; }; |
1416 | 1416 | 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; }; |
1417 | 1417 | 84A8891A28DBD28900C51DFD /* SentryDevice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryDevice.h; path = include/SentryDevice.h; sourceTree = "<group>"; }; |
1418 | 1418 | 84A8891B28DBD28900C51DFD /* SentryDevice.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryDevice.mm; sourceTree = "<group>"; }; |
|
1962 | 1962 | 639889D21EDF06C100EA7442 /* SentryTests-Bridging-Header.h */, |
1963 | 1963 | 63AA75951EB8AEDB00D153DE /* SentryTests.m */, |
1964 | 1964 | 7B9421C4260CA393001F9349 /* SentrySDK+Tests.h */, |
1965 | | - 7BD47B4C268F0B080076A663 /* ClearTestState.swift */, |
1966 | 1965 | 7BA8409F24A1EC6E00B718AA /* SentrySDKTests.swift */, |
1967 | 1966 | 630436151EC0AD3100C4D3FA /* SentryNSDataCompressionTests.m */, |
1968 | 1967 | 630C01931EC3402C00C52CEF /* SentryKSCrashReportConverterTests.m */, |
|
1981 | 1980 | 7B0002312477F0520035FEF1 /* SentrySessionTests.m */, |
1982 | 1981 | 7B0002332477F52D0035FEF1 /* SentrySessionTests.swift */, |
1983 | 1982 | 7B944FAF2469B46000A10721 /* TestClient.swift */, |
| 1983 | + 84732A70292C3CF800790372 /* SentryBaseUnitTest.swift */, |
1984 | 1984 | 7B0A54552523178700A71716 /* SentryScopeSwiftTests.swift */, |
1985 | 1985 | 8E70B10025CB8695002B3155 /* SentrySpanIdTests.swift */, |
1986 | 1986 | 7B4260332630315C00B36EDD /* SampleError.swift */, |
|
3657 | 3657 | 63FE722220DA66EC00CDBAE8 /* SentryCrashJSONCodec_Tests.m in Sources */, |
3658 | 3658 | 7B0A5452252311CE00A71716 /* SentryBreadcrumbTests.swift in Sources */, |
3659 | 3659 | 7BA0C04A280563AA003E0326 /* TestTransportAdapter.swift in Sources */, |
| 3660 | + 84732A71292C3CF800790372 /* SentryBaseUnitTest.swift in Sources */, |
3660 | 3661 | 7BE3C7752445C82300A38442 /* SentryCurrentDateTests.swift in Sources */, |
3661 | 3662 | 7B3398672459C4AE00BD9C96 /* SentryEnvelopeRateLimitTests.swift in Sources */, |
3662 | 3663 | 8EA9AF492665AC48002771B4 /* SentryPerformanceTrackerTests.swift in Sources */, |
|
3756 | 3757 | 7BC6EC18255C44540059822A /* SentryDebugMetaTests.swift in Sources */, |
3757 | 3758 | A811D867248E2770008A41EA /* SentrySystemEventBreadcrumbsTest.swift in Sources */, |
3758 | 3759 | 7B82D54924E2A2D400EE670F /* SentryIdTests.swift in Sources */, |
3759 | | - 7BD47B4E268F0B470076A663 /* ClearTestState.swift in Sources */, |
3760 | 3760 | 7B6D98ED24C703F8005502FA /* Async.swift in Sources */, |
3761 | 3761 | 7BA0C04C28056556003E0326 /* SentryTransportAdapterTests.swift in Sources */, |
3762 | 3762 | 7BE0DC29272A9E1C004FA8B7 /* SentryBreadcrumbTrackerTests.swift in Sources */, |
|
0 commit comments