|
40 | 40 | 0A1B497328E597DD00D7BFA3 /* TestLogOutput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A1B497228E597DD00D7BFA3 /* TestLogOutput.swift */; }; |
41 | 41 | 0A1C3592287D7107007D01E3 /* SentryMetaTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A1C3591287D7107007D01E3 /* SentryMetaTests.swift */; }; |
42 | 42 | 0A2690B72885C2E000E4432D /* TestSentryPermissionsObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AABE2EF2885C2120057ED69 /* TestSentryPermissionsObserver.swift */; }; |
| 43 | + 0A2D7BBA29152CBF008727AF /* SentryOutOfMemoryScopeObserverTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A2D7BB929152CBF008727AF /* SentryOutOfMemoryScopeObserverTests.swift */; }; |
43 | 44 | 0A283E79291A67E000EF4126 /* SentryUIDeviceWrapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A283E78291A67E000EF4126 /* SentryUIDeviceWrapperTests.swift */; }; |
44 | 45 | 0A2D8D5B289815C0008720F6 /* SentryBaseIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A2D8D5A289815C0008720F6 /* SentryBaseIntegration.m */; }; |
45 | 46 | 0A2D8D5D289815EB008720F6 /* SentryBaseIntegration.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A2D8D5C289815EB008720F6 /* SentryBaseIntegration.h */; }; |
|
52 | 53 | 0A5370A128A3EC2400B2DCDE /* SentryViewHierarchyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A5370A028A3EC2400B2DCDE /* SentryViewHierarchyTests.swift */; }; |
53 | 54 | 0A56DA5F28ABA01B00C400D5 /* SentryTransactionContext+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A56DA5E28ABA01B00C400D5 /* SentryTransactionContext+Private.h */; }; |
54 | 55 | 0A6EEADD28A657970076B469 /* UIViewRecursiveDescriptionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A6EEADC28A657970076B469 /* UIViewRecursiveDescriptionTests.swift */; }; |
| 56 | + 0A80E433291017C300095219 /* SentryOutOfMemoryScopeObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A80E432291017C300095219 /* SentryOutOfMemoryScopeObserver.m */; }; |
| 57 | + 0A80E435291017D500095219 /* SentryOutOfMemoryScopeObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A80E434291017D500095219 /* SentryOutOfMemoryScopeObserver.h */; }; |
55 | 58 | 0A8F0A392886CC70000B15F6 /* SentryPermissionsObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AABE2EE288592750057ED69 /* SentryPermissionsObserver.h */; }; |
56 | 59 | 0A94158228F6C4C2006A5DD1 /* SentryAppStateManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A94158128F6C4C2006A5DD1 /* SentryAppStateManagerTests.swift */; }; |
57 | 60 | 0A9415BA28F96CAC006A5DD1 /* TestSentryReachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A9415B928F96CAC006A5DD1 /* TestSentryReachability.swift */; }; |
|
296 | 299 | 7B0A542E2521C62400A71716 /* SentryFrameRemoverTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B0A542D2521C62400A71716 /* SentryFrameRemoverTests.swift */; }; |
297 | 300 | 7B0A5452252311CE00A71716 /* SentryBreadcrumbTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B0A5451252311CE00A71716 /* SentryBreadcrumbTests.swift */; }; |
298 | 301 | 7B0A54562523178700A71716 /* SentryScopeSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B0A54552523178700A71716 /* SentryScopeSwiftTests.swift */; }; |
| 302 | + 7B0DC72F288698F70039995F /* NSMutableDictionary+Sentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B0DC72D288698F70039995F /* NSMutableDictionary+Sentry.h */; }; |
| 303 | + 7B0DC730288698F70039995F /* NSMutableDictionary+Sentry.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B0DC72E288698F70039995F /* NSMutableDictionary+Sentry.m */; }; |
| 304 | + 7B0DC73428869BF40039995F /* NSMutableDictionarySentryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B0DC73328869BF40039995F /* NSMutableDictionarySentryTests.swift */; }; |
299 | 305 | 7B127B0D27CF6F2300A71ED2 /* SentryANRTrackingIntegration.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B127B0C27CF6F2300A71ED2 /* SentryANRTrackingIntegration.h */; }; |
300 | 306 | 7B127B0F27CF6F4700A71ED2 /* SentryANRTrackingIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B127B0E27CF6F4700A71ED2 /* SentryANRTrackingIntegration.m */; }; |
301 | 307 | 7B14089624878F090035403D /* SentryCrashStackEntryMapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B14089524878F090035403D /* SentryCrashStackEntryMapper.h */; }; |
|
767 | 773 | 03F9D37B2819A65C00602916 /* SentryProfilerTests.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryProfilerTests.mm; sourceTree = "<group>"; }; |
768 | 774 | 0A1B497228E597DD00D7BFA3 /* TestLogOutput.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestLogOutput.swift; sourceTree = "<group>"; }; |
769 | 775 | 0A1C3591287D7107007D01E3 /* SentryMetaTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryMetaTests.swift; sourceTree = "<group>"; }; |
| 776 | + 0A2D7BB929152CBF008727AF /* SentryOutOfMemoryScopeObserverTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryOutOfMemoryScopeObserverTests.swift; sourceTree = "<group>"; }; |
770 | 777 | 0A283E78291A67E000EF4126 /* SentryUIDeviceWrapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUIDeviceWrapperTests.swift; sourceTree = "<group>"; }; |
771 | 778 | 0A2D8D5A289815C0008720F6 /* SentryBaseIntegration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryBaseIntegration.m; sourceTree = "<group>"; }; |
772 | 779 | 0A2D8D5C289815EB008720F6 /* SentryBaseIntegration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryBaseIntegration.h; path = include/SentryBaseIntegration.h; sourceTree = "<group>"; }; |
|
779 | 786 | 0A5370A028A3EC2400B2DCDE /* SentryViewHierarchyTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryViewHierarchyTests.swift; sourceTree = "<group>"; }; |
780 | 787 | 0A56DA5E28ABA01B00C400D5 /* SentryTransactionContext+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryTransactionContext+Private.h"; path = "include/SentryTransactionContext+Private.h"; sourceTree = "<group>"; }; |
781 | 788 | 0A6EEADC28A657970076B469 /* UIViewRecursiveDescriptionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIViewRecursiveDescriptionTests.swift; sourceTree = "<group>"; }; |
| 789 | + 0A80E432291017C300095219 /* SentryOutOfMemoryScopeObserver.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryOutOfMemoryScopeObserver.m; sourceTree = "<group>"; }; |
| 790 | + 0A80E434291017D500095219 /* SentryOutOfMemoryScopeObserver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryOutOfMemoryScopeObserver.h; path = include/SentryOutOfMemoryScopeObserver.h; sourceTree = "<group>"; }; |
782 | 791 | 0A94158128F6C4C2006A5DD1 /* SentryAppStateManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryAppStateManagerTests.swift; sourceTree = "<group>"; }; |
783 | 792 | 0A9415B928F96CAC006A5DD1 /* TestSentryReachability.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSentryReachability.swift; sourceTree = "<group>"; }; |
784 | 793 | 0A9BF4E128A114940068D266 /* SentryViewHierarchyIntegration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryViewHierarchyIntegration.m; sourceTree = "<group>"; }; |
|
1034 | 1043 | 7B0A542D2521C62400A71716 /* SentryFrameRemoverTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryFrameRemoverTests.swift; sourceTree = "<group>"; }; |
1035 | 1044 | 7B0A5451252311CE00A71716 /* SentryBreadcrumbTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryBreadcrumbTests.swift; sourceTree = "<group>"; }; |
1036 | 1045 | 7B0A54552523178700A71716 /* SentryScopeSwiftTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryScopeSwiftTests.swift; sourceTree = "<group>"; }; |
| 1046 | + 7B0DC72D288698F70039995F /* NSMutableDictionary+Sentry.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "NSMutableDictionary+Sentry.h"; path = "include/NSMutableDictionary+Sentry.h"; sourceTree = "<group>"; }; |
| 1047 | + 7B0DC72E288698F70039995F /* NSMutableDictionary+Sentry.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSMutableDictionary+Sentry.m"; sourceTree = "<group>"; }; |
| 1048 | + 7B0DC73328869BF40039995F /* NSMutableDictionarySentryTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSMutableDictionarySentryTests.swift; sourceTree = "<group>"; }; |
1037 | 1049 | 7B127B0C27CF6F2300A71ED2 /* SentryANRTrackingIntegration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryANRTrackingIntegration.h; path = include/SentryANRTrackingIntegration.h; sourceTree = "<group>"; }; |
1038 | 1050 | 7B127B0E27CF6F4700A71ED2 /* SentryANRTrackingIntegration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryANRTrackingIntegration.m; sourceTree = "<group>"; }; |
1039 | 1051 | 7B14089524878F090035403D /* SentryCrashStackEntryMapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryCrashStackEntryMapper.h; path = include/SentryCrashStackEntryMapper.h; sourceTree = "<group>"; }; |
|
1676 | 1688 | 63BE856F1ECEC6DE00DC44F5 /* NSDate+SentryExtras.m */, |
1677 | 1689 | 63295AF31EF3C7DB002D4490 /* NSDictionary+SentrySanitize.h */, |
1678 | 1690 | 63295AF41EF3C7DB002D4490 /* NSDictionary+SentrySanitize.m */, |
| 1691 | + 7B0DC72D288698F70039995F /* NSMutableDictionary+Sentry.h */, |
| 1692 | + 7B0DC72E288698F70039995F /* NSMutableDictionary+Sentry.m */, |
1679 | 1693 | 861265F72404EC1500C4AFDE /* NSArray+SentrySanitize.h */, |
1680 | 1694 | 861265F82404EC1500C4AFDE /* NSArray+SentrySanitize.m */, |
1681 | 1695 | 7B6438A826A70F24000D0F65 /* UIViewController+Sentry.h */, |
|
2327 | 2341 | isa = PBXGroup; |
2328 | 2342 | children = ( |
2329 | 2343 | 7B6438A626A70DDB000D0F65 /* UIViewControllerSentryTests.swift */, |
| 2344 | + 7B0DC73328869BF40039995F /* NSMutableDictionarySentryTests.swift */, |
2330 | 2345 | 0A6EEADC28A657970076B469 /* UIViewRecursiveDescriptionTests.swift */, |
2331 | 2346 | ); |
2332 | 2347 | path = Categories; |
|
2494 | 2509 | 7B6C5F8626034395007F7DFF /* SentryOutOfMemoryLogic.m */, |
2495 | 2510 | 7B98D7CA25FB64EC00C5A389 /* SentryOutOfMemoryTrackingIntegration.h */, |
2496 | 2511 | 7B98D7CE25FB650F00C5A389 /* SentryOutOfMemoryTrackingIntegration.m */, |
| 2512 | + 0A80E434291017D500095219 /* SentryOutOfMemoryScopeObserver.h */, |
| 2513 | + 0A80E432291017C300095219 /* SentryOutOfMemoryScopeObserver.m */, |
2497 | 2514 | ); |
2498 | 2515 | name = OutOfMemory; |
2499 | 2516 | sourceTree = "<group>"; |
|
2616 | 2633 | children = ( |
2617 | 2634 | 7B98D7DF25FB73B900C5A389 /* SentryOutOfMemoryTrackerTests.swift */, |
2618 | 2635 | 7BFE7A0927A1B6B000D2B66E /* SentryOutOfMemoryIntegrationTests.swift */, |
| 2636 | + 0A2D7BB929152CBF008727AF /* SentryOutOfMemoryScopeObserverTests.swift */, |
2619 | 2637 | ); |
2620 | 2638 | path = OutOfMemory; |
2621 | 2639 | sourceTree = "<group>"; |
|
3118 | 3136 | D867063F27C3BC2400048851 /* SentryCoreDataTracker.h in Headers */, |
3119 | 3137 | 7B9657252683104C00C66E25 /* NSData+Sentry.h in Headers */, |
3120 | 3138 | 7B6C5EDA264E8D860010D138 /* SentryFramesTrackingIntegration.h in Headers */, |
| 3139 | + 7B0DC72F288698F70039995F /* NSMutableDictionary+Sentry.h in Headers */, |
3121 | 3140 | 63FE713920DA4C1100CDBAE8 /* SentryCrashMach.h in Headers */, |
3122 | 3141 | 63EED6BE2237923600E02400 /* SentryOptions.h in Headers */, |
3123 | 3142 | 7BD86EC5264A63F6005439DB /* SentrySysctl.h in Headers */, |
|
3185 | 3204 | 7B42C48027E08F33009B58C2 /* SentryDependencyContainer.h in Headers */, |
3186 | 3205 | 6334314120AD9AE40077E581 /* SentryMechanism.h in Headers */, |
3187 | 3206 | 03F84D2827DD414C008FE43F /* SentryCPU.h in Headers */, |
| 3207 | + 0A80E435291017D500095219 /* SentryOutOfMemoryScopeObserver.h in Headers */, |
3188 | 3208 | 7B610D642512399600B0B5D9 /* SentryHub+Private.h in Headers */, |
3189 | 3209 | D8F6A24B2885515C00320515 /* SentryPredicateDescriptor.h in Headers */, |
3190 | 3210 | 639FCF9C1EBC7F9500778193 /* SentryThread.h in Headers */, |
|
3312 | 3332 | 7B3398652459C15200BD9C96 /* SentryEnvelopeRateLimit.m in Sources */, |
3313 | 3333 | 0A2D8D9628997845008720F6 /* NSLocale+Sentry.m in Sources */, |
3314 | 3334 | A2475E1F25FB648B007D9080 /* fishhook.c in Sources */, |
| 3335 | + 7B0DC730288698F70039995F /* NSMutableDictionary+Sentry.m in Sources */, |
3315 | 3336 | 7BD4BD4527EB29F50071F4FF /* SentryClientReport.m in Sources */, |
3316 | 3337 | 631E6D341EBC679C00712345 /* SentryQueueableRequestManager.m in Sources */, |
3317 | 3338 | 7B8713B426415BAA006D6004 /* SentryAppStartTracker.m in Sources */, |
|
3405 | 3426 | 84A8891D28DBD28900C51DFD /* SentryDevice.mm in Sources */, |
3406 | 3427 | 7B56D73324616D9500B842DA /* SentryConcurrentRateLimitsDictionary.m in Sources */, |
3407 | 3428 | 8ECC674825C23A20000E2BF6 /* SentryTransaction.m in Sources */, |
| 3429 | + 0A80E433291017C300095219 /* SentryOutOfMemoryScopeObserver.m in Sources */, |
3408 | 3430 | 7BECF42826145CD900D9826E /* SentryMechanismMeta.m in Sources */, |
3409 | 3431 | 8E7C982F2693D56000E6336C /* SentryTraceHeader.m in Sources */, |
3410 | 3432 | 63FE715F20DA4C1100CDBAE8 /* SentryCrashID.c in Sources */, |
|
3682 | 3704 | 7B30B68226527C55006B2752 /* TestDisplayLinkWrapper.swift in Sources */, |
3683 | 3705 | 7BB6550D253EEB3900887E87 /* SentryUserFeedbackTests.swift in Sources */, |
3684 | 3706 | 7BBD18B7245180FF00427C76 /* SentryDsnTests.m in Sources */, |
| 3707 | + 0A2D7BBA29152CBF008727AF /* SentryOutOfMemoryScopeObserverTests.swift in Sources */, |
3685 | 3708 | 7BD4BD4B27EB2DC20071F4FF /* SentryDiscardedEventTests.swift in Sources */, |
3686 | 3709 | 63FE721A20DA66EC00CDBAE8 /* SentryCrashSysCtl_Tests.m in Sources */, |
3687 | 3710 | 7B88F30424BC8E6500ADF90A /* SentrySerializationTests.swift in Sources */, |
|
3733 | 3756 | 7B965728268321CD00C66E25 /* SentryCrashScopeObserverTests.swift in Sources */, |
3734 | 3757 | 7BD86ECB264A6DB5005439DB /* TestSysctl.swift in Sources */, |
3735 | 3758 | 035E73CA27D57398005EEB11 /* SentryThreadHandleTests.mm in Sources */, |
| 3759 | + 7B0DC73428869BF40039995F /* NSMutableDictionarySentryTests.swift in Sources */, |
3736 | 3760 | 7B6ADFCF26A02CAE0076C206 /* SentryCrashReportTests.swift in Sources */, |
3737 | 3761 | D8B76B062808066D000A58C4 /* SentryScreenshotIntegrationTests.swift in Sources */, |
3738 | 3762 | 7B8CA85726DD4E6200DD872C /* SentryNetworkTrackerIntegrationTests.swift in Sources */, |
|
0 commit comments