|
1445 | 1445 | D24C9C6129A7CB0C002057CF /* DatadogLogsFeatureTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61FB222F244E1BE900902D19 /* DatadogLogsFeatureTests.swift */; }; |
1446 | 1446 | D24EC3D92DD1F117007A7E8F /* SessionReplayCoreContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24EC3D82DD1F117007A7E8F /* SessionReplayCoreContext.swift */; }; |
1447 | 1447 | D24EC3DA2DD1F117007A7E8F /* SessionReplayCoreContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24EC3D82DD1F117007A7E8F /* SessionReplayCoreContext.swift */; }; |
| 1448 | + D253E65B2EBA31C40074BEC4 /* KSCrashBacktrace.swift in Sources */ = {isa = PBXBuildFile; fileRef = D253E65A2EBA31C40074BEC4 /* KSCrashBacktrace.swift */; }; |
| 1449 | + D253E65C2EBA31C40074BEC4 /* KSCrashBacktrace.swift in Sources */ = {isa = PBXBuildFile; fileRef = D253E65A2EBA31C40074BEC4 /* KSCrashBacktrace.swift */; }; |
| 1450 | + D253E65E2EBA478E0074BEC4 /* KSCrashBacktraceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D253E65D2EBA478E0074BEC4 /* KSCrashBacktraceTests.swift */; }; |
| 1451 | + D253E65F2EBA478E0074BEC4 /* KSCrashBacktraceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D253E65D2EBA478E0074BEC4 /* KSCrashBacktraceTests.swift */; }; |
1448 | 1452 | D253EE962B988CA90010B589 /* ViewCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = D253EE952B988CA90010B589 /* ViewCache.swift */; }; |
1449 | 1453 | D253EE972B988CA90010B589 /* ViewCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = D253EE952B988CA90010B589 /* ViewCache.swift */; }; |
1450 | 1454 | D253EE9B2B98B37B0010B589 /* ViewCacheTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D253EE982B98B3690010B589 /* ViewCacheTests.swift */; }; |
|
3399 | 3403 | D24985A12728048B00B4F72D /* SwiftUIViewHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftUIViewHandler.swift; sourceTree = "<group>"; }; |
3400 | 3404 | D24C9C3E29A79772002057CF /* Logger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = "<group>"; }; |
3401 | 3405 | D24EC3D82DD1F117007A7E8F /* SessionReplayCoreContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionReplayCoreContext.swift; sourceTree = "<group>"; }; |
| 3406 | + D253E65A2EBA31C40074BEC4 /* KSCrashBacktrace.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KSCrashBacktrace.swift; sourceTree = "<group>"; }; |
| 3407 | + D253E65D2EBA478E0074BEC4 /* KSCrashBacktraceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KSCrashBacktraceTests.swift; sourceTree = "<group>"; }; |
3402 | 3408 | D253EE952B988CA90010B589 /* ViewCache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewCache.swift; sourceTree = "<group>"; }; |
3403 | 3409 | D253EE982B98B3690010B589 /* ViewCacheTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewCacheTests.swift; sourceTree = "<group>"; }; |
3404 | 3410 | D2546BF029AF4F550054E00B /* DatadogTracer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DatadogTracer.swift; sourceTree = "<group>"; }; |
|
6549 | 6555 | isa = PBXGroup; |
6550 | 6556 | children = ( |
6551 | 6557 | D22689C22EB12D3D00875E44 /* KSCrashPlugin.swift */, |
| 6558 | + D253E65A2EBA31C40074BEC4 /* KSCrashBacktrace.swift */, |
6552 | 6559 | D2268AD42EB4DA5800875E44 /* CrashFieldDictionary.swift */, |
6553 | 6560 | D2268AD72EB4DAC400875E44 /* AnyCrashReport.swift */, |
6554 | 6561 | D2268AD12EB4DA4100875E44 /* DatadogTypeSafeFilter.swift */, |
|
6566 | 6573 | D2268ADD2EB4EC6700875E44 /* DatadogTypeSafeFilterTests.swift */, |
6567 | 6574 | D2268AE32EB4F5CA00875E44 /* DatadogMinifyFilterTests.swift */, |
6568 | 6575 | D2268AE92EB50F7F00875E44 /* DatadogDiagnosticFilterTests.swift */, |
| 6576 | + D253E65D2EBA478E0074BEC4 /* KSCrashBacktraceTests.swift */, |
6569 | 6577 | ); |
6570 | 6578 | path = KSCrashIntegration; |
6571 | 6579 | sourceTree = "<group>"; |
|
9401 | 9409 | isa = PBXSourcesBuildPhase; |
9402 | 9410 | buildActionMask = 2147483647; |
9403 | 9411 | files = ( |
| 9412 | + D253E65C2EBA31C40074BEC4 /* KSCrashBacktrace.swift in Sources */, |
9404 | 9413 | D214DA8929DF2D6A004D0AE8 /* CrashReportSender.swift in Sources */, |
9405 | 9414 | D2268AD22EB4DA4100875E44 /* DatadogTypeSafeFilter.swift in Sources */, |
9406 | 9415 | D293302C2A137DAD0029C9EA /* CrashReportingFeature.swift in Sources */, |
|
9437 | 9446 | 61FDBA15269722B4001D9D43 /* CrashReportInfoMinifierTests.swift in Sources */, |
9438 | 9447 | D22689C82EB2151F00875E44 /* KSCrashPluginTests.swift in Sources */, |
9439 | 9448 | 61E95D882695C00200EA3115 /* DDCrashReportExporterTests.swift in Sources */, |
| 9449 | + D253E65F2EBA478E0074BEC4 /* KSCrashBacktraceTests.swift in Sources */, |
9440 | 9450 | 61B7886225C180CB002675B5 /* CrashReportingPluginTests.swift in Sources */, |
9441 | 9451 | 615CC4132695957C0005F08C /* CrashReportInfoTests.swift in Sources */, |
9442 | 9452 | D2268AE42EB4F5CA00875E44 /* DatadogMinifyFilterTests.swift in Sources */, |
|
10619 | 10629 | isa = PBXSourcesBuildPhase; |
10620 | 10630 | buildActionMask = 2147483647; |
10621 | 10631 | files = ( |
| 10632 | + D253E65B2EBA31C40074BEC4 /* KSCrashBacktrace.swift in Sources */, |
10622 | 10633 | D214DA8C29DF2D6B004D0AE8 /* CrashReportSender.swift in Sources */, |
10623 | 10634 | D2268AD32EB4DA4100875E44 /* DatadogTypeSafeFilter.swift in Sources */, |
10624 | 10635 | D293302D2A137DAD0029C9EA /* CrashReportingFeature.swift in Sources */, |
|
10655 | 10666 | D2CB6FDD27C5352300A62B57 /* CrashReportInfoMinifierTests.swift in Sources */, |
10656 | 10667 | D22689C72EB2151F00875E44 /* KSCrashPluginTests.swift in Sources */, |
10657 | 10668 | D2CB6FDE27C5352300A62B57 /* DDCrashReportExporterTests.swift in Sources */, |
| 10669 | + D253E65E2EBA478E0074BEC4 /* KSCrashBacktraceTests.swift in Sources */, |
10658 | 10670 | D2CB6FE027C5352300A62B57 /* CrashReportingPluginTests.swift in Sources */, |
10659 | 10671 | D2CB6FE127C5352300A62B57 /* CrashReportInfoTests.swift in Sources */, |
10660 | 10672 | D2268AE52EB4F5CA00875E44 /* DatadogMinifyFilterTests.swift in Sources */, |
|
0 commit comments