|
551 | 551 | 7BE0DC2F272ABAF6004FA8B7 /* SentryAutoBreadcrumbTrackingIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BE0DC2E272ABAF6004FA8B7 /* SentryAutoBreadcrumbTrackingIntegrationTests.swift */; }; |
552 | 552 | 7BE2C7F8257000A4003B66C7 /* SentryTestIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BE2C7F72570009F003B66C7 /* SentryTestIntegration.m */; }; |
553 | 553 | 7BE3C7752445C82300A38442 /* SentryCurrentDateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BE3C7742445C82300A38442 /* SentryCurrentDateTests.swift */; }; |
554 | | - 7BE3C77B2446111500A38442 /* SentryRateLimitParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BE3C77A2446111500A38442 /* SentryRateLimitParser.h */; }; |
555 | | - 7BE3C77D2446112C00A38442 /* SentryRateLimitParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BE3C77C2446112C00A38442 /* SentryRateLimitParser.m */; }; |
556 | 554 | 7BE3C78724472E9800A38442 /* TestRequestManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BE3C78624472E9800A38442 /* TestRequestManager.swift */; }; |
557 | 555 | 7BE8E8462593313500C4DA1F /* SentryAttachment+Equality.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BE8E8452593313500C4DA1F /* SentryAttachment+Equality.m */; }; |
558 | 556 | 7BE912AB272162AF00E49E62 /* SentryNoOpSpan.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BE912AA272162AF00E49E62 /* SentryNoOpSpan.h */; }; |
|
992 | 990 | F41362112E1C55AF00B84443 /* SentryScopePersistentStore+Tags.swift in Sources */ = {isa = PBXBuildFile; fileRef = F41362102E1C55AF00B84443 /* SentryScopePersistentStore+Tags.swift */; }; |
993 | 991 | F41362132E1C566100B84443 /* SentryScopePersistentStore+User.swift in Sources */ = {isa = PBXBuildFile; fileRef = F41362122E1C566100B84443 /* SentryScopePersistentStore+User.swift */; }; |
994 | 992 | F41362152E1C568400B84443 /* SentryScopePersistentStore+Context.swift in Sources */ = {isa = PBXBuildFile; fileRef = F41362142E1C568400B84443 /* SentryScopePersistentStore+Context.swift */; }; |
| 993 | + F429D3AA2E8562EF00DBF387 /* RateLimitParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F429D3A82E8562EF00DBF387 /* RateLimitParser.swift */; }; |
995 | 994 | F429D37F2E8532A300DBF387 /* HttpDateParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F429D37D2E8532A300DBF387 /* HttpDateParser.swift */; }; |
996 | 995 | F443DB272E09BE8C009A9045 /* LoadValidatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F443DB262E09BE8C009A9045 /* LoadValidatorTests.swift */; }; |
997 | 996 | F44858132E03579D0013E63B /* SentryCrashDynamicLinker+Test.h in Headers */ = {isa = PBXBuildFile; fileRef = F44858122E0357940013E63B /* SentryCrashDynamicLinker+Test.h */; }; |
|
1831 | 1830 | 7BE2C7F72570009F003B66C7 /* SentryTestIntegration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryTestIntegration.m; sourceTree = "<group>"; }; |
1832 | 1831 | 7BE3C7742445C82300A38442 /* SentryCurrentDateTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryCurrentDateTests.swift; sourceTree = "<group>"; }; |
1833 | 1832 | 7BE3C7762445E50A00A38442 /* TestCurrentDateProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestCurrentDateProvider.swift; sourceTree = "<group>"; }; |
1834 | | - 7BE3C77A2446111500A38442 /* SentryRateLimitParser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryRateLimitParser.h; path = include/SentryRateLimitParser.h; sourceTree = "<group>"; }; |
1835 | | - 7BE3C77C2446112C00A38442 /* SentryRateLimitParser.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryRateLimitParser.m; sourceTree = "<group>"; }; |
1836 | 1833 | 7BE3C77E2446116400A38442 /* SentryRateLimitsParserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryRateLimitsParserTests.swift; sourceTree = "<group>"; }; |
1837 | 1834 | 7BE3C78624472E9800A38442 /* TestRequestManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestRequestManager.swift; sourceTree = "<group>"; }; |
1838 | 1835 | 7BE8E8442593313500C4DA1F /* SentryAttachment+Equality.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentryAttachment+Equality.h"; sourceTree = "<group>"; }; |
|
2337 | 2334 | F41362102E1C55AF00B84443 /* SentryScopePersistentStore+Tags.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+Tags.swift"; sourceTree = "<group>"; }; |
2338 | 2335 | F41362122E1C566100B84443 /* SentryScopePersistentStore+User.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+User.swift"; sourceTree = "<group>"; }; |
2339 | 2336 | F41362142E1C568400B84443 /* SentryScopePersistentStore+Context.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+Context.swift"; sourceTree = "<group>"; }; |
| 2337 | + F429D3A82E8562EF00DBF387 /* RateLimitParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RateLimitParser.swift; sourceTree = "<group>"; }; |
2340 | 2338 | F429D37D2E8532A300DBF387 /* HttpDateParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HttpDateParser.swift; sourceTree = "<group>"; }; |
2341 | 2339 | F443DB262E09BE8C009A9045 /* LoadValidatorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadValidatorTests.swift; sourceTree = "<group>"; }; |
2342 | 2340 | F44858122E0357940013E63B /* SentryCrashDynamicLinker+Test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentryCrashDynamicLinker+Test.h"; sourceTree = "<group>"; }; |
|
3504 | 3502 | 7BBD18922449BEDD00427C76 /* SentryDefaultRateLimits.m */, |
3505 | 3503 | 7B56D73024616CCD00B842DA /* SentryConcurrentRateLimitsDictionary.h */, |
3506 | 3504 | 7B56D73224616D9500B842DA /* SentryConcurrentRateLimitsDictionary.m */, |
3507 | | - 7BE3C77A2446111500A38442 /* SentryRateLimitParser.h */, |
3508 | | - 7BE3C77C2446112C00A38442 /* SentryRateLimitParser.m */, |
3509 | 3505 | 7BBD189C244EC71A00427C76 /* SentryRetryAfterHeaderParser.h */, |
3510 | 3506 | 7BBD189D244EC8D200427C76 /* SentryRetryAfterHeaderParser.m */, |
3511 | 3507 | 7B3398622459C14000BD9C96 /* SentryEnvelopeRateLimit.h */, |
|
4726 | 4722 | isa = PBXGroup; |
4727 | 4723 | children = ( |
4728 | 4724 | F429D37D2E8532A300DBF387 /* HttpDateParser.swift */, |
| 4725 | + F429D3A82E8562EF00DBF387 /* RateLimitParser.swift */, |
4729 | 4726 | ); |
4730 | 4727 | path = Networking; |
4731 | 4728 | sourceTree = "<group>"; |
|
4991 | 4988 | 62862B1C2B1DDBC8009B16E3 /* SentryDelayedFrame.h in Headers */, |
4992 | 4989 | 627E7589299F6FE40085504D /* SentryInternalDefines.h in Headers */, |
4993 | 4990 | FA3854362E267DA60045A563 /* SentryUser+Serialize.h in Headers */, |
4994 | | - 7BE3C77B2446111500A38442 /* SentryRateLimitParser.h in Headers */, |
4995 | 4991 | 7D0637032382B34300B30749 /* SentryScope.h in Headers */, |
4996 | 4992 | 03F84D2727DD414C008FE43F /* SentryMachLogging.hpp in Headers */, |
4997 | 4993 | 63295AF51EF3C7DB002D4490 /* SentryNSDictionarySanitize.h in Headers */, |
|
5624 | 5620 | FAF1201A2E70C0EE006E1DA3 /* SentryEnvelopeHeaderHelper.m in Sources */, |
5625 | 5621 | F49D419E2DEA3D0600D9244E /* SentryCrashExceptionApplicationHelper.m in Sources */, |
5626 | 5622 | D8ACE3C82762187200F5A213 /* SentryFileIOTracker.m in Sources */, |
5627 | | - 7BE3C77D2446112C00A38442 /* SentryRateLimitParser.m in Sources */, |
5628 | 5623 | D8B088B729C9E3FF00213258 /* SentryTracerConfiguration.m in Sources */, |
5629 | 5624 | FA7206E12E0B37C80072FDD4 /* SentryProfileCollector.mm in Sources */, |
5630 | 5625 | 9264E1EB2E2E385E00B077CF /* SentryLogMessage.swift in Sources */, |
|
5960 | 5955 | FACEED132E3179A10007B4AC /* SentyOptionsInternal.m in Sources */, |
5961 | 5956 | 8482FA9C2DD7C397000E9283 /* SentryFeedbackAPI.m in Sources */, |
5962 | 5957 | 7BC9A20628F41781001E7C4C /* SentryMeasurementUnit.m in Sources */, |
| 5958 | + F429D3AA2E8562EF00DBF387 /* RateLimitParser.swift in Sources */, |
5963 | 5959 | 63FE71A020DA4C1100CDBAE8 /* SentryCrashInstallation.m in Sources */, |
5964 | 5960 | 63FE713520DA4C1100CDBAE8 /* SentryCrashMemory.c in Sources */, |
5965 | 5961 | 629194A92D51F976000F7C6B /* SentryDebugMetaCodable.swift in Sources */, |
|
0 commit comments