|
365 | 365 | 7B2A70D827D5F080008B0D15 /* SentryANRTrackerV1Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B2A70D727D5F07F008B0D15 /* SentryANRTrackerV1Tests.swift */; }; |
366 | 366 | 7B2A70DF27D60904008B0D15 /* SentryTestThreadWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B2A70DE27D60904008B0D15 /* SentryTestThreadWrapper.swift */; }; |
367 | 367 | 7B2BB0032966F55900A1E102 /* SentryOptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B2BB0012966F55900A1E102 /* SentryOptionsInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
368 | | - 7B30B67C26527886006B2752 /* SentryDisplayLinkWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B30B67B26527886006B2752 /* SentryDisplayLinkWrapper.h */; }; |
369 | | - 7B30B67E26527894006B2752 /* SentryDisplayLinkWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B30B67D26527894006B2752 /* SentryDisplayLinkWrapper.m */; }; |
370 | 368 | 7B30B68026527C3C006B2752 /* SentryFramesTrackerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B30B67F26527C3C006B2752 /* SentryFramesTrackerTests.swift */; }; |
371 | 369 | 7B31C291277B04A000337126 /* SentryCrashPlatformSpecificDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B31C290277B04A000337126 /* SentryCrashPlatformSpecificDefines.h */; }; |
372 | 370 | 7B3398632459C14000BD9C96 /* SentryEnvelopeRateLimit.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B3398622459C14000BD9C96 /* SentryEnvelopeRateLimit.h */; }; |
|
1115 | 1113 | FAE579BA2E7DBE9900B710F9 /* SentryGlobalEventProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE579B42E7DBE9400B710F9 /* SentryGlobalEventProcessor.swift */; }; |
1116 | 1114 | FAE579C22E7DDDE700B710F9 /* SentryThreadWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE579BC2E7DDDE400B710F9 /* SentryThreadWrapper.swift */; }; |
1117 | 1115 | FAE579CC2E7DE14900B710F9 /* SentryFrameRemover.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE579C62E7DE14400B710F9 /* SentryFrameRemover.swift */; }; |
| 1116 | + FAE57BF72E83049E00B710F9 /* SentryDisplayLinkWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE57BF12E83049900B710F9 /* SentryDisplayLinkWrapper.swift */; }; |
1118 | 1117 | FAE80C242E4695B40010A595 /* SentryEvent+Serialize.h in Headers */ = {isa = PBXBuildFile; fileRef = FAE80C232E4695AE0010A595 /* SentryEvent+Serialize.h */; }; |
1119 | 1118 | FAEC270E2DF3526000878871 /* SentryUserFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEC270D2DF3526000878871 /* SentryUserFeedback.swift */; }; |
1120 | 1119 | FAEC273D2DF3933A00878871 /* NSData+Unzip.m in Sources */ = {isa = PBXBuildFile; fileRef = FAEC273C2DF3933200878871 /* NSData+Unzip.m */; }; |
|
1616 | 1615 | 7B2A70D727D5F07F008B0D15 /* SentryANRTrackerV1Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryANRTrackerV1Tests.swift; sourceTree = "<group>"; }; |
1617 | 1616 | 7B2A70DE27D60904008B0D15 /* SentryTestThreadWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryTestThreadWrapper.swift; sourceTree = "<group>"; }; |
1618 | 1617 | 7B2BB0012966F55900A1E102 /* SentryOptionsInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryOptionsInternal.h; path = include/HybridPublic/SentryOptionsInternal.h; sourceTree = "<group>"; }; |
1619 | | - 7B30B67B26527886006B2752 /* SentryDisplayLinkWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryDisplayLinkWrapper.h; path = include/SentryDisplayLinkWrapper.h; sourceTree = "<group>"; }; |
1620 | | - 7B30B67D26527894006B2752 /* SentryDisplayLinkWrapper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = SentryDisplayLinkWrapper.m; path = include/SentryDisplayLinkWrapper.m; sourceTree = "<group>"; }; |
1621 | 1618 | 7B30B67F26527C3C006B2752 /* SentryFramesTrackerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryFramesTrackerTests.swift; sourceTree = "<group>"; }; |
1622 | 1619 | 7B30B68126527C55006B2752 /* TestDisplayLinkWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestDisplayLinkWrapper.swift; sourceTree = "<group>"; }; |
1623 | 1620 | 7B30B6882653AEA8006B2752 /* SentryFramesTracker+TestInit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentryFramesTracker+TestInit.h"; sourceTree = "<group>"; }; |
|
2460 | 2457 | FAE579B42E7DBE9400B710F9 /* SentryGlobalEventProcessor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryGlobalEventProcessor.swift; sourceTree = "<group>"; }; |
2461 | 2458 | FAE579BC2E7DDDE400B710F9 /* SentryThreadWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryThreadWrapper.swift; sourceTree = "<group>"; }; |
2462 | 2459 | FAE579C62E7DE14400B710F9 /* SentryFrameRemover.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryFrameRemover.swift; sourceTree = "<group>"; }; |
| 2460 | + FAE57BF12E83049900B710F9 /* SentryDisplayLinkWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryDisplayLinkWrapper.swift; sourceTree = "<group>"; }; |
2463 | 2461 | FAE80C232E4695AE0010A595 /* SentryEvent+Serialize.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryEvent+Serialize.h"; path = "include/SentryEvent+Serialize.h"; sourceTree = "<group>"; }; |
2464 | 2462 | FAEC270D2DF3526000878871 /* SentryUserFeedback.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUserFeedback.swift; sourceTree = "<group>"; }; |
2465 | 2463 | FAEC273C2DF3933200878871 /* NSData+Unzip.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSData+Unzip.m"; sourceTree = "<group>"; }; |
|
3681 | 3679 | children = ( |
3682 | 3680 | 7B6C5ED9264E8D860010D138 /* SentryFramesTrackingIntegration.h */, |
3683 | 3681 | 7B6C5EDB264E8DA80010D138 /* SentryFramesTrackingIntegration.m */, |
3684 | | - 7B30B67B26527886006B2752 /* SentryDisplayLinkWrapper.h */, |
3685 | | - 7B30B67D26527894006B2752 /* SentryDisplayLinkWrapper.m */, |
3686 | 3682 | 7B6C5EDF264E8E050010D138 /* SentryFramesTracker.h */, |
3687 | 3683 | 7B6C5EDD264E8DF00010D138 /* SentryFramesTracker.m */, |
3688 | 3684 | 7B7A599426B692540060A676 /* SentryScreenFrames.h */, |
|
4519 | 4515 | D8739CF72BECFF92007D2F66 /* Performance */ = { |
4520 | 4516 | isa = PBXGroup; |
4521 | 4517 | children = ( |
| 4518 | + FAE57BF12E83049900B710F9 /* SentryDisplayLinkWrapper.swift */, |
4522 | 4519 | D468C0602D36699700964230 /* IO */, |
4523 | 4520 | ); |
4524 | 4521 | path = Performance; |
|
5104 | 5101 | D8370B6C273DF20F00F66E2D /* SentryNSURLSessionTaskSearch.h in Headers */, |
5105 | 5102 | 7B96572026830C9100C66E25 /* SentryScopeSyncC.h in Headers */, |
5106 | 5103 | 63FE70EB20DA4C1000CDBAE8 /* SentryCrashMonitor_MachException.h in Headers */, |
5107 | | - 7B30B67C26527886006B2752 /* SentryDisplayLinkWrapper.h in Headers */, |
5108 | 5104 | D456B4362D706BF2007068CB /* SentryTraceOrigin.h in Headers */, |
5109 | 5105 | FAE80C242E4695B40010A595 /* SentryEvent+Serialize.h in Headers */, |
5110 | 5106 | 7BD86ECF264A7C77005439DB /* SentryAppStartMeasurement.h in Headers */, |
|
5681 | 5677 | 8E564AEA267AF22600FE117D /* SentryNetworkTracker.m in Sources */, |
5682 | 5678 | 15360CED2433A15500112302 /* SentryInstallation.m in Sources */, |
5683 | 5679 | D8370B6A273DF1E900F66E2D /* SentryNSURLSessionTaskSearch.m in Sources */, |
5684 | | - 7B30B67E26527894006B2752 /* SentryDisplayLinkWrapper.m in Sources */, |
5685 | 5680 | 63FE711D20DA4C1000CDBAE8 /* SentryCrashCPU_arm64.c in Sources */, |
5686 | 5681 | 844EDC77294144DB00C86F34 /* SentrySystemWrapper.mm in Sources */, |
5687 | 5682 | D451ED5F2D92ECDE00C9BEA8 /* SentryReplayFrame.swift in Sources */, |
|
5861 | 5856 | 03F84D3227DD4191008FE43F /* SentryProfiler.mm in Sources */, |
5862 | 5857 | 635B3F391EBC6E2500A6176D /* SentryAsynchronousOperation.m in Sources */, |
5863 | 5858 | 63FE717520DA4C1100CDBAE8 /* SentryCrash.m in Sources */, |
| 5859 | + FAE57BF72E83049E00B710F9 /* SentryDisplayLinkWrapper.swift in Sources */, |
5864 | 5860 | D4CD2A802DE9F91900DA9F59 /* SentryRedactRegion.swift in Sources */, |
5865 | 5861 | D4CD2A812DE9F91900DA9F59 /* SentryRedactRegionType.swift in Sources */, |
5866 | 5862 | 6344DDB11EC308E400D9160D /* SentryCrashInstallationReporter.m in Sources */, |
|
0 commit comments