|
542 | 542 | 7BE1E33224F7E3B6009D3AD0 /* SentryMigrateSessionInit.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BE1E33124F7E3B6009D3AD0 /* SentryMigrateSessionInit.h */; };
|
543 | 543 | 7BE1E33424F7E3CB009D3AD0 /* SentryMigrateSessionInit.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BE1E33324F7E3CB009D3AD0 /* SentryMigrateSessionInit.m */; };
|
544 | 544 | 7BE2C7F8257000A4003B66C7 /* SentryTestIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BE2C7F72570009F003B66C7 /* SentryTestIntegration.m */; };
|
545 |
| - 7BE3C7672445C0CA00A38442 /* SentryCurrentDate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BE3C7662445C0CA00A38442 /* SentryCurrentDate.h */; }; |
546 |
| - 7BE3C7692445C1A800A38442 /* SentryCurrentDate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BE3C7682445C1A800A38442 /* SentryCurrentDate.m */; }; |
547 | 545 | 7BE3C76B2445C27A00A38442 /* SentryCurrentDateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BE3C76A2445C27A00A38442 /* SentryCurrentDateProvider.h */; };
|
548 |
| - 7BE3C76F2445C2F800A38442 /* SentryDefaultCurrentDateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BE3C76E2445C2F800A38442 /* SentryDefaultCurrentDateProvider.h */; }; |
549 |
| - 7BE3C7712445C30D00A38442 /* SentryDefaultCurrentDateProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BE3C7702445C30D00A38442 /* SentryDefaultCurrentDateProvider.m */; }; |
550 | 546 | 7BE3C7752445C82300A38442 /* SentryCurrentDateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BE3C7742445C82300A38442 /* SentryCurrentDateTests.swift */; };
|
551 | 547 | 7BE3C77B2446111500A38442 /* SentryRateLimitParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BE3C77A2446111500A38442 /* SentryRateLimitParser.h */; };
|
552 | 548 | 7BE3C77D2446112C00A38442 /* SentryRateLimitParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BE3C77C2446112C00A38442 /* SentryRateLimitParser.m */; };
|
|
668 | 664 | 84B7FA4429B2924000AD93B1 /* TestRandom.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E25C97425F8511A00DC215B /* TestRandom.swift */; };
|
669 | 665 | 84B7FA4529B2926900AD93B1 /* TestDisplayLinkWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B30B68126527C55006B2752 /* TestDisplayLinkWrapper.swift */; };
|
670 | 666 | 84B7FA4629B2935F00AD93B1 /* ClearTestState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD47B4C268F0B080076A663 /* ClearTestState.swift */; };
|
| 667 | + 84F993C42A62A74000EC0190 /* SentryCurrentDateProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 84F993C32A62A74000EC0190 /* SentryCurrentDateProvider.m */; }; |
671 | 668 | 861265F92404EC1500C4AFDE /* NSArray+SentrySanitize.h in Headers */ = {isa = PBXBuildFile; fileRef = 861265F72404EC1500C4AFDE /* NSArray+SentrySanitize.h */; };
|
672 | 669 | 861265FA2404EC1500C4AFDE /* NSArray+SentrySanitize.m in Sources */ = {isa = PBXBuildFile; fileRef = 861265F82404EC1500C4AFDE /* NSArray+SentrySanitize.m */; };
|
673 | 670 | 8E0551E026A7A63C00400526 /* TestProtocolClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E0551DF26A7A63C00400526 /* TestProtocolClient.swift */; };
|
|
1460 | 1457 | 7BE1E33324F7E3CB009D3AD0 /* SentryMigrateSessionInit.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryMigrateSessionInit.m; sourceTree = "<group>"; };
|
1461 | 1458 | 7BE2C7F625700093003B66C7 /* SentryTestIntegration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SentryTestIntegration.h; sourceTree = "<group>"; };
|
1462 | 1459 | 7BE2C7F72570009F003B66C7 /* SentryTestIntegration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryTestIntegration.m; sourceTree = "<group>"; };
|
1463 |
| - 7BE3C7662445C0CA00A38442 /* SentryCurrentDate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryCurrentDate.h; path = include/SentryCurrentDate.h; sourceTree = "<group>"; }; |
1464 |
| - 7BE3C7682445C1A800A38442 /* SentryCurrentDate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryCurrentDate.m; sourceTree = "<group>"; }; |
1465 | 1460 | 7BE3C76A2445C27A00A38442 /* SentryCurrentDateProvider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryCurrentDateProvider.h; path = include/SentryCurrentDateProvider.h; sourceTree = "<group>"; };
|
1466 |
| - 7BE3C76E2445C2F800A38442 /* SentryDefaultCurrentDateProvider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryDefaultCurrentDateProvider.h; path = include/SentryDefaultCurrentDateProvider.h; sourceTree = "<group>"; }; |
1467 |
| - 7BE3C7702445C30D00A38442 /* SentryDefaultCurrentDateProvider.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryDefaultCurrentDateProvider.m; sourceTree = "<group>"; }; |
1468 | 1461 | 7BE3C7742445C82300A38442 /* SentryCurrentDateTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryCurrentDateTests.swift; sourceTree = "<group>"; };
|
1469 | 1462 | 7BE3C7762445E50A00A38442 /* TestCurrentDateProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestCurrentDateProvider.swift; sourceTree = "<group>"; };
|
1470 | 1463 | 7BE3C77A2446111500A38442 /* SentryRateLimitParser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryRateLimitParser.h; path = include/SentryRateLimitParser.h; sourceTree = "<group>"; };
|
|
1603 | 1596 | 84B7FA4729B2995A00AD93B1 /* DeploymentTargets.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = DeploymentTargets.xcconfig; sourceTree = "<group>"; };
|
1604 | 1597 | 84C47B2B2A09239100DAEB8A /* .codecov.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = .codecov.yml; sourceTree = "<group>"; };
|
1605 | 1598 | 84E4F5692914F020004C7358 /* Brewfile */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = text; path = Brewfile; sourceTree = "<group>"; tabWidth = 2; };
|
| 1599 | + 84F993C32A62A74000EC0190 /* SentryCurrentDateProvider.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryCurrentDateProvider.m; sourceTree = "<group>"; }; |
1606 | 1600 | 861265F72404EC1500C4AFDE /* NSArray+SentrySanitize.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "NSArray+SentrySanitize.h"; path = "include/NSArray+SentrySanitize.h"; sourceTree = "<group>"; };
|
1607 | 1601 | 861265F82404EC1500C4AFDE /* NSArray+SentrySanitize.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSArray+SentrySanitize.m"; sourceTree = "<group>"; };
|
1608 | 1602 | 8E0551DF26A7A63C00400526 /* TestProtocolClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestProtocolClient.swift; sourceTree = "<group>"; };
|
|
2161 | 2155 | 7BC63F0928081288009D9E37 /* SentrySwizzleWrapper.m */,
|
2162 | 2156 | 632F434E1F581D5400A18A36 /* SentryCrashExceptionApplication.h */,
|
2163 | 2157 | 632F434F1F581D5400A18A36 /* SentryCrashExceptionApplication.m */,
|
2164 |
| - 7BE3C7662445C0CA00A38442 /* SentryCurrentDate.h */, |
2165 |
| - 7BE3C7682445C1A800A38442 /* SentryCurrentDate.m */, |
2166 | 2158 | 7BE3C76A2445C27A00A38442 /* SentryCurrentDateProvider.h */,
|
2167 |
| - 7BE3C76E2445C2F800A38442 /* SentryDefaultCurrentDateProvider.h */, |
2168 |
| - 7BE3C7702445C30D00A38442 /* SentryDefaultCurrentDateProvider.m */, |
| 2159 | + 84F993C32A62A74000EC0190 /* SentryCurrentDateProvider.m */, |
2169 | 2160 | 7BD729952463E83300EA3610 /* SentryDateUtil.h */,
|
2170 | 2161 | 7BD729972463E93500EA3610 /* SentryDateUtil.m */,
|
2171 | 2162 | 7B98D7E325FB7A7200C5A389 /* SentryAppState.h */,
|
|
3571 | 3562 | 8E564AEF267AF24400FE117D /* SentryNetworkTracker.h in Headers */,
|
3572 | 3563 | 63FE715120DA4C1100CDBAE8 /* SentryCrashDebug.h in Headers */,
|
3573 | 3564 | 63FE70F520DA4C1000CDBAE8 /* SentryCrashMonitor_System.h in Headers */,
|
3574 |
| - 7BE3C7672445C0CA00A38442 /* SentryCurrentDate.h in Headers */, |
3575 | 3565 | 7B31C291277B04A000337126 /* SentryCrashPlatformSpecificDefines.h in Headers */,
|
3576 | 3566 | 7B77BE3527EC8445003C9020 /* SentryDiscardReasonMapper.h in Headers */,
|
3577 | 3567 | 7B610D602512390E00B0B5D9 /* SentrySDK+Private.h in Headers */,
|
3578 |
| - 7BE3C76F2445C2F800A38442 /* SentryDefaultCurrentDateProvider.h in Headers */, |
3579 | 3568 | 03F84D2327DD414C008FE43F /* SentryThreadHandle.hpp in Headers */,
|
3580 | 3569 | 7B6C5EE0264E8E050010D138 /* SentryFramesTracker.h in Headers */,
|
3581 | 3570 | 63FE715720DA4C1100CDBAE8 /* SentryCrashThread.h in Headers */,
|
|
4017 | 4006 | 15360CD62432832400112302 /* SentryAutoSessionTrackingIntegration.m in Sources */,
|
4018 | 4007 | 7B63459F280EBA7200CFA05A /* SentryUIEventTracker.m in Sources */,
|
4019 | 4008 | 7BF9EF782722B35D00B5BBEF /* SentrySubClassFinder.m in Sources */,
|
4020 |
| - 7BE3C7692445C1A800A38442 /* SentryCurrentDate.m in Sources */, |
4021 | 4009 | 7BCFA71627D0BB50008C662C /* SentryANRTracker.m in Sources */,
|
4022 | 4010 | 63EED6C02237923600E02400 /* SentryOptions.m in Sources */,
|
4023 | 4011 | D8CB741B2947286500A5F964 /* SentryEnvelopeItemHeader.m in Sources */,
|
|
4122 | 4110 | 03F84D3227DD4191008FE43F /* SentryProfiler.mm in Sources */,
|
4123 | 4111 | 635B3F391EBC6E2500A6176D /* SentryAsynchronousOperation.m in Sources */,
|
4124 | 4112 | 63FE717520DA4C1100CDBAE8 /* SentryCrash.m in Sources */,
|
4125 |
| - 7BE3C7712445C30D00A38442 /* SentryDefaultCurrentDateProvider.m in Sources */, |
4126 | 4113 | 6344DDB11EC308E400D9160D /* SentryCrashInstallationReporter.m in Sources */,
|
4127 | 4114 | D85596F3280580F10041FF8B /* SentryScreenshotIntegration.m in Sources */,
|
4128 | 4115 | 7BAF3DCE243DCBFE008A5414 /* SentryTransportFactory.m in Sources */,
|
|
4181 | 4168 | D8603DD6284F8497000E1227 /* SentryBaggage.m in Sources */,
|
4182 | 4169 | 63FE711520DA4C1000CDBAE8 /* SentryCrashJSONCodec.c in Sources */,
|
4183 | 4170 | 03F84D3327DD4191008FE43F /* SentryMachLogging.cpp in Sources */,
|
| 4171 | + 84F993C42A62A74000EC0190 /* SentryCurrentDateProvider.m in Sources */, |
4184 | 4172 | D85852BA27EDDC5900C6D8AE /* SentryUIApplication.m in Sources */,
|
4185 | 4173 | 7B4E375F258231FC00059C93 /* SentryAttachment.m in Sources */,
|
4186 | 4174 | 636085141ED47BE600E8599E /* SentryFileManager.m in Sources */,
|
|
0 commit comments