Skip to content

Commit e8f9a1d

Browse files
test: Remove duplicate bridging headers (#6144)
Merge two lists of the bridging headers and remove duplicates.
1 parent 52603c5 commit e8f9a1d

File tree

1 file changed

+17
-29
lines changed

1 file changed

+17
-29
lines changed

Tests/SentryTests/SentryTests-Bridging-Header.h

Lines changed: 17 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
# import "SentryReachability.h"
33
#endif // !TARGET_OS_WATCH
44

5-
#import "SentryDefines.h"
6-
#import "SentryProfilingConditionals.h"
7-
85
#if SENTRY_HAS_METRIC_KIT
96
# import "SentryMetricKitIntegration.h"
107
#endif // SENTRY_HAS_METRIC_KIT
@@ -38,6 +35,10 @@
3835
# import "SentryTraceProfiler+Test.h"
3936
#endif // SENTRY_TARGET_PROFILING_SUPPORTED
4037

38+
@import _SentryPrivate;
39+
40+
#import "Helper/ExceptionCatcher.h"
41+
#import "NSData+Unzip.h"
4142
#import "NSLocale+Sentry.h"
4243
#import "NSMutableDictionary+Sentry.h"
4344
#import "PrivateSentrySDKOnly.h"
@@ -67,27 +68,33 @@
6768
#import "SentryCoreDataSwizzling.h"
6869
#import "SentryCoreDataTracker+Test.h"
6970
#import "SentryCoreDataTrackingIntegration.h"
71+
#import "SentryCrash+Test.h"
7072
#import "SentryCrashBinaryImageCache.h"
7173
#import "SentryCrashBinaryImageProvider.h"
7274
#import "SentryCrashC.h"
75+
#import "SentryCrashCachedData.h"
7376
#import "SentryCrashCxaThrowSwapper.h"
7477
#import "SentryCrashDebug.h"
7578
#import "SentryCrashDefaultBinaryImageProvider.h"
7679
#import "SentryCrashDefaultMachineContextWrapper.h"
7780
#import "SentryCrashDoctor.h"
81+
#import "SentryCrashInstallation+Private.h"
7882
#import "SentryCrashInstallationReporter.h"
7983
#import "SentryCrashIntegration+TestInit.h"
8084
#import "SentryCrashIntegration.h"
8185
#import "SentryCrashJSONCodecObjC.h"
8286
#import "SentryCrashMachineContext.h"
87+
#import "SentryCrashMachineContext_Apple.h"
8388
#import "SentryCrashMonitor.h"
8489
#import "SentryCrashMonitorContext.h"
8590
#import "SentryCrashMonitor_AppState.h"
91+
#import "SentryCrashMonitor_MachException.h"
8692
#import "SentryCrashMonitor_System.h"
8793
#import "SentryCrashReport.h"
8894
#import "SentryCrashReportSink.h"
8995
#import "SentryCrashReportStore.h"
9096
#import "SentryCrashScopeObserver.h"
97+
#import "SentryCrashStackCursor_Backtrace.h"
9198
#import "SentryCrashStackCursor_SelfThread.h"
9299
#import "SentryCrashStackEntryMapper.h"
93100
#import "SentryCrashUUIDConversion.h"
@@ -100,6 +107,7 @@
100107
#import "SentryDebugImageProvider+TestInit.h"
101108
#import "SentryDebugMeta.h"
102109
#import "SentryDefaultRateLimits.h"
110+
#import "SentryDefines.h"
103111
#import "SentryDependencyContainer.h"
104112
#import "SentryDiscardReason.h"
105113
#import "SentryDiscardReasonMapper.h"
@@ -152,6 +160,7 @@
152160
#import "SentryPerformanceTracker.h"
153161
#import "SentryPerformanceTrackingIntegration.h"
154162
#import "SentryPredicateDescriptor.h"
163+
#import "SentryProfilingConditionals.h"
155164
#import "SentryPropagationContext.h"
156165
#import "SentryQueueableRequestManager.h"
157166
#import "SentryRateLimitParser.h"
@@ -166,23 +175,8 @@
166175
#import "SentryScopeSyncC.h"
167176
#import "SentryScreenFrames.h"
168177
#import "SentryScreenshotIntegration.h"
169-
#import "SentrySwift.h"
170-
#import "SentrySwiftAsyncIntegration.h"
171-
#import "SentryUncaughtNSExceptions.h"
172-
#import "SentryWatchdogTerminationBreadcrumbProcessor.h"
173-
#import "SentryWeakMap.h"
174-
175-
#import "NSData+Unzip.h"
176-
#import "Sentry/Sentry-Swift.h"
177-
#import "SentryCrashBinaryImageCache.h"
178-
#import "SentryDispatchFactory.h"
179-
#import "SentryDispatchSourceWrapper.h"
180-
#import "SentryEnvelopeAttachmentHeader.h"
181-
#import "SentryExtraContextProvider.h"
182-
#import "SentryPerformanceTracker+Testing.h"
183-
#import "SentryPropagationContext.h"
184-
#import "SentrySampleDecision+Private.h"
185178
#import "SentrySerialization.h"
179+
#import "SentrySessionReplaySyncC.h"
186180
#import "SentrySessionTracker.h"
187181
#import "SentrySpan.h"
188182
#import "SentrySpanDataKey.h"
@@ -214,24 +208,18 @@
214208
#import "SentryTransport.h"
215209
#import "SentryTransportAdapter.h"
216210
#import "SentryTransportFactory.h"
211+
#import "SentryUncaughtNSExceptions.h"
212+
#import "SentryUseNSExceptionCallstackWrapper.h"
217213
#import "SentryViewHierarchyIntegration.h"
218214
#import "SentryViewHierarchyProvider.h"
215+
#import "SentryWatchdogTerminationBreadcrumbProcessor.h"
219216
#import "SentryWatchdogTerminationLogic.h"
220217
#import "SentryWatchdogTerminationScopeObserver.h"
221218
#import "SentryWatchdogTerminationTracker.h"
222219
#import "SentryWatchdogTerminationTrackingIntegration.h"
220+
#import "SentryWeakMap.h"
223221
#import "TestNSURLRequestBuilder.h"
224222
#import "TestSentryCrashWrapper.h"
225223
#import "TestSentrySpan.h"
226224
#import "TestSentryViewHierarchyProvider.h"
227225
#import "URLSessionTaskMock.h"
228-
@import _SentryPrivate;
229-
#import "Helper/ExceptionCatcher.h"
230-
#import "SentryCrash+Test.h"
231-
#import "SentryCrashCachedData.h"
232-
#import "SentryCrashInstallation+Private.h"
233-
#import "SentryCrashMachineContext_Apple.h"
234-
#import "SentryCrashMonitor_MachException.h"
235-
#import "SentryCrashStackCursor_Backtrace.h"
236-
#import "SentrySessionReplaySyncC.h"
237-
#import "SentryUseNSExceptionCallstackWrapper.h"

0 commit comments

Comments
 (0)