|
725 | 725 | 9241AC442EBA39A500E611ED /* SentrySwiftLog.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9241AC132EBA38CB00E611ED /* SentrySwiftLog.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
726 | 726 | 9241AC4F2EBA3A0C00E611ED /* SentryLogHandlerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9241AC4D2EBA3A0C00E611ED /* SentryLogHandlerTests.swift */; }; |
727 | 727 | 925824C22CB5897700C9B20B /* SentrySessionReplayIntegration-Hybrid.h in Headers */ = {isa = PBXBuildFile; fileRef = D80382BE2C09C6FD0090E048 /* SentrySessionReplayIntegration-Hybrid.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
728 | | - 92622E092EABB71000ABE7FF /* SentryLogSPMTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92622E082EABB71000ABE7FF /* SentryLogSPMTests.swift */; }; |
729 | | - 92622E142EABBDA900ABE7FF /* SentryLog+SPM.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92622E132EABBDA900ABE7FF /* SentryLog+SPM.swift */; }; |
730 | 728 | 9264E1EB2E2E385E00B077CF /* SentryLogMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9264E1EA2E2E385B00B077CF /* SentryLogMessage.swift */; }; |
731 | 729 | 9264E1ED2E2E397C00B077CF /* SentryLogMessageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9264E1EC2E2E397400B077CF /* SentryLogMessageTests.swift */; }; |
732 | 730 | 92672BB629C9A2A9006B021C /* SentryBreadcrumb+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 92672BB529C9A2A9006B021C /* SentryBreadcrumb+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
|
741 | 739 | 92D957732E05A44600E20E66 /* SentryAsyncLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 92D957722E05A44600E20E66 /* SentryAsyncLog.m */; }; |
742 | 740 | 92D957772E05A4F300E20E66 /* SentryAsyncLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 92D957762E05A4F300E20E66 /* SentryAsyncLog.h */; }; |
743 | 741 | 92E5F3D62CDBB3BF00B7AD98 /* SentrySampling.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E8C57A525EEFC42001CEEFA /* SentrySampling.h */; }; |
| 742 | + 92EC54CE2E1EB54B00A10AC2 /* SentryClient+Logs.h in Headers */ = {isa = PBXBuildFile; fileRef = 92EC54CD2E1EB54B00A10AC2 /* SentryClient+Logs.h */; }; |
744 | 743 | 92ECD7202E05A7DF0063EC10 /* SentryLogC.h in Headers */ = {isa = PBXBuildFile; fileRef = D8AE48B12C5786AA0092A2A6 /* SentryLogC.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
745 | 744 | 92ECD73C2E05ACE00063EC10 /* SentryLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ECD73B2E05ACDE0063EC10 /* SentryLog.swift */; }; |
746 | 745 | 92ECD73E2E05AD320063EC10 /* SentryLogLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ECD73D2E05AD2B0063EC10 /* SentryLogLevel.swift */; }; |
|
2129 | 2128 | 92235CAB2E15369900865983 /* SentryLogBatcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogBatcher.swift; sourceTree = "<group>"; }; |
2130 | 2129 | 92235CAD2E15549C00865983 /* SentryLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogger.swift; sourceTree = "<group>"; }; |
2131 | 2130 | 92235CAF2E155B2600865983 /* SentryLoggerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLoggerTests.swift; sourceTree = "<group>"; }; |
2132 | | - 92622E082EABB71000ABE7FF /* SentryLogSPMTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogSPMTests.swift; sourceTree = "<group>"; }; |
2133 | | - 92622E132EABBDA900ABE7FF /* SentryLog+SPM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryLog+SPM.swift"; sourceTree = "<group>"; }; |
2134 | 2131 | 9241AC132EBA38CB00E611ED /* SentrySwiftLog.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SentrySwiftLog.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
2135 | 2132 | 9241AC1B2EBA38CC00E611ED /* SentrySwiftLogTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SentrySwiftLogTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
2136 | 2133 | 9241AC4A2EBA39EE00E611ED /* SentryLogHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogHandler.swift; sourceTree = "<group>"; }; |
|
2148 | 2145 | 92B6BDAC2E05B9F700D538B3 /* SentryLogTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogTests.swift; sourceTree = "<group>"; }; |
2149 | 2146 | 92D957722E05A44600E20E66 /* SentryAsyncLog.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryAsyncLog.m; sourceTree = "<group>"; }; |
2150 | 2147 | 92D957762E05A4F300E20E66 /* SentryAsyncLog.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryAsyncLog.h; path = include/SentryAsyncLog.h; sourceTree = "<group>"; }; |
| 2148 | + 92EC54CD2E1EB54B00A10AC2 /* SentryClient+Logs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryClient+Logs.h"; path = "include/SentryClient+Logs.h"; sourceTree = "<group>"; }; |
2151 | 2149 | 92ECD73B2E05ACDE0063EC10 /* SentryLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLog.swift; sourceTree = "<group>"; }; |
2152 | 2150 | 92ECD73D2E05AD2B0063EC10 /* SentryLogLevel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogLevel.swift; sourceTree = "<group>"; }; |
2153 | 2151 | 92ECD73F2E05AD500063EC10 /* SentryLogAttribute.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogAttribute.swift; sourceTree = "<group>"; }; |
|
2766 | 2764 | 84B0E0062CD963F9007FB332 /* SentryIconography.swift */, |
2767 | 2765 | 621F61F02BEA073A005E654F /* SentryEnabledFeaturesBuilder.swift */, |
2768 | 2766 | F4FE9DFB2E622CD70014FED5 /* SentryDefaultObjCRuntimeWrapper.swift */, |
2769 | | - 92622E132EABBDA900ABE7FF /* SentryLog+SPM.swift */, |
2770 | 2767 | F4FE9DFC2E622CD70014FED5 /* SentryObjCRuntimeWrapper.swift */, |
2771 | 2768 | ); |
2772 | 2769 | path = Helper; |
|
3692 | 3689 | F4A930242E661856006DA6EF /* SentryMobileProvisionParserTests.swift */, |
3693 | 3690 | D4F7BD7C2E4373BB004A2D77 /* SentryLevelMapperTests.swift */, |
3694 | 3691 | D8AE48BE2C578D540092A2A6 /* SentrySDKLog.swift */, |
3695 | | - 92622E082EABB71000ABE7FF /* SentryLogSPMTests.swift */, |
3696 | 3692 | 849AC3FF29E0C1FF00889C16 /* SentryFormatterTests.swift */, |
3697 | 3693 | 7B88F30324BC8E6500ADF90A /* SentrySerializationTests.swift */, |
3698 | 3694 | 62F4DDA02C04CB9700588890 /* SentryBaggageSerializationTests.swift */, |
|
5321 | 5317 | 8E7C98312693E1CC00E6336C /* SentryTraceHeader.h in Headers */, |
5322 | 5318 | 62C316812B1F2E93000D7031 /* SentryDelayedFramesTracker.h in Headers */, |
5323 | 5319 | 92D957772E05A4F300E20E66 /* SentryAsyncLog.h in Headers */, |
| 5320 | + 92EC54CE2E1EB54B00A10AC2 /* SentryClient+Logs.h in Headers */, |
5324 | 5321 | 7B8713AE26415ADF006D6004 /* SentryAppStartTrackingIntegration.h in Headers */, |
5325 | 5322 | 7B7D873224864BB900D2ECFF /* SentryCrashMachineContextWrapper.h in Headers */, |
5326 | 5323 | 861265F92404EC1500C4AFDE /* SentryArray.h in Headers */, |
|
6272 | 6269 | 7B14089824878F950035403D /* SentryCrashStackEntryMapper.m in Sources */, |
6273 | 6270 | D8BC28C82BFF5EBB0054DA4D /* SentryTouchTracker.swift in Sources */, |
6274 | 6271 | 63FE711720DA4C1000CDBAE8 /* SentryCrashStackCursor_Backtrace.c in Sources */, |
6275 | | - 92622E142EABBDA900ABE7FF /* SentryLog+SPM.swift in Sources */, |
6276 | 6272 | FA3A42722E1C5F9B00A08C39 /* SentryNSNotificationCenterWrapper.swift in Sources */, |
6277 | 6273 | 63FE70CB20DA4C1000CDBAE8 /* SentryCrashReportFixer.c in Sources */, |
6278 | 6274 | F4A930232E65FDBF006DA6EF /* SentryMobileProvisionParser.swift in Sources */, |
|
6382 | 6378 | 7BE3C78724472E9800A38442 /* TestRequestManager.swift in Sources */, |
6383 | 6379 | 63FE722220DA66EC00CDBAE8 /* SentryCrashJSONCodec_Tests.m in Sources */, |
6384 | 6380 | 7B0A5452252311CE00A71716 /* SentryBreadcrumbTests.swift in Sources */, |
6385 | | - 92622E092EABB71000ABE7FF /* SentryLogSPMTests.swift in Sources */, |
6386 | 6381 | 7BE3C7752445C82300A38442 /* SentryCurrentDateTests.swift in Sources */, |
6387 | 6382 | 7B3398672459C4AE00BD9C96 /* SentryEnvelopeRateLimitTests.swift in Sources */, |
6388 | 6383 | 8EA9AF492665AC48002771B4 /* SentryPerformanceTrackerTests.swift in Sources */, |
|
0 commit comments