|
510 | 510 | 7BAF3DD4243DD40F008A5414 /* SentryTransportFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BAF3DD3243DD40F008A5414 /* SentryTransportFactory.h */; }; |
511 | 511 | 7BAF3DD92440AEC8008A5414 /* SentryRequestManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BAF3DD82440AEC8008A5414 /* SentryRequestManager.h */; }; |
512 | 512 | 7BB42EF124F3B7B700D7B39A /* SentrySession+Equality.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BB42EF024F3B7B700D7B39A /* SentrySession+Equality.m */; }; |
513 | | - 7BB654FB253DC14A00887E87 /* SentryUserFeedback.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BB654FA253DC14A00887E87 /* SentryUserFeedback.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
514 | | - 7BB65501253DC1B500887E87 /* SentryUserFeedback.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BB65500253DC1B500887E87 /* SentryUserFeedback.m */; }; |
515 | 513 | 7BB6550D253EEB3900887E87 /* SentryUserFeedbackTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BB6550C253EEB3900887E87 /* SentryUserFeedbackTests.swift */; }; |
516 | 514 | 7BB7E7C729267A28004BF96B /* EmptyIntegration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BB7E7C629267A28004BF96B /* EmptyIntegration.swift */; }; |
517 | 515 | 7BBC826D25DFCFDE005F1ED8 /* SentryInAppLogic.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BBC826C25DFCFDE005F1ED8 /* SentryInAppLogic.h */; }; |
|
1065 | 1063 | FA67DD192DDBD4EA00896B02 /* SwizzleClassNameExclude.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA67DCD52DDBD4EA00896B02 /* SwizzleClassNameExclude.swift */; }; |
1066 | 1064 | FA8A36182DEAA1EB0058D883 /* SentryThread+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FA8A36172DEAA1EB0058D883 /* SentryThread+Private.h */; }; |
1067 | 1065 | FAEC273D2DF3933A00878871 /* NSData+Unzip.m in Sources */ = {isa = PBXBuildFile; fileRef = FAEC273C2DF3933200878871 /* NSData+Unzip.m */; }; |
| 1066 | + FAEC270E2DF3526000878871 /* SentryUserFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEC270D2DF3526000878871 /* SentryUserFeedback.swift */; }; |
1068 | 1067 | /* End PBXBuildFile section */ |
1069 | 1068 |
|
1070 | 1069 | /* Begin PBXContainerItemProxy section */ |
|
1688 | 1687 | 7BAF3DD82440AEC8008A5414 /* SentryRequestManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryRequestManager.h; path = include/SentryRequestManager.h; sourceTree = "<group>"; }; |
1689 | 1688 | 7BB42EEF24F3B7B700D7B39A /* SentrySession+Equality.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentrySession+Equality.h"; sourceTree = "<group>"; }; |
1690 | 1689 | 7BB42EF024F3B7B700D7B39A /* SentrySession+Equality.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "SentrySession+Equality.m"; sourceTree = "<group>"; }; |
1691 | | - 7BB654FA253DC14A00887E87 /* SentryUserFeedback.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryUserFeedback.h; path = Public/SentryUserFeedback.h; sourceTree = "<group>"; }; |
1692 | | - 7BB65500253DC1B500887E87 /* SentryUserFeedback.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryUserFeedback.m; sourceTree = "<group>"; }; |
1693 | 1690 | 7BB6550C253EEB3900887E87 /* SentryUserFeedbackTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUserFeedbackTests.swift; sourceTree = "<group>"; }; |
1694 | 1691 | 7BB7E7C629267A28004BF96B /* EmptyIntegration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyIntegration.swift; sourceTree = "<group>"; }; |
1695 | 1692 | 7BBC826C25DFCFDE005F1ED8 /* SentryInAppLogic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryInAppLogic.h; path = include/SentryInAppLogic.h; sourceTree = "<group>"; }; |
|
2307 | 2304 | FA67DCF12DDBD4EA00896B02 /* SentryExperimentalOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryExperimentalOptions.swift; sourceTree = "<group>"; }; |
2308 | 2305 | FA67DCF22DDBD4EA00896B02 /* SwiftDescriptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftDescriptor.swift; sourceTree = "<group>"; }; |
2309 | 2306 | FA8A36172DEAA1EB0058D883 /* SentryThread+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryThread+Private.h"; path = "include/SentryThread+Private.h"; sourceTree = "<group>"; }; |
| 2307 | + FAEC270D2DF3526000878871 /* SentryUserFeedback.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUserFeedback.swift; sourceTree = "<group>"; }; |
2310 | 2308 | FAEC273C2DF3933200878871 /* NSData+Unzip.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSData+Unzip.m"; sourceTree = "<group>"; }; |
2311 | 2309 | FAEC273E2DF393E000878871 /* NSData+Unzip.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSData+Unzip.h"; sourceTree = "<group>"; }; |
2312 | 2310 | /* End PBXFileReference section */ |
|
2566 | 2564 | 7B88F2FF24BC5A7D00ADF90A /* SentrySdkInfo.m */, |
2567 | 2565 | 7BFC169A2524995700FF6266 /* SentryMessage.h */, |
2568 | 2566 | 7BFC16A025249A9D00FF6266 /* SentryMessage.m */, |
2569 | | - 7BB654FA253DC14A00887E87 /* SentryUserFeedback.h */, |
2570 | | - 7BB65500253DC1B500887E87 /* SentryUserFeedback.m */, |
2571 | 2567 | 7B4E375425822C4500059C93 /* SentryAttachment.h */, |
2572 | 2568 | D86B6834294348A400B8B1FC /* SentryAttachment+Private.h */, |
2573 | 2569 | 7B4E375E258231FC00059C93 /* SentryAttachment.m */, |
|
3891 | 3887 | 84A903702D39F66F00690CE4 /* SentryUserFeedbackFormViewModel.swift */, |
3892 | 3888 | 84BA62262CAE2EEF0049F636 /* SentryUserFeedbackWidgetButtonView.swift */, |
3893 | 3889 | 84E13B832CBF1D91003B52EC /* SentryUserFeedbackWidgetButtonMegaphoneIconView.swift */, |
| 3890 | + FAEC270D2DF3526000878871 /* SentryUserFeedback.swift */, |
3894 | 3891 | ); |
3895 | 3892 | name = UserFeedback; |
3896 | 3893 | path = ../Swift/Integrations/UserFeedback; |
|
4752 | 4749 | 63FE707F20DA4C1000CDBAE8 /* SentryCrashVarArgs.h in Headers */, |
4753 | 4750 | 03F84D2627DD414C008FE43F /* SentryThreadMetadataCache.hpp in Headers */, |
4754 | 4751 | 7BC9A20228F41350001E7C4C /* SentryMeasurementUnit.h in Headers */, |
4755 | | - 7BB654FB253DC14A00887E87 /* SentryUserFeedback.h in Headers */, |
4756 | 4752 | 7B8ECBFA26498907005FE2EF /* SentryAppStateManager.h in Headers */, |
4757 | 4753 | 639FCFA01EBC804600778193 /* SentryException.h in Headers */, |
4758 | 4754 | 7BA235632600B61200E12865 /* SentryInternalNotificationNames.h in Headers */, |
|
5271 | 5267 | 7B3B473825D6CC7E00D01640 /* SentryNSError.m in Sources */, |
5272 | 5268 | 621AE74D2C626C510012E730 /* SentryANRTrackerV2.m in Sources */, |
5273 | 5269 | 84CFA4CA2C9DF884008DA5F4 /* SentryUserFeedbackWidget.swift in Sources */, |
| 5270 | + FAEC270E2DF3526000878871 /* SentryUserFeedback.swift in Sources */, |
5274 | 5271 | F49D419E2DEA3D0600D9244E /* SentryCrashExceptionApplicationHelper.m in Sources */, |
5275 | 5272 | D8ACE3C82762187200F5A213 /* SentryFileIOTracker.m in Sources */, |
5276 | 5273 | 7BE3C77D2446112C00A38442 /* SentryRateLimitParser.m in Sources */, |
|
5501 | 5498 | D85596F3280580F10041FF8B /* SentryScreenshotIntegration.m in Sources */, |
5502 | 5499 | 7BAF3DCE243DCBFE008A5414 /* SentryTransportFactory.m in Sources */, |
5503 | 5500 | 844EDC70294143B900C86F34 /* SentryNSProcessInfoWrapper.mm in Sources */, |
5504 | | - 7BB65501253DC1B500887E87 /* SentryUserFeedback.m in Sources */, |
5505 | 5501 | 7D5C441A237C2E1F00DAB0A3 /* SentrySDK.m in Sources */, |
5506 | 5502 | 7D65260E237F649E00113EA2 /* SentryScope.m in Sources */, |
5507 | 5503 | D4EDF9842D0B2A210071E7B3 /* Data+SentryTracing.swift in Sources */, |
|
0 commit comments