Skip to content

Commit c63c7eb

Browse files
committed
Cleanup
1 parent 60066bd commit c63c7eb

10 files changed

+202
-399
lines changed

Sentry.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
0A2D8D8728992260008720F6 /* SentryBaseIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A2D8D8628992260008720F6 /* SentryBaseIntegrationTests.swift */; };
3636
0A2D8D9628997845008720F6 /* NSLocale+Sentry.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A2D8D9428997845008720F6 /* NSLocale+Sentry.m */; };
3737
0A2D8D9828997887008720F6 /* NSLocale+Sentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A2D8D9728997887008720F6 /* NSLocale+Sentry.h */; };
38-
0A2D8DA8289BC905008720F6 /* SentryViewHierarchyProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A2D8DA6289BC905008720F6 /* SentryViewHierarchyProvider.h */; };
39-
0A2D8DA9289BC905008720F6 /* SentryViewHierarchyProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A2D8DA7289BC905008720F6 /* SentryViewHierarchyProvider.m */; };
38+
0A2D8DA8289BC905008720F6 /* SentryViewHierarchyProviderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A2D8DA6289BC905008720F6 /* SentryViewHierarchyProviderHelper.h */; };
39+
0A2D8DA9289BC905008720F6 /* SentryViewHierarchyProviderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A2D8DA7289BC905008720F6 /* SentryViewHierarchyProviderHelper.m */; };
4040
0A5370A128A3EC2400B2DCDE /* SentryViewHierarchyProviderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A5370A028A3EC2400B2DCDE /* SentryViewHierarchyProviderTests.swift */; };
4141
0A56DA5F28ABA01B00C400D5 /* SentryTransactionContext+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A56DA5E28ABA01B00C400D5 /* SentryTransactionContext+Private.h */; };
4242
0A80E433291017C300095219 /* SentryWatchdogTerminationScopeObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A80E432291017C300095219 /* SentryWatchdogTerminationScopeObserver.m */; };
@@ -1275,8 +1275,8 @@
12751275
0A2D8D8628992260008720F6 /* SentryBaseIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryBaseIntegrationTests.swift; sourceTree = "<group>"; };
12761276
0A2D8D9428997845008720F6 /* NSLocale+Sentry.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSLocale+Sentry.m"; sourceTree = "<group>"; };
12771277
0A2D8D9728997887008720F6 /* NSLocale+Sentry.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "NSLocale+Sentry.h"; path = "include/NSLocale+Sentry.h"; sourceTree = "<group>"; };
1278-
0A2D8DA6289BC905008720F6 /* SentryViewHierarchyProvider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryViewHierarchyProvider.h; path = include/SentryViewHierarchyProvider.h; sourceTree = "<group>"; };
1279-
0A2D8DA7289BC905008720F6 /* SentryViewHierarchyProvider.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryViewHierarchyProvider.m; sourceTree = "<group>"; };
1278+
0A2D8DA6289BC905008720F6 /* SentryViewHierarchyProviderHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryViewHierarchyProviderHelper.h; path = include/SentryViewHierarchyProviderHelper.h; sourceTree = "<group>"; };
1279+
0A2D8DA7289BC905008720F6 /* SentryViewHierarchyProviderHelper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryViewHierarchyProviderHelper.m; sourceTree = "<group>"; };
12801280
0A5370A028A3EC2400B2DCDE /* SentryViewHierarchyProviderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryViewHierarchyProviderTests.swift; sourceTree = "<group>"; };
12811281
0A56DA5E28ABA01B00C400D5 /* SentryTransactionContext+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryTransactionContext+Private.h"; path = "include/SentryTransactionContext+Private.h"; sourceTree = "<group>"; };
12821282
0A80E432291017C300095219 /* SentryWatchdogTerminationScopeObserver.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryWatchdogTerminationScopeObserver.m; sourceTree = "<group>"; };
@@ -4143,8 +4143,8 @@
41434143
children = (
41444144
D8F6A24A2885515B00320515 /* SentryPredicateDescriptor.h */,
41454145
D8F6A2452885512100320515 /* SentryPredicateDescriptor.m */,
4146-
0A2D8DA6289BC905008720F6 /* SentryViewHierarchyProvider.h */,
4147-
0A2D8DA7289BC905008720F6 /* SentryViewHierarchyProvider.m */,
4146+
0A2D8DA6289BC905008720F6 /* SentryViewHierarchyProviderHelper.h */,
4147+
0A2D8DA7289BC905008720F6 /* SentryViewHierarchyProviderHelper.m */,
41484148
D83D07992B7F9D1C00CC9674 /* SentryMsgPackSerializer.h */,
41494149
D83D079A2B7F9D1C00CC9674 /* SentryMsgPackSerializer.m */,
41504150
D43A2A0F2DD47FB700114724 /* SentryWeakMap.h */,
@@ -4943,7 +4943,7 @@
49434943
84354E1129BF944900CDBB8B /* SentryProfileTimeseries.h in Headers */,
49444944
D8ACE3CD2762187D00F5A213 /* SentryNSDataSwizzling.h in Headers */,
49454945
7B08A3452924CF6C0059603A /* SentryMetricKitIntegration.h in Headers */,
4946-
0A2D8DA8289BC905008720F6 /* SentryViewHierarchyProvider.h in Headers */,
4946+
0A2D8DA8289BC905008720F6 /* SentryViewHierarchyProviderHelper.h in Headers */,
49474947
8EAE980C261E9F530073B6B3 /* SentryUIViewControllerPerformanceTracker.h in Headers */,
49484948
63FE717D20DA4C1100CDBAE8 /* SentryCrashCachedData.h in Headers */,
49494949
03BCC38A27E1BF49003232C7 /* SentryTime.h in Headers */,
@@ -5896,7 +5896,7 @@
58965896
7BA61CBB247BC5D800C130A8 /* SentryCrashDefaultBinaryImageProvider.m in Sources */,
58975897
63FE713120DA4C1100CDBAE8 /* SentryCrashDynamicLinker.c in Sources */,
58985898
03F84D3527DD4191008FE43F /* SentryThreadHandle.cpp in Sources */,
5899-
0A2D8DA9289BC905008720F6 /* SentryViewHierarchyProvider.m in Sources */,
5899+
0A2D8DA9289BC905008720F6 /* SentryViewHierarchyProviderHelper.m in Sources */,
59005900
D84D2CDD2C2BF7370011AF8A /* SentryReplayEvent.swift in Sources */,
59015901
D8BC28CC2BFF78220054DA4D /* SentryRRWebTouchEvent.swift in Sources */,
59025902
D452FC592DDB4B1700AFF56F /* SentryWatchdogTerminationBreadcrumbProcessor.m in Sources */,

