|
492 | 492 | 7BBC827925DFD7D7005F1ED8 /* SentryInAppLogicTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBC827825DFD7D7005F1ED8 /* SentryInAppLogicTests.swift */; }; |
493 | 493 | 7BBD188D2448453600427C76 /* SentryHttpDateParserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBD188C2448453600427C76 /* SentryHttpDateParserTests.swift */; }; |
494 | 494 | 7BBD188F2448469A00427C76 /* HttpDateFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBD188E2448469A00427C76 /* HttpDateFormatter.swift */; }; |
495 | | - 7BBD18912449BE9000427C76 /* SentryDefaultRateLimits.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BBD18902449BE9000427C76 /* SentryDefaultRateLimits.h */; }; |
496 | | - 7BBD18932449BEDD00427C76 /* SentryDefaultRateLimits.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BBD18922449BEDD00427C76 /* SentryDefaultRateLimits.m */; }; |
497 | | - 7BBD18972449DC1D00427C76 /* SentryRateLimits.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BBD18962449DC1D00427C76 /* SentryRateLimits.h */; }; |
498 | 495 | 7BBD18992449DE9D00427C76 /* TestRateLimits.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBD18982449DE9D00427C76 /* TestRateLimits.swift */; }; |
499 | 496 | 7BBD18A2244EE2FD00427C76 /* TestResponseFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBD18A1244EE2FD00427C76 /* TestResponseFactory.swift */; }; |
500 | 497 | 7BBD18B22451804C00427C76 /* SentryRetryAfterHeaderParserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBD189F244ED1A200427C76 /* SentryRetryAfterHeaderParserTests.swift */; }; |
|
994 | 991 | F458D1152E1869AD0028273E /* SentryScopePersistentStore+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = F458D1142E1869AD0028273E /* SentryScopePersistentStore+String.swift */; }; |
995 | 992 | F458D1172E186DF20028273E /* SentryScopePersistentStore+Fingerprint.swift in Sources */ = {isa = PBXBuildFile; fileRef = F458D1162E186DF20028273E /* SentryScopePersistentStore+Fingerprint.swift */; }; |
996 | 993 | F458D1192E186E000028273E /* SentryScopePersistentStore+Extras.swift in Sources */ = {isa = PBXBuildFile; fileRef = F458D1182E186E000028273E /* SentryScopePersistentStore+Extras.swift */; }; |
| 994 | + F465D2132E87E36F00FE2DD9 /* RateLimits.swift in Sources */ = {isa = PBXBuildFile; fileRef = F465D2122E87E36F00FE2DD9 /* RateLimits.swift */; }; |
| 995 | + F465D2142E87E36F00FE2DD9 /* DefaultRateLimits.swift in Sources */ = {isa = PBXBuildFile; fileRef = F465D2112E87E36F00FE2DD9 /* DefaultRateLimits.swift */; }; |
997 | 996 | F46DA6C32E1DBCA000DF6E3B /* SentryScopePersistentStore+Helper.swift in Sources */ = {isa = PBXBuildFile; fileRef = F46DA6C22E1DBCA000DF6E3B /* SentryScopePersistentStore+Helper.swift */; }; |
998 | 997 | F46E0BA82E6A19F900DAA75C /* SentryCrashWrapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F46E0BA72E6A19F900DAA75C /* SentryCrashWrapperTests.swift */; }; |
999 | 998 | F48E2E0A2E6637840073CB22 /* TestSentryCrashWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48E2E092E6637840073CB22 /* TestSentryCrashWrapper.swift */; }; |
|
1763 | 1762 | 7BBC827825DFD7D7005F1ED8 /* SentryInAppLogicTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryInAppLogicTests.swift; sourceTree = "<group>"; }; |
1764 | 1763 | 7BBD188C2448453600427C76 /* SentryHttpDateParserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryHttpDateParserTests.swift; sourceTree = "<group>"; }; |
1765 | 1764 | 7BBD188E2448469A00427C76 /* HttpDateFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HttpDateFormatter.swift; sourceTree = "<group>"; }; |
1766 | | - 7BBD18902449BE9000427C76 /* SentryDefaultRateLimits.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryDefaultRateLimits.h; path = include/SentryDefaultRateLimits.h; sourceTree = "<group>"; }; |
1767 | | - 7BBD18922449BEDD00427C76 /* SentryDefaultRateLimits.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryDefaultRateLimits.m; sourceTree = "<group>"; }; |
1768 | 1765 | 7BBD18942449D3E200427C76 /* SentryDefaultRateLimitsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryDefaultRateLimitsTests.swift; sourceTree = "<group>"; }; |
1769 | | - 7BBD18962449DC1D00427C76 /* SentryRateLimits.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryRateLimits.h; path = include/SentryRateLimits.h; sourceTree = "<group>"; }; |
1770 | 1766 | 7BBD18982449DE9D00427C76 /* TestRateLimits.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestRateLimits.swift; sourceTree = "<group>"; }; |
1771 | 1767 | 7BBD189F244ED1A200427C76 /* SentryRetryAfterHeaderParserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryRetryAfterHeaderParserTests.swift; sourceTree = "<group>"; }; |
1772 | 1768 | 7BBD18A1244EE2FD00427C76 /* TestResponseFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestResponseFactory.swift; sourceTree = "<group>"; }; |
|
2336 | 2332 | F458D1142E1869AD0028273E /* SentryScopePersistentStore+String.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+String.swift"; sourceTree = "<group>"; }; |
2337 | 2333 | F458D1162E186DF20028273E /* SentryScopePersistentStore+Fingerprint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+Fingerprint.swift"; sourceTree = "<group>"; }; |
2338 | 2334 | F458D1182E186E000028273E /* SentryScopePersistentStore+Extras.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+Extras.swift"; sourceTree = "<group>"; }; |
| 2335 | + F465D2112E87E36F00FE2DD9 /* DefaultRateLimits.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultRateLimits.swift; sourceTree = "<group>"; }; |
| 2336 | + F465D2122E87E36F00FE2DD9 /* RateLimits.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RateLimits.swift; sourceTree = "<group>"; }; |
2339 | 2337 | F46DA6C22E1DBCA000DF6E3B /* SentryScopePersistentStore+Helper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+Helper.swift"; sourceTree = "<group>"; }; |
2340 | 2338 | F46E0BA72E6A19F900DAA75C /* SentryCrashWrapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryCrashWrapperTests.swift; sourceTree = "<group>"; }; |
2341 | 2339 | F48E2E092E6637840073CB22 /* TestSentryCrashWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSentryCrashWrapper.swift; sourceTree = "<group>"; }; |
|
3489 | 3487 | 7BBD18AE24517DF600427C76 /* RateLimits */ = { |
3490 | 3488 | isa = PBXGroup; |
3491 | 3489 | children = ( |
3492 | | - 7BBD18962449DC1D00427C76 /* SentryRateLimits.h */, |
3493 | | - 7BBD18902449BE9000427C76 /* SentryDefaultRateLimits.h */, |
3494 | | - 7BBD18922449BEDD00427C76 /* SentryDefaultRateLimits.m */, |
3495 | 3490 | 7B56D73024616CCD00B842DA /* SentryConcurrentRateLimitsDictionary.h */, |
3496 | 3491 | 7B56D73224616D9500B842DA /* SentryConcurrentRateLimitsDictionary.m */, |
3497 | 3492 | 7B3398622459C14000BD9C96 /* SentryEnvelopeRateLimit.h */, |
|
4711 | 4706 | F429D37E2E8532A300DBF387 /* Networking */ = { |
4712 | 4707 | isa = PBXGroup; |
4713 | 4708 | children = ( |
| 4709 | + F465D2112E87E36F00FE2DD9 /* DefaultRateLimits.swift */, |
| 4710 | + F465D2122E87E36F00FE2DD9 /* RateLimits.swift */, |
4714 | 4711 | F429D3992E85360F00DBF387 /* RetryAfterHeaderParser.swift */, |
4715 | 4712 | F429D37D2E8532A300DBF387 /* HttpDateParser.swift */, |
4716 | 4713 | F429D3A82E8562EF00DBF387 /* RateLimitParser.swift */, |
|
5009 | 5006 | 15E0A8EA240F2C9000F044E3 /* SentrySerialization.h in Headers */, |
5010 | 5007 | 63FE70EF20DA4C1000CDBAE8 /* SentryCrashMonitor_AppState.h in Headers */, |
5011 | 5008 | 635B3F381EBC6E2500A6176D /* SentryAsynchronousOperation.h in Headers */, |
5012 | | - 7BBD18972449DC1D00427C76 /* SentryRateLimits.h in Headers */, |
5013 | 5009 | 844EDC76294144DB00C86F34 /* SentrySystemWrapper.h in Headers */, |
5014 | 5010 | 7B3B473025D6CBFC00D01640 /* SentryNSError.h in Headers */, |
5015 | 5011 | 630436101EC0600A00C4D3FA /* SentrySerializable.h in Headers */, |
|
5036 | 5032 | 62C316812B1F2E93000D7031 /* SentryDelayedFramesTracker.h in Headers */, |
5037 | 5033 | 92D957772E05A4F300E20E66 /* SentryAsyncLog.h in Headers */, |
5038 | 5034 | 92EC54CE2E1EB54B00A10AC2 /* SentryClient+Logs.h in Headers */, |
5039 | | - 7BBD18912449BE9000427C76 /* SentryDefaultRateLimits.h in Headers */, |
5040 | 5035 | 7B8713AE26415ADF006D6004 /* SentryAppStartTrackingIntegration.h in Headers */, |
5041 | 5036 | 7B7D873224864BB900D2ECFF /* SentryCrashMachineContextWrapper.h in Headers */, |
5042 | 5037 | 861265F92404EC1500C4AFDE /* SentryArray.h in Headers */, |
|
5734 | 5729 | F429D39A2E85360F00DBF387 /* RetryAfterHeaderParser.swift in Sources */, |
5735 | 5730 | 63FE715F20DA4C1100CDBAE8 /* SentryCrashID.c in Sources */, |
5736 | 5731 | 84B0E0072CD963FD007FB332 /* SentryIconography.swift in Sources */, |
| 5732 | + F465D2132E87E36F00FE2DD9 /* RateLimits.swift in Sources */, |
| 5733 | + F465D2142E87E36F00FE2DD9 /* DefaultRateLimits.swift in Sources */, |
5737 | 5734 | 7DB3A687238EA75E00A2D442 /* SentryHttpTransport.m in Sources */, |
5738 | 5735 | 63FE70D520DA4C1000CDBAE8 /* SentryCrashMonitor_NSException.m in Sources */, |
5739 | 5736 | 62F70E952D423BCD00634054 /* SentryMechanismCodable.swift in Sources */, |
|
5868 | 5865 | 62A456E52B0370E0003F19A1 /* SentryUIEventTrackerTransactionMode.m in Sources */, |
5869 | 5866 | D43A2A122DD47FCE00114724 /* SentryWeakMap.m in Sources */, |
5870 | 5867 | 63FE712D20DA4C1100CDBAE8 /* SentryCrashJSONCodecObjC.m in Sources */, |
5871 | | - 7BBD18932449BEDD00427C76 /* SentryDefaultRateLimits.m in Sources */, |
5872 | 5868 | 639FCF9D1EBC7F9500778193 /* SentryThread.mm in Sources */, |
5873 | 5869 | D88B30A92D48D8C3008DE513 /* SentryMaskingPreviewView.swift in Sources */, |
5874 | 5870 | 849B8F992C6E906900148E1F /* SentryUserFeedbackFormConfiguration.swift in Sources */, |
|
0 commit comments