|
650 | 650 | 84B7FA4629B2935F00AD93B1 /* ClearTestState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD47B4C268F0B080076A663 /* ClearTestState.swift */; }; |
651 | 651 | 84BA62272CAE2EEF0049F636 /* SentryUserFeedbackWidgetButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84BA62262CAE2EEF0049F636 /* SentryUserFeedbackWidgetButtonView.swift */; }; |
652 | 652 | 84CFA4CA2C9DF884008DA5F4 /* SentryUserFeedbackWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84CFA4C92C9DF884008DA5F4 /* SentryUserFeedbackWidget.swift */; }; |
653 | | - 84CFA4CD2C9E0CA3008DA5F4 /* SentryUserFeedbackIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = 84CFA4CC2C9E0CA3008DA5F4 /* SentryUserFeedbackIntegration.m */; }; |
654 | | - 84CFA4CE2C9E0CA3008DA5F4 /* SentryUserFeedbackIntegration.h in Headers */ = {isa = PBXBuildFile; fileRef = 84CFA4CB2C9E0CA3008DA5F4 /* SentryUserFeedbackIntegration.h */; }; |
655 | 653 | 84DBC62C2CE82F12000C4904 /* SentryFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84DBC62B2CE82F0E000C4904 /* SentryFeedback.swift */; }; |
656 | 654 | 84DEE86B2B686BD400A7BC17 /* SentrySamplerDecision.h in Headers */ = {isa = PBXBuildFile; fileRef = 84DEE86A2B686BD400A7BC17 /* SentrySamplerDecision.h */; }; |
657 | 655 | 84DEE8762B69AD6400A7BC17 /* SentryLaunchProfiling.h in Headers */ = {isa = PBXBuildFile; fileRef = 84DEE8752B69AD6400A7BC17 /* SentryLaunchProfiling.h */; }; |
|
1101 | 1099 | FA8E58F12E0AD4270049F69D /* SentryDispatchQueueWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8E58F02E0AD4220049F69D /* SentryDispatchQueueWrapper.swift */; }; |
1102 | 1100 | FA90FAA82E06614E008CAAE8 /* SentryExtraPackages.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA90FAA72E06614B008CAAE8 /* SentryExtraPackages.swift */; }; |
1103 | 1101 | FA90FAFD2E070A3B008CAAE8 /* SentryURLRequestFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA90FAFC2E070A3B008CAAE8 /* SentryURLRequestFactory.swift */; }; |
| 1102 | + FA914E592ECF968500C54BDD /* UserFeedbackIntegration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA914E532ECF968000C54BDD /* UserFeedbackIntegration.swift */; }; |
| 1103 | + FA914E5B2ECF988900C54BDD /* Integrations.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA914E5A2ECF988700C54BDD /* Integrations.swift */; }; |
1104 | 1104 | FA94E6912E6B92C100576666 /* SentryClientReport.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA94E68B2E6B92BE00576666 /* SentryClientReport.swift */; }; |
1105 | 1105 | FA94E6B22E6D265800576666 /* SentryEnvelope.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA94E6B12E6D265500576666 /* SentryEnvelope.swift */; }; |
1106 | 1106 | FA94E7242E6F339400576666 /* SentryEnvelopeItemType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA94E7232E6F32FA00576666 /* SentryEnvelopeItemType.swift */; }; |
|
2004 | 2004 | 84BA62262CAE2EEF0049F636 /* SentryUserFeedbackWidgetButtonView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUserFeedbackWidgetButtonView.swift; sourceTree = "<group>"; }; |
2005 | 2005 | 84C47B2B2A09239100DAEB8A /* .codecov.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = .codecov.yml; sourceTree = "<group>"; }; |
2006 | 2006 | 84CFA4C92C9DF884008DA5F4 /* SentryUserFeedbackWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUserFeedbackWidget.swift; sourceTree = "<group>"; }; |
2007 | | - 84CFA4CB2C9E0CA3008DA5F4 /* SentryUserFeedbackIntegration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryUserFeedbackIntegration.h; path = ../../../Sentry/include/SentryUserFeedbackIntegration.h; sourceTree = "<group>"; }; |
2008 | | - 84CFA4CC2C9E0CA3008DA5F4 /* SentryUserFeedbackIntegration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = SentryUserFeedbackIntegration.m; path = ../../../Sentry/SentryUserFeedbackIntegration.m; sourceTree = "<group>"; }; |
2009 | 2007 | 84DBC62B2CE82F0E000C4904 /* SentryFeedback.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryFeedback.swift; sourceTree = "<group>"; }; |
2010 | 2008 | 84DEE86A2B686BD400A7BC17 /* SentrySamplerDecision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentrySamplerDecision.h; path = include/SentrySamplerDecision.h; sourceTree = "<group>"; }; |
2011 | 2009 | 84DEE8752B69AD6400A7BC17 /* SentryLaunchProfiling.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryLaunchProfiling.h; path = Sources/Sentry/include/SentryLaunchProfiling.h; sourceTree = SOURCE_ROOT; }; |
|
2483 | 2481 | FA8E58F02E0AD4220049F69D /* SentryDispatchQueueWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryDispatchQueueWrapper.swift; sourceTree = "<group>"; }; |
2484 | 2482 | FA90FAA72E06614B008CAAE8 /* SentryExtraPackages.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryExtraPackages.swift; sourceTree = "<group>"; }; |
2485 | 2483 | FA90FAFC2E070A3B008CAAE8 /* SentryURLRequestFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryURLRequestFactory.swift; sourceTree = "<group>"; }; |
| 2484 | + FA914E532ECF968000C54BDD /* UserFeedbackIntegration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserFeedbackIntegration.swift; sourceTree = "<group>"; }; |
| 2485 | + FA914E5A2ECF988700C54BDD /* Integrations.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Integrations.swift; sourceTree = "<group>"; }; |
2486 | 2486 | FA94E68B2E6B92BE00576666 /* SentryClientReport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryClientReport.swift; sourceTree = "<group>"; }; |
2487 | 2487 | FA94E6B12E6D265500576666 /* SentryEnvelope.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryEnvelope.swift; sourceTree = "<group>"; }; |
2488 | 2488 | FA94E7232E6F32FA00576666 /* SentryEnvelopeItemType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryEnvelopeItemType.swift; sourceTree = "<group>"; }; |
|
4100 | 4100 | 8482FA992DD7C397000E9283 /* SentryFeedbackAPI.h */, |
4101 | 4101 | 8482FA9A2DD7C397000E9283 /* SentryFeedbackAPI.m */, |
4102 | 4102 | 84DBC62B2CE82F0E000C4904 /* SentryFeedback.swift */, |
4103 | | - 84CFA4CB2C9E0CA3008DA5F4 /* SentryUserFeedbackIntegration.h */, |
4104 | | - 84CFA4CC2C9E0CA3008DA5F4 /* SentryUserFeedbackIntegration.m */, |
| 4103 | + FA914E532ECF968000C54BDD /* UserFeedbackIntegration.swift */, |
4105 | 4104 | 84CFA4C92C9DF884008DA5F4 /* SentryUserFeedbackWidget.swift */, |
4106 | 4105 | 84B0DFF32CD2CF64007FB332 /* SentryUserFeedbackFormController.swift */, |
4107 | 4106 | 84A903702D39F66F00690CE4 /* SentryUserFeedbackFormViewModel.swift */, |
|
4989 | 4988 | FA67DCD02DDBD4EA00896B02 /* ANR */, |
4990 | 4989 | FA67DCD22DDBD4EA00896B02 /* FramesTracking */, |
4991 | 4990 | FA67DCD62DDBD4EA00896B02 /* Performance */, |
| 4991 | + FA914E5A2ECF988700C54BDD /* Integrations.swift */, |
4992 | 4992 | ); |
4993 | 4993 | path = Integrations; |
4994 | 4994 | sourceTree = "<group>"; |
|
5097 | 5097 | 8E133FA625E72EB400ABD0BF /* SentrySamplingContext.h in Headers */, |
5098 | 5098 | 0A9BF4E428A114B50068D266 /* SentryViewHierarchyIntegration.h in Headers */, |
5099 | 5099 | D8BBD32728FD9FC00011F850 /* SentrySwift.h in Headers */, |
5100 | | - 84CFA4CE2C9E0CA3008DA5F4 /* SentryUserFeedbackIntegration.h in Headers */, |
5101 | 5100 | 8482FA9B2DD7C397000E9283 /* SentryFeedbackAPI.h in Headers */, |
5102 | 5101 | 8E4E7C7425DAAB49006AB9E2 /* SentrySpanProtocol.h in Headers */, |
5103 | 5102 | 8EC4CF4A25C38DAA0093DEE9 /* SentrySpanStatus.h in Headers */, |
|
5755 | 5754 | 628094742D39584C00B3F18B /* SentryUserCodable.swift in Sources */, |
5756 | 5755 | 631E6D341EBC679C00712345 /* SentryQueueableRequestManager.m in Sources */, |
5757 | 5756 | 7B8713B426415BAA006D6004 /* SentryAppStartTracker.m in Sources */, |
| 5757 | + FA914E5B2ECF988900C54BDD /* Integrations.swift in Sources */, |
5758 | 5758 | 7BDB03BB2513652900BAE198 /* _SentryDispatchQueueWrapperInternal.m in Sources */, |
5759 | 5759 | FA6FC0A32E0B5ACE00ED2669 /* SentrySdkPackage.swift in Sources */, |
5760 | 5760 | F48F78692E61DE28009D4E7D /* SentryReachability.swift in Sources */, |
|
5820 | 5820 | 848A451D2BBF9504006AAAEC /* SentryProfilerTestHelpers.m in Sources */, |
5821 | 5821 | 7B63459F280EBA7200CFA05A /* SentryUIEventTracker.m in Sources */, |
5822 | 5822 | 7BF9EF782722B35D00B5BBEF /* SentrySubClassFinder.m in Sources */, |
5823 | | - 84CFA4CD2C9E0CA3008DA5F4 /* SentryUserFeedbackIntegration.m in Sources */, |
5824 | 5823 | 7BCFA71627D0BB50008C662C /* SentryANRTrackerV1.m in Sources */, |
5825 | 5824 | 8459FCC02BD73EB20038E9C9 /* SentryProfilerSerialization.m in Sources */, |
5826 | 5825 | 620078722D38F00D0022CB67 /* SentryGeoCodable.swift in Sources */, |
|
5928 | 5927 | 6276350C2D59FACC00F7CEF6 /* SentryEventDecoder.swift in Sources */, |
5929 | 5928 | 7B6C5EDC264E8DA80010D138 /* SentryFramesTrackingIntegration.m in Sources */, |
5930 | 5929 | F4FE9E082E6248E40014FED5 /* SentryCrashWrapper.swift in Sources */, |
| 5930 | + FA914E592ECF968500C54BDD /* UserFeedbackIntegration.swift in Sources */, |
5931 | 5931 | 849B8F9A2C6E906900148E1F /* SentryUserFeedbackConfiguration.swift in Sources */, |
5932 | 5932 | 63295AF71EF3C7DB002D4490 /* SentryNSDictionarySanitize.m in Sources */, |
5933 | 5933 | 7B8ECBFC26498958005FE2EF /* SentryDefaultAppStateManager.m in Sources */, |
|
0 commit comments