|
605 | 605 | 845C16D52A622A5B00EC9519 /* SentryTracer+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 845C16D42A622A5B00EC9519 /* SentryTracer+Private.h */; }; |
606 | 606 | 845CEAEF2D83F79500B6B325 /* SentryProfilingPublicAPITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 845CEAEE2D83F79500B6B325 /* SentryProfilingPublicAPITests.swift */; }; |
607 | 607 | 845CEB172D8A979700B6B325 /* SentryAppStartProfilingConfigurationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 845CEB162D8A979700B6B325 /* SentryAppStartProfilingConfigurationTests.swift */; }; |
608 | | - 8482FA9B2DD7C397000E9283 /* SentryFeedbackAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 8482FA992DD7C397000E9283 /* SentryFeedbackAPI.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
609 | | - 8482FA9C2DD7C397000E9283 /* SentryFeedbackAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = 8482FA9A2DD7C397000E9283 /* SentryFeedbackAPI.m */; }; |
| 608 | + 8482FA9B2DD7C397000E9283 /* SentryFeedbackAPIHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8482FA992DD7C397000E9283 /* SentryFeedbackAPIHelper.h */; }; |
| 609 | + 8482FA9C2DD7C397000E9283 /* SentryFeedbackAPIHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 8482FA9A2DD7C397000E9283 /* SentryFeedbackAPIHelper.m */; }; |
610 | 610 | 848A45192BBF8D33006AAAEC /* SentryContinuousProfiler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 848A45182BBF8D33006AAAEC /* SentryContinuousProfiler.mm */; }; |
611 | 611 | 848A451A2BBF8D33006AAAEC /* SentryContinuousProfiler.h in Headers */ = {isa = PBXBuildFile; fileRef = 848A45172BBF8D33006AAAEC /* SentryContinuousProfiler.h */; }; |
612 | 612 | 848A451D2BBF9504006AAAEC /* SentryProfilerTestHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 848A451C2BBF9504006AAAEC /* SentryProfilerTestHelpers.m */; }; |
|
1101 | 1101 | FA8E58F12E0AD4270049F69D /* SentryDispatchQueueWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8E58F02E0AD4220049F69D /* SentryDispatchQueueWrapper.swift */; }; |
1102 | 1102 | FA90FAA82E06614E008CAAE8 /* SentryExtraPackages.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA90FAA72E06614B008CAAE8 /* SentryExtraPackages.swift */; }; |
1103 | 1103 | FA90FAFD2E070A3B008CAAE8 /* SentryURLRequestFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA90FAFC2E070A3B008CAAE8 /* SentryURLRequestFactory.swift */; }; |
| 1104 | + FA914E6D2ECFD7D800C54BDD /* SentryFeedbackAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA914E6C2ECFD7D800C54BDD /* SentryFeedbackAPI.swift */; }; |
1104 | 1105 | FA94E6912E6B92C100576666 /* SentryClientReport.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA94E68B2E6B92BE00576666 /* SentryClientReport.swift */; }; |
1105 | 1106 | FA94E6B22E6D265800576666 /* SentryEnvelope.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA94E6B12E6D265500576666 /* SentryEnvelope.swift */; }; |
1106 | 1107 | FA94E7242E6F339400576666 /* SentryEnvelopeItemType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA94E7232E6F32FA00576666 /* SentryEnvelopeItemType.swift */; }; |
|
1963 | 1964 | 846F90332D56F59D009E86C1 /* Brewfile-ci-deploy */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; path = "Brewfile-ci-deploy"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; |
1964 | 1965 | 848214B42E32B10900DF6998 /* SwiftUITestSample_Crash.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = SwiftUITestSample_Crash.xctestplan; sourceTree = "<group>"; }; |
1965 | 1966 | 848214B52E32B10900DF6998 /* SwiftUITestSample_Envelope.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = SwiftUITestSample_Envelope.xctestplan; sourceTree = "<group>"; }; |
1966 | | - 8482FA992DD7C397000E9283 /* SentryFeedbackAPI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryFeedbackAPI.h; path = ../../../Sentry/Public/SentryFeedbackAPI.h; sourceTree = "<group>"; }; |
1967 | | - 8482FA9A2DD7C397000E9283 /* SentryFeedbackAPI.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = SentryFeedbackAPI.m; path = ../../../Sentry/SentryFeedbackAPI.m; sourceTree = "<group>"; }; |
| 1967 | + 8482FA992DD7C397000E9283 /* SentryFeedbackAPIHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryFeedbackAPIHelper.h; path = ../../../Sentry/include/SentryFeedbackAPIHelper.h; sourceTree = "<group>"; }; |
| 1968 | + 8482FA9A2DD7C397000E9283 /* SentryFeedbackAPIHelper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = SentryFeedbackAPIHelper.m; path = ../../../Sentry/SentryFeedbackAPIHelper.m; sourceTree = "<group>"; }; |
1968 | 1969 | 848A45172BBF8D33006AAAEC /* SentryContinuousProfiler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryContinuousProfiler.h; path = ../include/SentryContinuousProfiler.h; sourceTree = "<group>"; }; |
1969 | 1970 | 848A45182BBF8D33006AAAEC /* SentryContinuousProfiler.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryContinuousProfiler.mm; sourceTree = "<group>"; }; |
1970 | 1971 | 848A451B2BBF9504006AAAEC /* SentryProfilerTestHelpers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryProfilerTestHelpers.h; path = ../include/SentryProfilerTestHelpers.h; sourceTree = "<group>"; }; |
|
2483 | 2484 | FA8E58F02E0AD4220049F69D /* SentryDispatchQueueWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryDispatchQueueWrapper.swift; sourceTree = "<group>"; }; |
2484 | 2485 | FA90FAA72E06614B008CAAE8 /* SentryExtraPackages.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryExtraPackages.swift; sourceTree = "<group>"; }; |
2485 | 2486 | FA90FAFC2E070A3B008CAAE8 /* SentryURLRequestFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryURLRequestFactory.swift; sourceTree = "<group>"; }; |
| 2487 | + FA914E6C2ECFD7D800C54BDD /* SentryFeedbackAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryFeedbackAPI.swift; sourceTree = "<group>"; }; |
2486 | 2488 | FA94E68B2E6B92BE00576666 /* SentryClientReport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryClientReport.swift; sourceTree = "<group>"; }; |
2487 | 2489 | FA94E6B12E6D265500576666 /* SentryEnvelope.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryEnvelope.swift; sourceTree = "<group>"; }; |
2488 | 2490 | FA94E7232E6F32FA00576666 /* SentryEnvelopeItemType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryEnvelopeItemType.swift; sourceTree = "<group>"; }; |
|
4097 | 4099 | children = ( |
4098 | 4100 | 849B8F9E2C70091A00148E1F /* Configuration */, |
4099 | 4101 | 849B8F962C6E906900148E1F /* SentryUserFeedbackIntegrationDriver.swift */, |
4100 | | - 8482FA992DD7C397000E9283 /* SentryFeedbackAPI.h */, |
4101 | | - 8482FA9A2DD7C397000E9283 /* SentryFeedbackAPI.m */, |
| 4102 | + 8482FA992DD7C397000E9283 /* SentryFeedbackAPIHelper.h */, |
| 4103 | + 8482FA9A2DD7C397000E9283 /* SentryFeedbackAPIHelper.m */, |
| 4104 | + FA914E6C2ECFD7D800C54BDD /* SentryFeedbackAPI.swift */, |
4102 | 4105 | 84DBC62B2CE82F0E000C4904 /* SentryFeedback.swift */, |
4103 | 4106 | 84CFA4CB2C9E0CA3008DA5F4 /* SentryUserFeedbackIntegration.h */, |
4104 | 4107 | 84CFA4CC2C9E0CA3008DA5F4 /* SentryUserFeedbackIntegration.m */, |
|
5098 | 5101 | 0A9BF4E428A114B50068D266 /* SentryViewHierarchyIntegration.h in Headers */, |
5099 | 5102 | D8BBD32728FD9FC00011F850 /* SentrySwift.h in Headers */, |
5100 | 5103 | 84CFA4CE2C9E0CA3008DA5F4 /* SentryUserFeedbackIntegration.h in Headers */, |
5101 | | - 8482FA9B2DD7C397000E9283 /* SentryFeedbackAPI.h in Headers */, |
| 5104 | + 8482FA9B2DD7C397000E9283 /* SentryFeedbackAPIHelper.h in Headers */, |
5102 | 5105 | 8E4E7C7425DAAB49006AB9E2 /* SentrySpanProtocol.h in Headers */, |
5103 | 5106 | 8EC4CF4A25C38DAA0093DEE9 /* SentrySpanStatus.h in Headers */, |
5104 | 5107 | 8ECC673D25C23996000E2BF6 /* SentrySpanId.h in Headers */, |
|
5886 | 5889 | 63FE710720DA4C1000CDBAE8 /* SentryCrashStackCursor_SelfThread.m in Sources */, |
5887 | 5890 | 63FE711120DA4C1000CDBAE8 /* SentryCrashDebug.c in Sources */, |
5888 | 5891 | 7B883F49253D714C00879E62 /* SentryCrashUUIDConversion.c in Sources */, |
| 5892 | + FA914E6D2ECFD7D800C54BDD /* SentryFeedbackAPI.swift in Sources */, |
5889 | 5893 | 62F70E932D4234B800634054 /* SentryMechanismContextCodable.swift in Sources */, |
5890 | 5894 | 843FB3232D0CD04D00558F18 /* SentryUserAccess.m in Sources */, |
5891 | 5895 | 63FE716720DA4C1100CDBAE8 /* SentryCrashCPU.c in Sources */, |
|
6133 | 6137 | FACEED132E3179A10007B4AC /* SentryOptionsInternal.m in Sources */, |
6134 | 6138 | FAAB95C02EA163590030A2DB /* SentryScopeObserver.swift in Sources */, |
6135 | 6139 | D48891D02E98F2E700212823 /* SentryInfoPlistError.swift in Sources */, |
6136 | | - 8482FA9C2DD7C397000E9283 /* SentryFeedbackAPI.m in Sources */, |
| 6140 | + 8482FA9C2DD7C397000E9283 /* SentryFeedbackAPIHelper.m in Sources */, |
6137 | 6141 | 7BC9A20628F41781001E7C4C /* SentryMeasurementUnit.m in Sources */, |
6138 | 6142 | F429D3AA2E8562EF00DBF387 /* RateLimitParser.swift in Sources */, |
6139 | 6143 | F4E1E9812E8C2B150007B080 /* SentryDateUtil.swift in Sources */, |
|
0 commit comments