|
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 */; }; |
|
1037 | 1035 | F48F75712E5FA630009D4E7D /* SentryBinaryImageCacheCallbacks.m in Sources */ = {isa = PBXBuildFile; fileRef = F48F75702E5FA630009D4E7D /* SentryBinaryImageCacheCallbacks.m */; }; |
1038 | 1036 | F48F75732E5FA649009D4E7D /* SentryBinaryImageCacheCallbacks.h in Headers */ = {isa = PBXBuildFile; fileRef = F48F75722E5FA649009D4E7D /* SentryBinaryImageCacheCallbacks.h */; }; |
1039 | 1037 | F48F767C2E60B555009D4E7D /* SentryNSTimerFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48F767B2E60B555009D4E7D /* SentryNSTimerFactory.swift */; }; |
| 1038 | + F48F78692E61DE28009D4E7D /* SentryReachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48F78682E61DE28009D4E7D /* SentryReachability.swift */; }; |
1040 | 1039 | F49236EB2E5E4B2F00663673 /* SentryBinaryImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49236EA2E5E4B2F00663673 /* SentryBinaryImageCache.swift */; }; |
1041 | 1040 | F49D41982DEA27AF00D9244E /* SentryUseNSExceptionCallstackWrapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49D41972DEA27AF00D9244E /* SentryUseNSExceptionCallstackWrapperTests.swift */; }; |
1042 | 1041 | F49D419A2DEA2FB000D9244E /* SentryCrashExceptionApplicationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49D41992DEA2FB000D9244E /* SentryCrashExceptionApplicationTests.swift */; }; |
|
1282 | 1281 | 0A9BF4E628A123270068D266 /* TestSentryViewHierarchyProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSentryViewHierarchyProvider.swift; sourceTree = "<group>"; }; |
1283 | 1282 | 0A9BF4EA28A127120068D266 /* SentryViewHierarchyIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryViewHierarchyIntegrationTests.swift; sourceTree = "<group>"; }; |
1284 | 1283 | 0A9E917028DC7E7000FB4182 /* SentryInternalCDefines.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryInternalCDefines.h; path = include/SentryInternalCDefines.h; sourceTree = "<group>"; }; |
1285 | | - 0AAE201D28ED9B9400D0CD80 /* SentryReachability.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryReachability.m; sourceTree = "<group>"; }; |
1286 | | - 0AAE202028ED9BCC00D0CD80 /* SentryReachability.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryReachability.h; path = include/SentryReachability.h; sourceTree = "<group>"; }; |
1287 | 1284 | 0ADC33EF28D9BE690078D980 /* TestSentryUIDeviceWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSentryUIDeviceWrapper.swift; sourceTree = "<group>"; }; |
1288 | 1285 | 0AE455AC28F584D2006680E5 /* SentryReachabilityTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryReachabilityTests.m; sourceTree = "<group>"; }; |
1289 | 1286 | 15360CCE2432777400112302 /* SentrySessionTracker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentrySessionTracker.m; sourceTree = "<group>"; }; |
|
2381 | 2378 | F48F75702E5FA630009D4E7D /* SentryBinaryImageCacheCallbacks.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryBinaryImageCacheCallbacks.m; sourceTree = "<group>"; }; |
2382 | 2379 | F48F75722E5FA649009D4E7D /* SentryBinaryImageCacheCallbacks.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryBinaryImageCacheCallbacks.h; path = ../../Sentry/include/SentryBinaryImageCacheCallbacks.h; sourceTree = "<group>"; }; |
2383 | 2380 | F48F767B2E60B555009D4E7D /* SentryNSTimerFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryNSTimerFactory.swift; sourceTree = "<group>"; }; |
| 2381 | + F48F78682E61DE28009D4E7D /* SentryReachability.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryReachability.swift; sourceTree = "<group>"; }; |
2384 | 2382 | F49236EA2E5E4B2F00663673 /* SentryBinaryImageCache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryBinaryImageCache.swift; sourceTree = "<group>"; }; |
2385 | 2383 | F49D41972DEA27AF00D9244E /* SentryUseNSExceptionCallstackWrapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUseNSExceptionCallstackWrapperTests.swift; sourceTree = "<group>"; }; |
2386 | 2384 | F49D41992DEA2FB000D9244E /* SentryCrashExceptionApplicationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryCrashExceptionApplicationTests.swift; sourceTree = "<group>"; }; |
|
2668 | 2666 | 84AC61D029F7541E009EEF61 /* SentryDispatchSourceWrapper.h */, |
2669 | 2667 | 84AC61D429F75A98009EEF61 /* SentryDispatchFactory.h */, |
2670 | 2668 | 84AC61D529F75A98009EEF61 /* SentryDispatchFactory.m */, |
2671 | | - 0AAE202028ED9BCC00D0CD80 /* SentryReachability.h */, |
2672 | | - 0AAE201D28ED9B9400D0CD80 /* SentryReachability.m */, |
2673 | 2669 | ); |
2674 | 2670 | name = Networking; |
2675 | 2671 | sourceTree = "<group>"; |
|
4330 | 4326 | D800942328F82E8D005D3943 /* Swift */ = { |
4331 | 4327 | isa = PBXGroup; |
4332 | 4328 | children = ( |
| 4329 | + F48F78672E61DE08009D4E7D /* Networking */, |
4333 | 4330 | FABB48B22E59310D0071397E /* Transaction */, |
4334 | 4331 | FA67DCF32DDBD4EA00896B02 /* Core */, |
4335 | 4332 | D8CAC02D2BA0663E00E38F34 /* Integrations */, |
|
4734 | 4731 | name = "Recovered References"; |
4735 | 4732 | sourceTree = "<group>"; |
4736 | 4733 | }; |
| 4734 | + F48F78672E61DE08009D4E7D /* Networking */ = { |
| 4735 | + isa = PBXGroup; |
| 4736 | + children = ( |
| 4737 | + F48F78682E61DE28009D4E7D /* SentryReachability.swift */, |
| 4738 | + ); |
| 4739 | + path = Networking; |
| 4740 | + sourceTree = "<group>"; |
| 4741 | + }; |
4737 | 4742 | FA67DCC62DDBD4EA00896B02 /* Extensions */ = { |
4738 | 4743 | isa = PBXGroup; |
4739 | 4744 | children = ( |
|
4974 | 4979 | D8739D172BEEA33F007D2F66 /* SentryLevelHelper.h in Headers */, |
4975 | 4980 | 8E4A037825F6F52100000D77 /* SentrySampleDecision.h in Headers */, |
4976 | 4981 | 63FE717920DA4C1100CDBAE8 /* SentryCrashReportStore.h in Headers */, |
4977 | | - 0AAE202128ED9BCC00D0CD80 /* SentryReachability.h in Headers */, |
4978 | 4982 | A839D89824864B80003B7AFD /* SentrySystemEventBreadcrumbs.h in Headers */, |
4979 | 4983 | 7B14089624878F090035403D /* SentryCrashStackEntryMapper.h in Headers */, |
4980 | 4984 | 63FE714920DA4C1100CDBAE8 /* SentryCrashStackCursor_Backtrace.h in Headers */, |
|
5587 | 5591 | 7B8713B426415BAA006D6004 /* SentryAppStartTracker.m in Sources */, |
5588 | 5592 | 7BDB03BB2513652900BAE198 /* _SentryDispatchQueueWrapperInternal.m in Sources */, |
5589 | 5593 | FA6FC0A32E0B5ACE00ED2669 /* SentrySdkPackage.swift in Sources */, |
| 5594 | + F48F78692E61DE28009D4E7D /* SentryReachability.swift in Sources */, |
5590 | 5595 | D8739D142BEE5049007D2F66 /* SentryRRWebSpanEvent.swift in Sources */, |
5591 | 5596 | FAAB2F972E4D345800FE8B7E /* SentryUIDeviceWrapper.swift in Sources */, |
5592 | 5597 | 7B6C5EDE264E8DF00010D138 /* SentryFramesTracker.m in Sources */, |
|
5740 | 5745 | 7DB3A687238EA75E00A2D442 /* SentryHttpTransport.m in Sources */, |
5741 | 5746 | 63FE70D520DA4C1000CDBAE8 /* SentryCrashMonitor_NSException.m in Sources */, |
5742 | 5747 | 62F70E952D423BCD00634054 /* SentryMechanismCodable.swift in Sources */, |
5743 | | - 0AAE201E28ED9B9400D0CD80 /* SentryReachability.m in Sources */, |
5744 | 5748 | 7B0A54282521C22C00A71716 /* SentryFrameRemover.m in Sources */, |
5745 | 5749 | 6283085F2D50AA8C00EAEF77 /* SentryMessage.swift in Sources */, |
5746 | 5750 | 7BC63F0A28081288009D9E37 /* SentrySwizzleWrapper.m in Sources */, |
|
0 commit comments