|
718 | 718 | 92235CAE2E15549C00865983 /* SentryLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92235CAD2E15549C00865983 /* SentryLogger.swift */; }; |
719 | 719 | 92235CB02E155B2600865983 /* SentryLoggerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92235CAF2E155B2600865983 /* SentryLoggerTests.swift */; }; |
720 | 720 | 925824C22CB5897700C9B20B /* SentrySessionReplayIntegration-Hybrid.h in Headers */ = {isa = PBXBuildFile; fileRef = D80382BE2C09C6FD0090E048 /* SentrySessionReplayIntegration-Hybrid.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
| 721 | + 92622E092EABB71000ABE7FF /* SentryLogSPMTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92622E082EABB71000ABE7FF /* SentryLogSPMTests.swift */; }; |
| 722 | + 92622E142EABBDA900ABE7FF /* SentryLog+SPM.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92622E132EABBDA900ABE7FF /* SentryLog+SPM.swift */; }; |
721 | 723 | 9264E1EB2E2E385E00B077CF /* SentryLogMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9264E1EA2E2E385B00B077CF /* SentryLogMessage.swift */; }; |
722 | 724 | 9264E1ED2E2E397C00B077CF /* SentryLogMessageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9264E1EC2E2E397400B077CF /* SentryLogMessageTests.swift */; }; |
723 | 725 | 92672BB629C9A2A9006B021C /* SentryBreadcrumb+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 92672BB529C9A2A9006B021C /* SentryBreadcrumb+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
|
732 | 734 | 92D957732E05A44600E20E66 /* SentryAsyncLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 92D957722E05A44600E20E66 /* SentryAsyncLog.m */; }; |
733 | 735 | 92D957772E05A4F300E20E66 /* SentryAsyncLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 92D957762E05A4F300E20E66 /* SentryAsyncLog.h */; }; |
734 | 736 | 92E5F3D62CDBB3BF00B7AD98 /* SentrySampling.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E8C57A525EEFC42001CEEFA /* SentrySampling.h */; }; |
735 | | - 92EC54CE2E1EB54B00A10AC2 /* SentryClient+Logs.h in Headers */ = {isa = PBXBuildFile; fileRef = 92EC54CD2E1EB54B00A10AC2 /* SentryClient+Logs.h */; }; |
736 | 737 | 92ECD7202E05A7DF0063EC10 /* SentryLogC.h in Headers */ = {isa = PBXBuildFile; fileRef = D8AE48B12C5786AA0092A2A6 /* SentryLogC.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
737 | 738 | 92ECD73C2E05ACE00063EC10 /* SentryLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ECD73B2E05ACDE0063EC10 /* SentryLog.swift */; }; |
738 | 739 | 92ECD73E2E05AD320063EC10 /* SentryLogLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ECD73D2E05AD2B0063EC10 /* SentryLogLevel.swift */; }; |
|
2078 | 2079 | 92235CAB2E15369900865983 /* SentryLogBatcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogBatcher.swift; sourceTree = "<group>"; }; |
2079 | 2080 | 92235CAD2E15549C00865983 /* SentryLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogger.swift; sourceTree = "<group>"; }; |
2080 | 2081 | 92235CAF2E155B2600865983 /* SentryLoggerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLoggerTests.swift; sourceTree = "<group>"; }; |
| 2082 | + 92622E082EABB71000ABE7FF /* SentryLogSPMTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogSPMTests.swift; sourceTree = "<group>"; }; |
| 2083 | + 92622E132EABBDA900ABE7FF /* SentryLog+SPM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryLog+SPM.swift"; sourceTree = "<group>"; }; |
2081 | 2084 | 9264E1EA2E2E385B00B077CF /* SentryLogMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogMessage.swift; sourceTree = "<group>"; }; |
2082 | 2085 | 9264E1EC2E2E397400B077CF /* SentryLogMessageTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogMessageTests.swift; sourceTree = "<group>"; }; |
2083 | 2086 | 92672BB529C9A2A9006B021C /* SentryBreadcrumb+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SentryBreadcrumb+Private.h"; path = "include/HybridPublic/SentryBreadcrumb+Private.h"; sourceTree = "<group>"; }; |
|
2091 | 2094 | 92B6BDAC2E05B9F700D538B3 /* SentryLogTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogTests.swift; sourceTree = "<group>"; }; |
2092 | 2095 | 92D957722E05A44600E20E66 /* SentryAsyncLog.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryAsyncLog.m; sourceTree = "<group>"; }; |
2093 | 2096 | 92D957762E05A4F300E20E66 /* SentryAsyncLog.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryAsyncLog.h; path = include/SentryAsyncLog.h; sourceTree = "<group>"; }; |
2094 | | - 92EC54CD2E1EB54B00A10AC2 /* SentryClient+Logs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryClient+Logs.h"; path = "include/SentryClient+Logs.h"; sourceTree = "<group>"; }; |
2095 | 2097 | 92ECD73B2E05ACDE0063EC10 /* SentryLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLog.swift; sourceTree = "<group>"; }; |
2096 | 2098 | 92ECD73D2E05AD2B0063EC10 /* SentryLogLevel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogLevel.swift; sourceTree = "<group>"; }; |
2097 | 2099 | 92ECD73F2E05AD500063EC10 /* SentryLogAttribute.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogAttribute.swift; sourceTree = "<group>"; }; |
|
2685 | 2687 | 84B0E0062CD963F9007FB332 /* SentryIconography.swift */, |
2686 | 2688 | 621F61F02BEA073A005E654F /* SentryEnabledFeaturesBuilder.swift */, |
2687 | 2689 | F4FE9DFB2E622CD70014FED5 /* SentryDefaultObjCRuntimeWrapper.swift */, |
| 2690 | + 92622E132EABBDA900ABE7FF /* SentryLog+SPM.swift */, |
2688 | 2691 | F4FE9DFC2E622CD70014FED5 /* SentryObjCRuntimeWrapper.swift */, |
2689 | 2692 | ); |
2690 | 2693 | path = Helper; |
|
3112 | 3115 | 63AA76941EB9C1C200D153DE /* SentryClient.h */, |
3113 | 3116 | 63AA75ED1EB8B3C400D153DE /* SentryClient.m */, |
3114 | 3117 | 7B85DC1C24EFAFCD007D01D2 /* SentryClient+Private.h */, |
3115 | | - 92EC54CD2E1EB54B00A10AC2 /* SentryClient+Logs.h */, |
3116 | 3118 | 7B610D5E2512390E00B0B5D9 /* SentrySDK+Private.h */, |
3117 | 3119 | FA6555132E30181B009917BC /* SentrySDKInternal.h */, |
3118 | 3120 | FA6555152E30182B009917BC /* SentrySDKInternal.m */, |
|
3607 | 3609 | F4A930242E661856006DA6EF /* SentryMobileProvisionParserTests.swift */, |
3608 | 3610 | D4F7BD7C2E4373BB004A2D77 /* SentryLevelMapperTests.swift */, |
3609 | 3611 | D8AE48BE2C578D540092A2A6 /* SentrySDKLog.swift */, |
| 3612 | + 92622E082EABB71000ABE7FF /* SentryLogSPMTests.swift */, |
3610 | 3613 | 849AC3FF29E0C1FF00889C16 /* SentryFormatterTests.swift */, |
3611 | 3614 | 7B88F30324BC8E6500ADF90A /* SentrySerializationTests.swift */, |
3612 | 3615 | 62F4DDA02C04CB9700588890 /* SentryBaggageSerializationTests.swift */, |
|
5147 | 5150 | 8E7C98312693E1CC00E6336C /* SentryTraceHeader.h in Headers */, |
5148 | 5151 | 62C316812B1F2E93000D7031 /* SentryDelayedFramesTracker.h in Headers */, |
5149 | 5152 | 92D957772E05A4F300E20E66 /* SentryAsyncLog.h in Headers */, |
5150 | | - 92EC54CE2E1EB54B00A10AC2 /* SentryClient+Logs.h in Headers */, |
5151 | 5153 | 7B8713AE26415ADF006D6004 /* SentryAppStartTrackingIntegration.h in Headers */, |
5152 | 5154 | 7B7D873224864BB900D2ECFF /* SentryCrashMachineContextWrapper.h in Headers */, |
5153 | 5155 | 861265F92404EC1500C4AFDE /* SentryArray.h in Headers */, |
|
6026 | 6028 | 7B14089824878F950035403D /* SentryCrashStackEntryMapper.m in Sources */, |
6027 | 6029 | D8BC28C82BFF5EBB0054DA4D /* SentryTouchTracker.swift in Sources */, |
6028 | 6030 | 63FE711720DA4C1000CDBAE8 /* SentryCrashStackCursor_Backtrace.c in Sources */, |
| 6031 | + 92622E142EABBDA900ABE7FF /* SentryLog+SPM.swift in Sources */, |
6029 | 6032 | FA3A42722E1C5F9B00A08C39 /* SentryNSNotificationCenterWrapper.swift in Sources */, |
6030 | 6033 | 63FE70CB20DA4C1000CDBAE8 /* SentryCrashReportFixer.c in Sources */, |
6031 | 6034 | F4A930232E65FDBF006DA6EF /* SentryMobileProvisionParser.swift in Sources */, |
|
6134 | 6137 | 7BE3C78724472E9800A38442 /* TestRequestManager.swift in Sources */, |
6135 | 6138 | 63FE722220DA66EC00CDBAE8 /* SentryCrashJSONCodec_Tests.m in Sources */, |
6136 | 6139 | 7B0A5452252311CE00A71716 /* SentryBreadcrumbTests.swift in Sources */, |
| 6140 | + 92622E092EABB71000ABE7FF /* SentryLogSPMTests.swift in Sources */, |
6137 | 6141 | 7BE3C7752445C82300A38442 /* SentryCurrentDateTests.swift in Sources */, |
6138 | 6142 | 7B3398672459C4AE00BD9C96 /* SentryEnvelopeRateLimitTests.swift in Sources */, |
6139 | 6143 | 8EA9AF492665AC48002771B4 /* SentryPerformanceTrackerTests.swift in Sources */, |
|
0 commit comments