Sources/Sentry/PrivateSentrySDKOnly.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#import "SentrySessionReplayIntegration+Private.h"
1818
#import "SentrySwift.h"
1919
#import "SentryUser+Private.h"
20-
#import "SentryViewHierarchyProvider.h"
2120
#import <SentryBreadcrumb.h>
2221
#import <SentryDependencyContainer.h>
2322
#import <SentryFramesTracker.h>

Sources/Sentry/SentryDependencyContainer.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
#if SENTRY_HAS_UIKIT
3838
# import "SentryANRTrackerV2.h"
3939
# import "SentryFramesTracker.h"
40-
# import <SentryViewHierarchyProvider.h>
4140
# import <SentryWatchdogTerminationBreadcrumbProcessor.h>
4241
#endif // SENTRY_HAS_UIKIT
4342

Sources/Sentry/SentryViewHierarchyIntegration.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
# import "SentryOptions.h"
1111
# import "SentrySDK+Private.h"
1212
# import "SentrySwift.h"
13-
# import "SentryViewHierarchyProvider.h"
1413
# if SENTRY_HAS_METRIC_KIT
1514
# import "SentryMetricKitIntegration.h"
1615
# endif // SENTRY_HAS_METRIC_KIT

Sources/Sentry/SentryViewHierarchyProvider.m

Lines changed: 0 additions & 179 deletions
This file was deleted.

0 commit comments

Comments
 (0)