|
874 | 874 | D867063F27C3BC2400048851 /* SentryCoreDataTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = D867063C27C3BC2400048851 /* SentryCoreDataTracker.h */; }; |
875 | 875 | D86B6835294348A400B8B1FC /* SentryAttachment+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D86B6834294348A400B8B1FC /* SentryAttachment+Private.h */; }; |
876 | 876 | D86F419827C8FEFA00490520 /* SentryCoreDataTrackerExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = D86F419727C8FEFA00490520 /* SentryCoreDataTrackerExtension.swift */; }; |
| 877 | + D8709AC42D3E9C63006C491E /* SentryReplayMaskPreview.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8709AC32D3E9C5C006C491E /* SentryReplayMaskPreview.swift */; }; |
| 878 | + D8709ACB2D3F848E006C491E /* SentryReplayMaskPreviewUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8709ACA2D3F8480006C491E /* SentryReplayMaskPreviewUIView.swift */; }; |
| 879 | + D8709ACD2D3F84CF006C491E /* PreviewRedactOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8709ACC2D3F84C9006C491E /* PreviewRedactOptions.swift */; }; |
877 | 880 | D8739CF32BECF70F007D2F66 /* SentryLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8739CF22BECF70F007D2F66 /* SentryLevel.swift */; }; |
878 | 881 | D8739CF92BECFFB5007D2F66 /* SentryTransactionNameSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8739CF82BECFFB5007D2F66 /* SentryTransactionNameSource.swift */; }; |
879 | 882 | D8739D142BEE5049007D2F66 /* SentryRRWebSpanEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8739D132BEE5049007D2F66 /* SentryRRWebSpanEvent.swift */; }; |
|
1985 | 1988 | D86B6820293F39E000B8B1FC /* TestSentryViewHierarchy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TestSentryViewHierarchy.h; sourceTree = "<group>"; }; |
1986 | 1989 | D86B6834294348A400B8B1FC /* SentryAttachment+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryAttachment+Private.h"; path = "include/SentryAttachment+Private.h"; sourceTree = "<group>"; }; |
1987 | 1990 | D86F419727C8FEFA00490520 /* SentryCoreDataTrackerExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryCoreDataTrackerExtension.swift; sourceTree = "<group>"; }; |
| 1991 | + D8709AC32D3E9C5C006C491E /* SentryReplayMaskPreview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryReplayMaskPreview.swift; sourceTree = "<group>"; }; |
| 1992 | + D8709ACA2D3F8480006C491E /* SentryReplayMaskPreviewUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryReplayMaskPreviewUIView.swift; sourceTree = "<group>"; }; |
| 1993 | + D8709ACC2D3F84C9006C491E /* PreviewRedactOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviewRedactOptions.swift; sourceTree = "<group>"; }; |
1988 | 1994 | D8739CF22BECF70F007D2F66 /* SentryLevel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLevel.swift; sourceTree = "<group>"; }; |
1989 | 1995 | D8739CF82BECFFB5007D2F66 /* SentryTransactionNameSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryTransactionNameSource.swift; sourceTree = "<group>"; }; |
1990 | 1996 | D8739D132BEE5049007D2F66 /* SentryRRWebSpanEvent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryRRWebSpanEvent.swift; sourceTree = "<group>"; }; |
|
3779 | 3785 | isa = PBXGroup; |
3780 | 3786 | children = ( |
3781 | 3787 | D8199DB429376ECC0074249E /* SentryInternal */, |
| 3788 | + D8709AC92D3F83A6006C491E /* Preview */, |
3782 | 3789 | D8199DB529376ECC0074249E /* SentrySwiftUI.h */, |
3783 | 3790 | D88D25E92B8E0BAC0073C3D5 /* module.modulemap */, |
3784 | 3791 | D8199DB629376ECC0074249E /* SentryTracedView.swift */, |
|
3876 | 3883 | name = CoreData; |
3877 | 3884 | sourceTree = "<group>"; |
3878 | 3885 | }; |
| 3886 | + D8709AC92D3F83A6006C491E /* Preview */ = { |
| 3887 | + isa = PBXGroup; |
| 3888 | + children = ( |
| 3889 | + D8709ACA2D3F8480006C491E /* SentryReplayMaskPreviewUIView.swift */, |
| 3890 | + D8709AC32D3E9C5C006C491E /* SentryReplayMaskPreview.swift */, |
| 3891 | + D8709ACC2D3F84C9006C491E /* PreviewRedactOptions.swift */, |
| 3892 | + ); |
| 3893 | + path = Preview; |
| 3894 | + sourceTree = "<group>"; |
| 3895 | + }; |
3879 | 3896 | D8739CF62BECFF86007D2F66 /* Log */ = { |
3880 | 3897 | isa = PBXGroup; |
3881 | 3898 | children = ( |
|
5323 | 5340 | isa = PBXSourcesBuildPhase; |
5324 | 5341 | buildActionMask = 2147483647; |
5325 | 5342 | files = ( |
| 5343 | + D8709AC42D3E9C63006C491E /* SentryReplayMaskPreview.swift in Sources */, |
5326 | 5344 | D8199DC129376EEC0074249E /* SentryTracedView.swift in Sources */, |
| 5345 | + D8709ACD2D3F84CF006C491E /* PreviewRedactOptions.swift in Sources */, |
| 5346 | + D8709ACB2D3F848E006C491E /* SentryReplayMaskPreviewUIView.swift in Sources */, |
5327 | 5347 | D48E8B9D2D3E82AC0032E35E /* SentrySpanOperation.swift in Sources */, |
5328 | 5348 | D8199DBF29376EE20074249E /* SentryInternal.m in Sources */, |
5329 | 5349 | D48E8B8B2D3E79610032E35E /* SentryTraceOrigin.swift in Sources */, |
|
0 commit comments