|
1148 | 1148 | 96D331ED2CFF740700649EE8 /* GraphicImagePrivacyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96D331EC2CFF740700649EE8 /* GraphicImagePrivacyTests.swift */; }; |
1149 | 1149 | 96E414142C2AF56F005A6119 /* UIProgressViewRecorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96E414132C2AF56F005A6119 /* UIProgressViewRecorder.swift */; }; |
1150 | 1150 | 96E414162C2AF5C1005A6119 /* UIProgressViewRecorderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96E414152C2AF5C1005A6119 /* UIProgressViewRecorderTests.swift */; }; |
| 1151 | + 96E746A72F30E317006B3419 /* AttributeEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96E746A62F30E317006B3419 /* AttributeEncoding.swift */; }; |
| 1152 | + 96E746A82F30E317006B3419 /* AttributeEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96E746A62F30E317006B3419 /* AttributeEncoding.swift */; }; |
| 1153 | + 96E746AA2F30E535006B3419 /* AttributeEncodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96E746A92F30E535006B3419 /* AttributeEncodingTests.swift */; }; |
| 1154 | + 96E746AB2F30E535006B3419 /* AttributeEncodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96E746A92F30E535006B3419 /* AttributeEncodingTests.swift */; }; |
1151 | 1155 | 96E863722C9C547B0023BF78 /* SessionReplayOverrideTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96E863712C9C547B0023BF78 /* SessionReplayOverrideTests.swift */; }; |
1152 | 1156 | 96F25A822CC7EA4400459567 /* SessionReplayPrivacyOverrides+objc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F25A802CC7EA4300459567 /* SessionReplayPrivacyOverrides+objc.swift */; }; |
1153 | 1157 | 96F25A832CC7EA4400459567 /* UIView+SessionReplayPrivacyOverrides+objc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F25A812CC7EA4300459567 /* UIView+SessionReplayPrivacyOverrides+objc.swift */; }; |
|
3512 | 3516 | 96D331EC2CFF740700649EE8 /* GraphicImagePrivacyTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GraphicImagePrivacyTests.swift; sourceTree = "<group>"; }; |
3513 | 3517 | 96E414132C2AF56F005A6119 /* UIProgressViewRecorder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIProgressViewRecorder.swift; sourceTree = "<group>"; }; |
3514 | 3518 | 96E414152C2AF5C1005A6119 /* UIProgressViewRecorderTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIProgressViewRecorderTests.swift; sourceTree = "<group>"; }; |
| 3519 | + 96E746A62F30E317006B3419 /* AttributeEncoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttributeEncoding.swift; sourceTree = "<group>"; }; |
| 3520 | + 96E746A92F30E535006B3419 /* AttributeEncodingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttributeEncodingTests.swift; sourceTree = "<group>"; }; |
3515 | 3521 | 96E863712C9C547B0023BF78 /* SessionReplayOverrideTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SessionReplayOverrideTests.swift; sourceTree = "<group>"; }; |
3516 | 3522 | 96E863752C9C7E800023BF78 /* DDSessionReplayOverridesTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DDSessionReplayOverridesTests.swift; sourceTree = "<group>"; }; |
3517 | 3523 | 96F25A802CC7EA4300459567 /* SessionReplayPrivacyOverrides+objc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "SessionReplayPrivacyOverrides+objc.swift"; sourceTree = "<group>"; }; |
|
7147 | 7153 | children = ( |
7148 | 7154 | D23039CB298D5235001A1FA3 /* Attributes.swift */, |
7149 | 7155 | D23039CC298D5235001A1FA3 /* AttributesSanitizer.swift */, |
| 7156 | + 96E746A62F30E317006B3419 /* AttributeEncoding.swift */, |
7150 | 7157 | ); |
7151 | 7158 | path = Attributes; |
7152 | 7159 | sourceTree = "<group>"; |
|
7615 | 7622 | D2D748342DC223EE00C61353 /* Trace */ = { |
7616 | 7623 | isa = PBXGroup; |
7617 | 7624 | children = ( |
7618 | | - D2C179E02DD2388800556F68 /* TraceCoreContext.swift */, |
7619 | | - D2D748382DC2306100C61353 /* TraceID.swift */, |
7620 | 7625 | 09A9369A2F0EB989000B6379 /* SamplingMechanismType.swift */, |
7621 | 7626 | 09A9369B2F0EB989000B6379 /* SamplingPriority.swift */, |
7622 | 7627 | 09A9369C2F0EB989000B6379 /* SpanContext.swift */, |
7623 | | - D2C179E02DD2388800556F68 /* SpanCoreContext.swift */, |
| 7628 | + D2C179E02DD2388800556F68 /* TraceCoreContext.swift */, |
7624 | 7629 | D2D748392DC2306100C61353 /* SpanID.swift */, |
7625 | 7630 | D2D748382DC2306100C61353 /* TraceID.swift */, |
7626 | 7631 | ); |
|
7630 | 7635 | D2DA238B298D588A00C6C7E6 /* DatadogInternalTests */ = { |
7631 | 7636 | isa = PBXGroup; |
7632 | 7637 | children = ( |
| 7638 | + 96E746A92F30E535006B3419 /* AttributeEncodingTests.swift */, |
7633 | 7639 | D26416B52A30E84F00BCD9F7 /* CoreRegistryTest.swift */, |
7634 | 7640 | D2D36DCA2AC6DCCA0021F28A /* DatadogCoreProtocolTests.swift */, |
7635 | 7641 | D2DA2397298D58F300C6C7E6 /* Codable */, |
|
10307 | 10313 | 960A0D3C2D6E2490004BB999 /* CustomDump.swift in Sources */, |
10308 | 10314 | 960A0D3D2D6E2490004BB999 /* ReflectionMirror.swift in Sources */, |
10309 | 10315 | D2BEEDB52B3360820065F3AC /* URLSessionSwizzler.swift in Sources */, |
| 10316 | + 96E746A82F30E317006B3419 /* AttributeEncoding.swift in Sources */, |
10310 | 10317 | D2EBEE2129BA160F00B15732 /* W3CHTTPHeaders.swift in Sources */, |
10311 | 10318 | 6167E6F62B81E94C00C3CA2D /* DDThread.swift in Sources */, |
10312 | 10319 | D2BEEDAC2B3356710065F3AC /* URLSessionTaskSwizzler.swift in Sources */, |
|
11506 | 11513 | D2DA2358298D57AA00C6C7E6 /* CoreLogger.swift in Sources */, |
11507 | 11514 | D2160CA329C0DE5700FAA9A5 /* NetworkInstrumentationFeature.swift in Sources */, |
11508 | 11515 | D2EBEE2D29BA161100B15732 /* HTTPHeadersReader.swift in Sources */, |
| 11516 | + 96E746A72F30E317006B3419 /* AttributeEncoding.swift in Sources */, |
11509 | 11517 | D24EC3DA2DD1F117007A7E8F /* SessionReplayCoreContext.swift in Sources */, |
11510 | 11518 | E2AA55E82C32C6D9002FEF28 /* ApplicationNotifications.swift in Sources */, |
11511 | 11519 | D22789362D64A0D7007E9DB0 /* UploadQualityMetric.swift in Sources */, |
|
11680 | 11688 | 3CCECDB22BC68A0A0013C125 /* SpanIDTests.swift in Sources */, |
11681 | 11689 | D2181A8E2B051B7900A518C0 /* URLSessionSwizzlerTests.swift in Sources */, |
11682 | 11690 | D2A783DA29A530EF003B03BB /* SwiftExtensionsTests.swift in Sources */, |
| 11691 | + 96E746AA2F30E535006B3419 /* AttributeEncodingTests.swift in Sources */, |
11683 | 11692 | D2D36DCB2AC6DCCA0021F28A /* DatadogCoreProtocolTests.swift in Sources */, |
11684 | 11693 | D2160CD429C0DF6700FAA9A5 /* NetworkInstrumentationFeatureTests.swift in Sources */, |
11685 | 11694 | D263BCB629DB014900FA0E21 /* TimeInterval+ConvenienceTests.swift in Sources */, |
|
11694 | 11703 | buildActionMask = 2147483647; |
11695 | 11704 | files = ( |
11696 | 11705 | D2BEEDB02B335C400065F3AC /* URLSessionTaskSwizzlerTests.swift in Sources */, |
| 11706 | + 96E746AB2F30E535006B3419 /* AttributeEncodingTests.swift in Sources */, |
11697 | 11707 | D26416B72A30E84F00BCD9F7 /* CoreRegistryTest.swift in Sources */, |
11698 | 11708 | 61F3E3672BC595F600C7881E /* HTTPHeadersReaderTests.swift in Sources */, |
11699 | 11709 | D2EBEE4029BA163F00B15732 /* B3HTTPHeadersWriterTests.swift in Sources */, |
|
0 commit comments