|
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 | 52 | 0AE455AD28F584D2006680E5 /* SentryReachabilityTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AE455AC28F584D2006680E5 /* SentryReachabilityTests.m */; }; |
55 | 53 | 15360CCF2432777500112302 /* SentrySessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 15360CCE2432777400112302 /* SentrySessionTracker.m */; }; |
|
1040 | 1038 | F48F75732E5FA649009D4E7D /* SentryBinaryImageCacheCallbacks.h in Headers */ = {isa = PBXBuildFile; fileRef = F48F75722E5FA649009D4E7D /* SentryBinaryImageCacheCallbacks.h */; }; |
1041 | 1039 | F49236EB2E5E4B2F00663673 /* SentryBinaryImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49236EA2E5E4B2F00663673 /* SentryBinaryImageCache.swift */; }; |
1042 | 1040 | F48F767C2E60B555009D4E7D /* SentryNSTimerFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48F767B2E60B555009D4E7D /* SentryNSTimerFactory.swift */; }; |
| 1041 | + F48F78692E61DE28009D4E7D /* SentryReachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48F78682E61DE28009D4E7D /* SentryReachability.swift */; }; |
1043 | 1042 | F49D41982DEA27AF00D9244E /* SentryUseNSExceptionCallstackWrapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49D41972DEA27AF00D9244E /* SentryUseNSExceptionCallstackWrapperTests.swift */; }; |
1044 | 1043 | F49D419A2DEA2FB000D9244E /* SentryCrashExceptionApplicationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49D41992DEA2FB000D9244E /* SentryCrashExceptionApplicationTests.swift */; }; |
1045 | 1044 | F49D419C2DEA30C300D9244E /* SentryCrashExceptionApplicationHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F49D419B2DEA30B800D9244E /* SentryCrashExceptionApplicationHelper.h */; }; |
|
1283 | 1282 | 0A9BF4E628A123270068D266 /* TestSentryViewHierarchyProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSentryViewHierarchyProvider.swift; sourceTree = "<group>"; }; |
1284 | 1283 | 0A9BF4EA28A127120068D266 /* SentryViewHierarchyIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryViewHierarchyIntegrationTests.swift; sourceTree = "<group>"; }; |
1285 | 1284 | 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 | 1285 | 0ADC33EF28D9BE690078D980 /* TestSentryUIDeviceWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSentryUIDeviceWrapper.swift; sourceTree = "<group>"; }; |
1289 | 1286 | 0AE455AC28F584D2006680E5 /* SentryReachabilityTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryReachabilityTests.m; sourceTree = "<group>"; }; |
1290 | 1287 | 15360CCE2432777400112302 /* SentrySessionTracker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentrySessionTracker.m; sourceTree = "<group>"; }; |
|
2385 | 2382 | F48F75722E5FA649009D4E7D /* SentryBinaryImageCacheCallbacks.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryBinaryImageCacheCallbacks.h; path = ../../Sentry/include/SentryBinaryImageCacheCallbacks.h; sourceTree = "<group>"; }; |
2386 | 2383 | F49236EA2E5E4B2F00663673 /* SentryBinaryImageCache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryBinaryImageCache.swift; sourceTree = "<group>"; }; |
2387 | 2384 | F48F767B2E60B555009D4E7D /* SentryNSTimerFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryNSTimerFactory.swift; sourceTree = "<group>"; }; |
| 2385 | + F48F78682E61DE28009D4E7D /* SentryReachability.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryReachability.swift; sourceTree = "<group>"; }; |
2388 | 2386 | F49D41972DEA27AF00D9244E /* SentryUseNSExceptionCallstackWrapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUseNSExceptionCallstackWrapperTests.swift; sourceTree = "<group>"; }; |
2389 | 2387 | F49D41992DEA2FB000D9244E /* SentryCrashExceptionApplicationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryCrashExceptionApplicationTests.swift; sourceTree = "<group>"; }; |
2390 | 2388 | F49D419B2DEA30B800D9244E /* SentryCrashExceptionApplicationHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryCrashExceptionApplicationHelper.h; path = include/SentryCrashExceptionApplicationHelper.h; sourceTree = "<group>"; }; |
|
2669 | 2667 | 84AC61D029F7541E009EEF61 /* SentryDispatchSourceWrapper.h */, |
2670 | 2668 | 84AC61D429F75A98009EEF61 /* SentryDispatchFactory.h */, |
2671 | 2669 | 84AC61D529F75A98009EEF61 /* SentryDispatchFactory.m */, |
2672 | | - 0AAE202028ED9BCC00D0CD80 /* SentryReachability.h */, |
2673 | | - 0AAE201D28ED9B9400D0CD80 /* SentryReachability.m */, |
2674 | 2670 | ); |
2675 | 2671 | name = Networking; |
2676 | 2672 | sourceTree = "<group>"; |
|
4333 | 4329 | D800942328F82E8D005D3943 /* Swift */ = { |
4334 | 4330 | isa = PBXGroup; |
4335 | 4331 | children = ( |
| 4332 | + F48F78672E61DE08009D4E7D /* Networking */, |
4336 | 4333 | FABB48B22E59310D0071397E /* Transaction */, |
4337 | 4334 | FA67DCF32DDBD4EA00896B02 /* Core */, |
4338 | 4335 | D8CAC02D2BA0663E00E38F34 /* Integrations */, |
|
4737 | 4734 | name = "Recovered References"; |
4738 | 4735 | sourceTree = "<group>"; |
4739 | 4736 | }; |
| 4737 | + F48F78672E61DE08009D4E7D /* Networking */ = { |
| 4738 | + isa = PBXGroup; |
| 4739 | + children = ( |
| 4740 | + F48F78682E61DE28009D4E7D /* SentryReachability.swift */, |
| 4741 | + ); |
| 4742 | + path = Networking; |
| 4743 | + sourceTree = "<group>"; |
| 4744 | + }; |
4740 | 4745 | FA67DCC62DDBD4EA00896B02 /* Extensions */ = { |
4741 | 4746 | isa = PBXGroup; |
4742 | 4747 | children = ( |
|
4977 | 4982 | D8739D172BEEA33F007D2F66 /* SentryLevelHelper.h in Headers */, |
4978 | 4983 | 8E4A037825F6F52100000D77 /* SentrySampleDecision.h in Headers */, |
4979 | 4984 | 63FE717920DA4C1100CDBAE8 /* SentryCrashReportStore.h in Headers */, |
4980 | | - 0AAE202128ED9BCC00D0CD80 /* SentryReachability.h in Headers */, |
4981 | 4985 | A839D89824864B80003B7AFD /* SentrySystemEventBreadcrumbs.h in Headers */, |
4982 | 4986 | 7B14089624878F090035403D /* SentryCrashStackEntryMapper.h in Headers */, |
4983 | 4987 | 63FE714920DA4C1100CDBAE8 /* SentryCrashStackCursor_Backtrace.h in Headers */, |
|
5591 | 5595 | 7B8713B426415BAA006D6004 /* SentryAppStartTracker.m in Sources */, |
5592 | 5596 | 7BDB03BB2513652900BAE198 /* _SentryDispatchQueueWrapperInternal.m in Sources */, |
5593 | 5597 | FA6FC0A32E0B5ACE00ED2669 /* SentrySdkPackage.swift in Sources */, |
| 5598 | + F48F78692E61DE28009D4E7D /* SentryReachability.swift in Sources */, |
5594 | 5599 | D8739D142BEE5049007D2F66 /* SentryRRWebSpanEvent.swift in Sources */, |
5595 | 5600 | FAAB2F972E4D345800FE8B7E /* SentryUIDeviceWrapper.swift in Sources */, |
5596 | 5601 | 7B6C5EDE264E8DF00010D138 /* SentryFramesTracker.m in Sources */, |
|
5744 | 5749 | 7DB3A687238EA75E00A2D442 /* SentryHttpTransport.m in Sources */, |
5745 | 5750 | 63FE70D520DA4C1000CDBAE8 /* SentryCrashMonitor_NSException.m in Sources */, |
5746 | 5751 | 62F70E952D423BCD00634054 /* SentryMechanismCodable.swift in Sources */, |
5747 | | - 0AAE201E28ED9B9400D0CD80 /* SentryReachability.m in Sources */, |
5748 | 5752 | 7B0A54282521C22C00A71716 /* SentryFrameRemover.m in Sources */, |
5749 | 5753 | 6283085F2D50AA8C00EAEF77 /* SentryMessage.swift in Sources */, |
5750 | 5754 | 7BC63F0A28081288009D9E37 /* SentrySwizzleWrapper.m in Sources */, |
|
0 commit comments