|
48 | 48 | 0A9BF4E928A125390068D266 /* TestSentryViewHierarchyProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A9BF4E628A123270068D266 /* TestSentryViewHierarchyProvider.swift */; }; |
49 | 49 | 0A9BF4EB28A127120068D266 /* SentryViewHierarchyIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A9BF4EA28A127120068D266 /* SentryViewHierarchyIntegrationTests.swift */; }; |
50 | 50 | 0A9E917128DC7E7000FB4182 /* SentryInternalCDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A9E917028DC7E7000FB4182 /* SentryInternalCDefines.h */; }; |
51 | | - 0AAE201E28ED9B9400D0CD80 /* SentryReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AAE201D28ED9B9400D0CD80 /* SentryReachability.m */; }; |
52 | | - 0AAE202128ED9BCC00D0CD80 /* SentryReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AAE202028ED9BCC00D0CD80 /* SentryReachability.h */; }; |
53 | 51 | 0ADC33F128D9BE940078D980 /* TestSentryUIDeviceWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0ADC33EF28D9BE690078D980 /* TestSentryUIDeviceWrapper.swift */; }; |
54 | | - 0AE455AD28F584D2006680E5 /* SentryReachabilityTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AE455AC28F584D2006680E5 /* SentryReachabilityTests.m */; }; |
55 | 52 | 15360CCF2432777500112302 /* SentrySessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 15360CCE2432777400112302 /* SentrySessionTracker.m */; }; |
56 | 53 | 15360CD2243277A000112302 /* SentrySessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 15360CD12432779F00112302 /* SentrySessionTracker.h */; }; |
57 | 54 | 15360CD62432832400112302 /* SentryAutoSessionTrackingIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = 15360CD52432832400112302 /* SentryAutoSessionTrackingIntegration.m */; }; |
|
1004 | 1001 | F48F75712E5FA630009D4E7D /* SentryBinaryImageCacheCallbacks.m in Sources */ = {isa = PBXBuildFile; fileRef = F48F75702E5FA630009D4E7D /* SentryBinaryImageCacheCallbacks.m */; }; |
1005 | 1002 | F48F75732E5FA649009D4E7D /* SentryBinaryImageCacheCallbacks.h in Headers */ = {isa = PBXBuildFile; fileRef = F48F75722E5FA649009D4E7D /* SentryBinaryImageCacheCallbacks.h */; }; |
1006 | 1003 | F48F767C2E60B555009D4E7D /* SentryNSTimerFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48F767B2E60B555009D4E7D /* SentryNSTimerFactory.swift */; }; |
| 1004 | + F48F78692E61DE28009D4E7D /* SentryReachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48F78682E61DE28009D4E7D /* SentryReachability.swift */; }; |
1007 | 1005 | F49236EB2E5E4B2F00663673 /* SentryBinaryImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49236EA2E5E4B2F00663673 /* SentryBinaryImageCache.swift */; }; |
1008 | 1006 | F49D41982DEA27AF00D9244E /* SentryUseNSExceptionCallstackWrapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49D41972DEA27AF00D9244E /* SentryUseNSExceptionCallstackWrapperTests.swift */; }; |
1009 | 1007 | F49D419A2DEA2FB000D9244E /* SentryCrashExceptionApplicationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49D41992DEA2FB000D9244E /* SentryCrashExceptionApplicationTests.swift */; }; |
|
1283 | 1281 | 0A9BF4E628A123270068D266 /* TestSentryViewHierarchyProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSentryViewHierarchyProvider.swift; sourceTree = "<group>"; }; |
1284 | 1282 | 0A9BF4EA28A127120068D266 /* SentryViewHierarchyIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryViewHierarchyIntegrationTests.swift; sourceTree = "<group>"; }; |
1285 | 1283 | 0A9E917028DC7E7000FB4182 /* SentryInternalCDefines.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryInternalCDefines.h; path = include/SentryInternalCDefines.h; sourceTree = "<group>"; }; |
1286 | | - 0AAE201D28ED9B9400D0CD80 /* SentryReachability.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryReachability.m; sourceTree = "<group>"; }; |
1287 | | - 0AAE202028ED9BCC00D0CD80 /* SentryReachability.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryReachability.h; path = include/SentryReachability.h; sourceTree = "<group>"; }; |
1288 | 1284 | 0ADC33EF28D9BE690078D980 /* TestSentryUIDeviceWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSentryUIDeviceWrapper.swift; sourceTree = "<group>"; }; |
1289 | | - 0AE455AC28F584D2006680E5 /* SentryReachabilityTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryReachabilityTests.m; sourceTree = "<group>"; }; |
1290 | 1285 | 15360CCE2432777400112302 /* SentrySessionTracker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentrySessionTracker.m; sourceTree = "<group>"; }; |
1291 | 1286 | 15360CD12432779F00112302 /* SentrySessionTracker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentrySessionTracker.h; path = include/SentrySessionTracker.h; sourceTree = "<group>"; }; |
1292 | 1287 | 15360CD52432832400112302 /* SentryAutoSessionTrackingIntegration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryAutoSessionTrackingIntegration.m; sourceTree = "<group>"; }; |
|
2347 | 2342 | F48F75702E5FA630009D4E7D /* SentryBinaryImageCacheCallbacks.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryBinaryImageCacheCallbacks.m; sourceTree = "<group>"; }; |
2348 | 2343 | F48F75722E5FA649009D4E7D /* SentryBinaryImageCacheCallbacks.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryBinaryImageCacheCallbacks.h; path = ../../Sentry/include/SentryBinaryImageCacheCallbacks.h; sourceTree = "<group>"; }; |
2349 | 2344 | F48F767B2E60B555009D4E7D /* SentryNSTimerFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryNSTimerFactory.swift; sourceTree = "<group>"; }; |
| 2345 | + F48F78682E61DE28009D4E7D /* SentryReachability.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryReachability.swift; sourceTree = "<group>"; }; |
2350 | 2346 | F49236EA2E5E4B2F00663673 /* SentryBinaryImageCache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryBinaryImageCache.swift; sourceTree = "<group>"; }; |
2351 | 2347 | F49D41972DEA27AF00D9244E /* SentryUseNSExceptionCallstackWrapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUseNSExceptionCallstackWrapperTests.swift; sourceTree = "<group>"; }; |
2352 | 2348 | F49D41992DEA2FB000D9244E /* SentryCrashExceptionApplicationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryCrashExceptionApplicationTests.swift; sourceTree = "<group>"; }; |
|
2677 | 2673 | 638DC99F1EBC6B6400A66E41 /* SentryRequestOperation.m */, |
2678 | 2674 | 7BDB03B6251364F800BAE198 /* _SentryDispatchQueueWrapperInternal.h */, |
2679 | 2675 | 7BDB03BA2513652900BAE198 /* _SentryDispatchQueueWrapperInternal.m */, |
2680 | | - 0AAE202028ED9BCC00D0CD80 /* SentryReachability.h */, |
2681 | | - 0AAE201D28ED9B9400D0CD80 /* SentryReachability.m */, |
2682 | 2676 | ); |
2683 | 2677 | name = Networking; |
2684 | 2678 | sourceTree = "<group>"; |
|
3525 | 3519 | 7B01CE3C271993AB00B5AF31 /* SentryTransportFactoryTests.swift */, |
3526 | 3520 | 7B5CAF7C27F5AD0600ED0DB6 /* TestNSURLRequestBuilder.h */, |
3527 | 3521 | 7B5CAF7D27F5AD3500ED0DB6 /* TestNSURLRequestBuilder.m */, |
3528 | | - 0AE455AC28F584D2006680E5 /* SentryReachabilityTests.m */, |
3529 | 3522 | 629690522AD3E060000185FA /* SentryReachabilitySwiftTests.swift */, |
3530 | 3523 | 0A9415B928F96CAC006A5DD1 /* TestSentryReachability.swift */, |
3531 | 3524 | D4FC68192DD63465001B74FF /* SentryDispatchQueueWrapperTests.m */, |
|
4718 | 4711 | F429D3992E85360F00DBF387 /* RetryAfterHeaderParser.swift */, |
4719 | 4712 | F429D37D2E8532A300DBF387 /* HttpDateParser.swift */, |
4720 | 4713 | F429D3A82E8562EF00DBF387 /* RateLimitParser.swift */, |
| 4714 | + F48F78682E61DE28009D4E7D /* SentryReachability.swift */, |
4721 | 4715 | ); |
4722 | 4716 | path = Networking; |
4723 | 4717 | sourceTree = "<group>"; |
|
4997 | 4991 | D8739D172BEEA33F007D2F66 /* SentryLevelHelper.h in Headers */, |
4998 | 4992 | 8E4A037825F6F52100000D77 /* SentrySampleDecision.h in Headers */, |
4999 | 4993 | 63FE717920DA4C1100CDBAE8 /* SentryCrashReportStore.h in Headers */, |
5000 | | - 0AAE202128ED9BCC00D0CD80 /* SentryReachability.h in Headers */, |
5001 | 4994 | A839D89824864B80003B7AFD /* SentrySystemEventBreadcrumbs.h in Headers */, |
5002 | 4995 | 7B14089624878F090035403D /* SentryCrashStackEntryMapper.h in Headers */, |
5003 | 4996 | 63FE714920DA4C1100CDBAE8 /* SentryCrashStackCursor_Backtrace.h in Headers */, |
|
5592 | 5585 | 7B8713B426415BAA006D6004 /* SentryAppStartTracker.m in Sources */, |
5593 | 5586 | 7BDB03BB2513652900BAE198 /* _SentryDispatchQueueWrapperInternal.m in Sources */, |
5594 | 5587 | FA6FC0A32E0B5ACE00ED2669 /* SentrySdkPackage.swift in Sources */, |
| 5588 | + F48F78692E61DE28009D4E7D /* SentryReachability.swift in Sources */, |
5595 | 5589 | D8739D142BEE5049007D2F66 /* SentryRRWebSpanEvent.swift in Sources */, |
5596 | 5590 | FAAB2F972E4D345800FE8B7E /* SentryUIDeviceWrapper.swift in Sources */, |
5597 | 5591 | 7B6C5EDE264E8DF00010D138 /* SentryFramesTracker.m in Sources */, |
|
5750 | 5744 | 7DB3A687238EA75E00A2D442 /* SentryHttpTransport.m in Sources */, |
5751 | 5745 | 63FE70D520DA4C1000CDBAE8 /* SentryCrashMonitor_NSException.m in Sources */, |
5752 | 5746 | 62F70E952D423BCD00634054 /* SentryMechanismCodable.swift in Sources */, |
5753 | | - 0AAE201E28ED9B9400D0CD80 /* SentryReachability.m in Sources */, |
5754 | 5747 | 6283085F2D50AA8C00EAEF77 /* SentryMessage.swift in Sources */, |
5755 | 5748 | 7BC63F0A28081288009D9E37 /* SentrySwizzleWrapper.m in Sources */, |
5756 | 5749 | 6276350C2D59FACC00F7CEF6 /* SentryEventDecoder.swift in Sources */, |
|
6243 | 6236 | D808FB92281BF6EC009A2A33 /* SentryUIEventTrackingIntegrationTests.swift in Sources */, |
6244 | 6237 | 7BC6EC04255C235F0059822A /* SentryFrameTests.swift in Sources */, |
6245 | 6238 | D82DD1CD2BEEB1A0001AB556 /* SentrySRDefaultBreadcrumbConverterTests.swift in Sources */, |
6246 | | - 0AE455AD28F584D2006680E5 /* SentryReachabilityTests.m in Sources */, |
6247 | 6239 | 63FE720420DA66EC00CDBAE8 /* SentryCrashString_Tests.m in Sources */, |
6248 | 6240 | 62872B632BA1B86100A4FA7D /* LocksTests.swift in Sources */, |
6249 | 6241 | 849AC40029E0C1FF00889C16 /* SentryFormatterTests.swift in Sources */, |
|
0 commit comments