Skip to content

Commit 6826b48

Browse files
authored
Merge 23129ea into aeec206
2 parents aeec206 + 23129ea commit 6826b48

6 files changed

Lines changed: 268 additions & 291 deletions

File tree

Sentry.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
0354A22B2A134D9C003C3A04 /* SentryProfiler+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0354A22A2A134D9C003C3A04 /* SentryProfiler+Private.h */; };
1011
0356A570288B4612008BF593 /* SentryProfilesSampler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0356A56E288B4612008BF593 /* SentryProfilesSampler.h */; };
1112
0356A571288B4612008BF593 /* SentryProfilesSampler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0356A56F288B4612008BF593 /* SentryProfilesSampler.m */; };
1213
03BCC38A27E1BF49003232C7 /* SentryTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 03BCC38927E1BF49003232C7 /* SentryTime.h */; };
@@ -861,6 +862,7 @@
861862
/* End PBXContainerItemProxy section */
862863

863864
/* Begin PBXFileReference section */
865+
0354A22A2A134D9C003C3A04 /* SentryProfiler+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SentryProfiler+Private.h"; path = "Sources/Sentry/include/SentryProfiler+Private.h"; sourceTree = SOURCE_ROOT; };
864866
0356A56E288B4612008BF593 /* SentryProfilesSampler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryProfilesSampler.h; path = Sources/Sentry/include/SentryProfilesSampler.h; sourceTree = SOURCE_ROOT; };
865867
0356A56F288B4612008BF593 /* SentryProfilesSampler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = SentryProfilesSampler.m; path = Sources/Sentry/SentryProfilesSampler.m; sourceTree = SOURCE_ROOT; };
866868
035E73C727D56757005EEB11 /* SentryBacktraceTests.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryBacktraceTests.mm; sourceTree = "<group>"; };
@@ -3064,6 +3066,7 @@
30643066
03F84D1127DD414C008FE43F /* SentryProfiler.h */,
30653067
844EDD6B2949387000C86F34 /* SentryMetricProfiler.h */,
30663068
8454CF8B293EAF9A006AC140 /* SentryMetricProfiler.mm */,
3069+
0354A22A2A134D9C003C3A04 /* SentryProfiler+Private.h */,
30673070
84A888FC28D9B11700C51DFD /* SentryProfiler+Test.h */,
30683071
844EDC7B2942843400C86F34 /* SentryProfiler+SwiftTest.h */,
30693072
03F84D2B27DD4191008FE43F /* SentryProfiler.mm */,
@@ -3515,6 +3518,7 @@
35153518
7BC8522F24581096005A70F0 /* SentryFileContents.h in Headers */,
35163519
7B30B67C26527886006B2752 /* SentryDisplayLinkWrapper.h in Headers */,
35173520
7BD86ECF264A7C77005439DB /* SentryAppStartMeasurement.h in Headers */,
3521+
0354A22B2A134D9C003C3A04 /* SentryProfiler+Private.h in Headers */,
35183522
7DC8310A2398283C0043DD9A /* SentryCrashIntegration.h in Headers */,
35193523
63FE718320DA4C1100CDBAE8 /* SentryCrashReportFixer.h in Headers */,
35203524
03F84D2027DD414C008FE43F /* SentryStackBounds.hpp in Headers */,

0 commit comments

Comments
 (0)