|
344 | 344 | 7B0002342477F52D0035FEF1 /* SentrySessionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B0002332477F52D0035FEF1 /* SentrySessionTests.swift */; }; |
345 | 345 | 7B01CE3D271993AC00B5AF31 /* SentryTransportFactoryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B01CE3C271993AB00B5AF31 /* SentryTransportFactoryTests.swift */; }; |
346 | 346 | 7B04A9AB24EA5F8D00E710B1 /* SentryUserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B04A9AA24EA5F8D00E710B1 /* SentryUserTests.swift */; }; |
347 | | - 7B04A9AF24EAC02C00E710B1 /* SentryRetryAfterHeaderParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BBD189C244EC71A00427C76 /* SentryRetryAfterHeaderParser.h */; }; |
348 | 347 | 7B05A61824A4D14A00EF211D /* SentrySessionGeneratorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B05A61724A4D14A00EF211D /* SentrySessionGeneratorTests.swift */; }; |
349 | 348 | 7B08A3452924CF6C0059603A /* SentryMetricKitIntegration.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B08A3442924CF6C0059603A /* SentryMetricKitIntegration.h */; }; |
350 | 349 | 7B08A3472924CF9C0059603A /* SentryMetricKitIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B08A3462924CF9C0059603A /* SentryMetricKitIntegration.m */; }; |
|
497 | 496 | 7BBD18932449BEDD00427C76 /* SentryDefaultRateLimits.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BBD18922449BEDD00427C76 /* SentryDefaultRateLimits.m */; }; |
498 | 497 | 7BBD18972449DC1D00427C76 /* SentryRateLimits.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BBD18962449DC1D00427C76 /* SentryRateLimits.h */; }; |
499 | 498 | 7BBD18992449DE9D00427C76 /* TestRateLimits.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBD18982449DE9D00427C76 /* TestRateLimits.swift */; }; |
500 | | - 7BBD189E244EC8D200427C76 /* SentryRetryAfterHeaderParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BBD189D244EC8D200427C76 /* SentryRetryAfterHeaderParser.m */; }; |
501 | 499 | 7BBD18A2244EE2FD00427C76 /* TestResponseFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBD18A1244EE2FD00427C76 /* TestResponseFactory.swift */; }; |
502 | 500 | 7BBD18B22451804C00427C76 /* SentryRetryAfterHeaderParserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBD189F244ED1A200427C76 /* SentryRetryAfterHeaderParserTests.swift */; }; |
503 | 501 | 7BBD18B32451805500427C76 /* SentryRateLimitsParserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BE3C77E2446116400A38442 /* SentryRateLimitsParserTests.swift */; }; |
|
990 | 988 | F41362152E1C568400B84443 /* SentryScopePersistentStore+Context.swift in Sources */ = {isa = PBXBuildFile; fileRef = F41362142E1C568400B84443 /* SentryScopePersistentStore+Context.swift */; }; |
991 | 989 | F429D3AA2E8562EF00DBF387 /* RateLimitParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F429D3A82E8562EF00DBF387 /* RateLimitParser.swift */; }; |
992 | 990 | F429D37F2E8532A300DBF387 /* HttpDateParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F429D37D2E8532A300DBF387 /* HttpDateParser.swift */; }; |
| 991 | + F429D39A2E85360F00DBF387 /* RetryAfterHeaderParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F429D3992E85360F00DBF387 /* RetryAfterHeaderParser.swift */; }; |
993 | 992 | F443DB272E09BE8C009A9045 /* LoadValidatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F443DB262E09BE8C009A9045 /* LoadValidatorTests.swift */; }; |
994 | 993 | F44858132E03579D0013E63B /* SentryCrashDynamicLinker+Test.h in Headers */ = {isa = PBXBuildFile; fileRef = F44858122E0357940013E63B /* SentryCrashDynamicLinker+Test.h */; }; |
995 | 994 | F451FAA62E0B304E0050ACF2 /* LoadValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F451FAA52E0B304E0050ACF2 /* LoadValidator.swift */; }; |
|
1770 | 1769 | 7BBD18942449D3E200427C76 /* SentryDefaultRateLimitsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryDefaultRateLimitsTests.swift; sourceTree = "<group>"; }; |
1771 | 1770 | 7BBD18962449DC1D00427C76 /* SentryRateLimits.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryRateLimits.h; path = include/SentryRateLimits.h; sourceTree = "<group>"; }; |
1772 | 1771 | 7BBD18982449DE9D00427C76 /* TestRateLimits.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestRateLimits.swift; sourceTree = "<group>"; }; |
1773 | | - 7BBD189C244EC71A00427C76 /* SentryRetryAfterHeaderParser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryRetryAfterHeaderParser.h; path = include/SentryRetryAfterHeaderParser.h; sourceTree = "<group>"; }; |
1774 | | - 7BBD189D244EC8D200427C76 /* SentryRetryAfterHeaderParser.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryRetryAfterHeaderParser.m; sourceTree = "<group>"; }; |
1775 | 1772 | 7BBD189F244ED1A200427C76 /* SentryRetryAfterHeaderParserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryRetryAfterHeaderParserTests.swift; sourceTree = "<group>"; }; |
1776 | 1773 | 7BBD18A1244EE2FD00427C76 /* TestResponseFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestResponseFactory.swift; sourceTree = "<group>"; }; |
1777 | 1774 | 7BBD18BA24530D2600427C76 /* SentryFileManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryFileManagerTests.swift; sourceTree = "<group>"; }; |
|
2334 | 2331 | F41362142E1C568400B84443 /* SentryScopePersistentStore+Context.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+Context.swift"; sourceTree = "<group>"; }; |
2335 | 2332 | F429D3A82E8562EF00DBF387 /* RateLimitParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RateLimitParser.swift; sourceTree = "<group>"; }; |
2336 | 2333 | F429D37D2E8532A300DBF387 /* HttpDateParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HttpDateParser.swift; sourceTree = "<group>"; }; |
| 2334 | + F429D3992E85360F00DBF387 /* RetryAfterHeaderParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RetryAfterHeaderParser.swift; sourceTree = "<group>"; }; |
2337 | 2335 | F443DB262E09BE8C009A9045 /* LoadValidatorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadValidatorTests.swift; sourceTree = "<group>"; }; |
2338 | 2336 | F44858122E0357940013E63B /* SentryCrashDynamicLinker+Test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentryCrashDynamicLinker+Test.h"; sourceTree = "<group>"; }; |
2339 | 2337 | F451FAA52E0B304E0050ACF2 /* LoadValidator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadValidator.swift; sourceTree = "<group>"; }; |
|
3503 | 3501 | 7BBD18922449BEDD00427C76 /* SentryDefaultRateLimits.m */, |
3504 | 3502 | 7B56D73024616CCD00B842DA /* SentryConcurrentRateLimitsDictionary.h */, |
3505 | 3503 | 7B56D73224616D9500B842DA /* SentryConcurrentRateLimitsDictionary.m */, |
3506 | | - 7BBD189C244EC71A00427C76 /* SentryRetryAfterHeaderParser.h */, |
3507 | | - 7BBD189D244EC8D200427C76 /* SentryRetryAfterHeaderParser.m */, |
3508 | 3504 | 7B3398622459C14000BD9C96 /* SentryEnvelopeRateLimit.h */, |
3509 | 3505 | 7B3398642459C15200BD9C96 /* SentryEnvelopeRateLimit.m */, |
3510 | 3506 | ); |
|
4721 | 4717 | F429D37E2E8532A300DBF387 /* Networking */ = { |
4722 | 4718 | isa = PBXGroup; |
4723 | 4719 | children = ( |
| 4720 | + F429D3992E85360F00DBF387 /* RetryAfterHeaderParser.swift */, |
4724 | 4721 | F429D37D2E8532A300DBF387 /* HttpDateParser.swift */, |
4725 | 4722 | F429D3A82E8562EF00DBF387 /* RateLimitParser.swift */, |
4726 | 4723 | ); |
|
5175 | 5172 | 63FE714F20DA4C1100CDBAE8 /* SentryCrashNSErrorUtil.h in Headers */, |
5176 | 5173 | 84A7890A2C0E9F6400FF0803 /* SentrySpan+Private.h in Headers */, |
5177 | 5174 | 7BC5B6FA290BCDE500D99477 /* SentryHttpStatusCodeRange+Private.h in Headers */, |
5178 | | - 7B04A9AF24EAC02C00E710B1 /* SentryRetryAfterHeaderParser.h in Headers */, |
5179 | 5175 | 9286059529A5096600F96038 /* SentryGeo.h in Headers */, |
5180 | 5176 | 7B98D7BC25FB607300C5A389 /* SentryWatchdogTerminationTracker.h in Headers */, |
5181 | 5177 | 7BA61CB9247BC57B00C130A8 /* SentryCrashDefaultBinaryImageProvider.h in Headers */, |
|
5742 | 5738 | D8CAC02E2BA0663E00E38F34 /* SentryReplayOptions.swift in Sources */, |
5743 | 5739 | 7BECF42826145CD900D9826E /* SentryMechanismMeta.m in Sources */, |
5744 | 5740 | 8E7C982F2693D56000E6336C /* SentryTraceHeader.m in Sources */, |
| 5741 | + F429D39A2E85360F00DBF387 /* RetryAfterHeaderParser.swift in Sources */, |
5745 | 5742 | 63FE715F20DA4C1100CDBAE8 /* SentryCrashID.c in Sources */, |
5746 | 5743 | 84B0E0072CD963FD007FB332 /* SentryIconography.swift in Sources */, |
5747 | 5744 | 7DB3A687238EA75E00A2D442 /* SentryHttpTransport.m in Sources */, |
|
5907 | 5904 | 7B42C48227E08F4B009B58C2 /* SentryDependencyContainer.m in Sources */, |
5908 | 5905 | 639FCFAD1EBC811400778193 /* SentryUser.m in Sources */, |
5909 | 5906 | FA94E7242E6F339400576666 /* SentryEnvelopeItemType.swift in Sources */, |
5910 | | - 7BBD189E244EC8D200427C76 /* SentryRetryAfterHeaderParser.m in Sources */, |
5911 | 5907 | F41362152E1C568400B84443 /* SentryScopePersistentStore+Context.swift in Sources */, |
5912 | 5908 | F46DA6C32E1DBCA000DF6E3B /* SentryScopePersistentStore+Helper.swift in Sources */, |
5913 | 5909 | 63FE711920DA4C1000CDBAE8 /* SentryCrashMachineContext.c in Sources */, |
|
0 commit comments