|
891 | 891 | D8B76B062808066D000A58C4 /* SentryScreenshotIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8B76B042808060E000A58C4 /* SentryScreenshotIntegrationTests.swift */; };
|
892 | 892 | D8B76B0828081461000A58C4 /* TestSentryScreenShot.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8B76B0728081461000A58C4 /* TestSentryScreenShot.swift */; };
|
893 | 893 | D8BBD32728FD9FC00011F850 /* SentrySwift.h in Headers */ = {isa = PBXBuildFile; fileRef = D8BBD32628FD9FBF0011F850 /* SentrySwift.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
| 894 | + D8BC28C82BFF5EBB0054DA4D /* SentryTouchTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8BC28C72BFF5EBB0054DA4D /* SentryTouchTracker.swift */; }; |
| 895 | + D8BC28CA2BFF68CA0054DA4D /* NumberExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8BC28C92BFF68CA0054DA4D /* NumberExtensions.swift */; }; |
| 896 | + D8BC28CC2BFF78220054DA4D /* SentryRRWebTouchEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8BC28CB2BFF78220054DA4D /* SentryRRWebTouchEvent.swift */; }; |
894 | 897 | D8BC28D62C00C6DF0054DA4D /* StringExtensionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8BC28D42C00C6D30054DA4D /* StringExtensionsTests.swift */; };
|
895 | 898 | D8BD2E6829361A0F00D96C6A /* PrivatesHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = D8BD2E67293619F600D96C6A /* PrivatesHeader.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
896 | 899 | D8BFE37229A3782F002E73F3 /* SentryTimeToDisplayTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = D8BFE37029A3782F002E73F3 /* SentryTimeToDisplayTracker.h */; };
|
|
912 | 915 | D8CB742E294B294B00A5F964 /* MockUIScene.m in Sources */ = {isa = PBXBuildFile; fileRef = D8CB742D294B294B00A5F964 /* MockUIScene.m */; };
|
913 | 916 | D8CCFC632A1520C900DE232E /* SentryBinaryImageCacheTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D8CCFC622A1520C900DE232E /* SentryBinaryImageCacheTests.m */; };
|
914 | 917 | D8CE69BC277E39C700C6EC5C /* SentryFileIOTrackingIntegrationObjCTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D8CE69BB277E39C700C6EC5C /* SentryFileIOTrackingIntegrationObjCTests.m */; };
|
| 918 | + D8DBE0CA2C0E093000FAB1FD /* SentryTouchTrackerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8DBE0C92C0E093000FAB1FD /* SentryTouchTrackerTests.swift */; }; |
915 | 919 | D8DBE0D22C0EFFC300FAB1FD /* SentryReplayOptionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8DBE0D12C0EFFC300FAB1FD /* SentryReplayOptionsTests.swift */; };
|
916 | 920 | D8F016B32B9622D6007B9AFB /* SentryId.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8F016B22B9622D6007B9AFB /* SentryId.swift */; };
|
917 | 921 | D8F016B62B962548007B9AFB /* StringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8F016B52B962548007B9AFB /* StringExtensions.swift */; };
|
|
1954 | 1958 | D8B76B042808060E000A58C4 /* SentryScreenshotIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryScreenshotIntegrationTests.swift; sourceTree = "<group>"; };
|
1955 | 1959 | D8B76B0728081461000A58C4 /* TestSentryScreenShot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSentryScreenShot.swift; sourceTree = "<group>"; };
|
1956 | 1960 | D8BBD32628FD9FBF0011F850 /* SentrySwift.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentrySwift.h; path = include/SentrySwift.h; sourceTree = "<group>"; };
|
| 1961 | + D8BC28C72BFF5EBB0054DA4D /* SentryTouchTracker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryTouchTracker.swift; sourceTree = "<group>"; }; |
| 1962 | + D8BC28C92BFF68CA0054DA4D /* NumberExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NumberExtensions.swift; sourceTree = "<group>"; }; |
| 1963 | + D8BC28CB2BFF78220054DA4D /* SentryRRWebTouchEvent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryRRWebTouchEvent.swift; sourceTree = "<group>"; }; |
1957 | 1964 | D8BC28D42C00C6D30054DA4D /* StringExtensionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringExtensionsTests.swift; sourceTree = "<group>"; };
|
1958 | 1965 | D8BC83BA2AFCF08C00A662B7 /* SentryUIApplication+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentryUIApplication+Private.h"; sourceTree = "<group>"; };
|
1959 | 1966 | D8BD2E27292D1F7300D96C6A /* SDK.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = SDK.xcconfig; sourceTree = "<group>"; };
|
|
1978 | 1985 | D8CB742D294B294B00A5F964 /* MockUIScene.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MockUIScene.m; sourceTree = "<group>"; };
|
1979 | 1986 | D8CCFC622A1520C900DE232E /* SentryBinaryImageCacheTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryBinaryImageCacheTests.m; sourceTree = "<group>"; };
|
1980 | 1987 | D8CE69BB277E39C700C6EC5C /* SentryFileIOTrackingIntegrationObjCTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryFileIOTrackingIntegrationObjCTests.m; sourceTree = "<group>"; };
|
| 1988 | + D8DBE0C92C0E093000FAB1FD /* SentryTouchTrackerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryTouchTrackerTests.swift; sourceTree = "<group>"; }; |
1981 | 1989 | D8DBE0D12C0EFFC300FAB1FD /* SentryReplayOptionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryReplayOptionsTests.swift; sourceTree = "<group>"; };
|
1982 | 1990 | D8F016B22B9622D6007B9AFB /* SentryId.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryId.swift; sourceTree = "<group>"; };
|
1983 | 1991 | D8F016B52B962548007B9AFB /* StringExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringExtensions.swift; sourceTree = "<group>"; };
|
|
3593 | 3601 | D861301B2BB5A267004C0F5E /* SentrySessionReplayTests.swift */,
|
3594 | 3602 | D8AFC0002BD252B900118BE1 /* SentryOnDemandReplayTests.swift */,
|
3595 | 3603 | D82DD1CC2BEEB1A0001AB556 /* SentryBreadcrumbReplayConverterTests.swift */,
|
| 3604 | + D8DBE0C92C0E093000FAB1FD /* SentryTouchTrackerTests.swift */, |
3596 | 3605 | D8DBE0D12C0EFFC300FAB1FD /* SentryReplayOptionsTests.swift */,
|
3597 | 3606 | );
|
3598 | 3607 | path = SessionReplay;
|
|
3632 | 3641 | D81988C62BEC18E20020E36C /* SentryRRWebVideoEvent.swift */,
|
3633 | 3642 | D8739D132BEE5049007D2F66 /* SentryRRWebSpanEvent.swift */,
|
3634 | 3643 | D81988C82BEC19200020E36C /* SentryRRWebBreadcrumbEvent.swift */,
|
| 3644 | + D8BC28CB2BFF78220054DA4D /* SentryRRWebTouchEvent.swift */, |
3635 | 3645 | );
|
3636 | 3646 | path = RRWeb;
|
3637 | 3647 | sourceTree = "<group>";
|
|
3864 | 3874 | D8AFC03C2BDA79BF00118BE1 /* SentryReplayVideoMaker.swift */,
|
3865 | 3875 | D8F67B1A2BE9728600C9197B /* SentryReplayBreadcrumbConverter.swift */,
|
3866 | 3876 | D81988BF2BEBFFF70020E36C /* SentryReplayRecording.swift */,
|
| 3877 | + D8BC28C72BFF5EBB0054DA4D /* SentryTouchTracker.swift */, |
3867 | 3878 | );
|
3868 | 3879 | path = SessionReplay;
|
3869 | 3880 | sourceTree = "<group>";
|
|
3892 | 3903 | children = (
|
3893 | 3904 | D8F016B52B962548007B9AFB /* StringExtensions.swift */,
|
3894 | 3905 | 62872B5E2BA1B7F300A4FA7D /* NSLock.swift */,
|
| 3906 | + D8BC28C92BFF68CA0054DA4D /* NumberExtensions.swift */, |
3895 | 3907 | );
|
3896 | 3908 | path = Extensions;
|
3897 | 3909 | sourceTree = "<group>";
|
|
4694 | 4706 | D80CD8D22B751447002F710B /* SentryMXManager.swift in Sources */,
|
4695 | 4707 | 03F84D3527DD4191008FE43F /* SentryThreadHandle.cpp in Sources */,
|
4696 | 4708 | 0A2D8DA9289BC905008720F6 /* SentryViewHierarchy.m in Sources */,
|
| 4709 | + D8BC28CC2BFF78220054DA4D /* SentryRRWebTouchEvent.swift in Sources */, |
4697 | 4710 | 8EA1ED0B2668F8C400E62B98 /* SentryUIViewControllerSwizzling.m in Sources */,
|
4698 | 4711 | 7B98D7CF25FB650F00C5A389 /* SentryWatchdogTerminationTrackingIntegration.m in Sources */,
|
4699 | 4712 | 8E5D38DD261D4A3E000D363D /* SentryPerformanceTrackingIntegration.m in Sources */,
|
|
4708 | 4721 | 63FE711920DA4C1000CDBAE8 /* SentryCrashMachineContext.c in Sources */,
|
4709 | 4722 | 63FE711B20DA4C1000CDBAE8 /* SentryCrashString.c in Sources */,
|
4710 | 4723 | 7B14089824878F950035403D /* SentryCrashStackEntryMapper.m in Sources */,
|
| 4724 | + D8BC28C82BFF5EBB0054DA4D /* SentryTouchTracker.swift in Sources */, |
4711 | 4725 | 63FE711720DA4C1000CDBAE8 /* SentryCrashStackCursor_Backtrace.c in Sources */,
|
4712 | 4726 | 63FE70CB20DA4C1000CDBAE8 /* SentryCrashReportFixer.c in Sources */,
|
4713 | 4727 | D8CAC0412BA0984500E38F34 /* SentryIntegrationProtocol.swift in Sources */,
|
|
4753 | 4767 | 0A2D8D5B289815C0008720F6 /* SentryBaseIntegration.m in Sources */,
|
4754 | 4768 | 62262B912BA1C520004DA3DD /* CounterMetric.swift in Sources */,
|
4755 | 4769 | 639FCF991EBC7B9700778193 /* SentryEvent.m in Sources */,
|
| 4770 | + D8BC28CA2BFF68CA0054DA4D /* NumberExtensions.swift in Sources */, |
4756 | 4771 | D820CDB72BB1895F00BA339D /* SentrySessionReplayIntegration.m in Sources */,
|
4757 | 4772 | 632F43521F581D5400A18A36 /* SentryCrashExceptionApplication.m in Sources */,
|
4758 | 4773 | 62A2F4422BA9AE12000C9FDD /* SetMetric.swift in Sources */,
|
|
4782 | 4797 | 63FE722420DA66EC00CDBAE8 /* SentryCrashMonitor_NSException_Tests.m in Sources */,
|
4783 | 4798 | 7B5AB65D27E48E5200F1D1BA /* TestThreadInspector.swift in Sources */,
|
4784 | 4799 | 7BF9EF742722A85B00B5BBEF /* SentryClassRegistrator.m in Sources */,
|
| 4800 | + D8DBE0CA2C0E093000FAB1FD /* SentryTouchTrackerTests.swift in Sources */, |
4785 | 4801 | D8F67AF42BE10F9600C9197B /* UIRedactBuilderTests.swift in Sources */,
|
4786 | 4802 | 63B819141EC352A7002FDF4C /* SentryInterfacesTests.m in Sources */,
|
4787 | 4803 | 62F05D2B2C0DB1F100916E3F /* SentryLogTestHelper.m in Sources */,
|
|
0 commit comments