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