Skip to content

Commit 7cd187e

Browse files
authored
ref: rename SentryProfiler+Private.h to SentryProfilerState.h (#3124)
1 parent c2ec420 commit 7cd187e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Sentry.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
10-
0354A22B2A134D9C003C3A04 /* SentryProfiler+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0354A22A2A134D9C003C3A04 /* SentryProfiler+Private.h */; };
10+
0354A22B2A134D9C003C3A04 /* SentryProfilerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 0354A22A2A134D9C003C3A04 /* SentryProfilerState.h */; };
1111
0356A570288B4612008BF593 /* SentryProfilesSampler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0356A56E288B4612008BF593 /* SentryProfilesSampler.h */; };
1212
0356A571288B4612008BF593 /* SentryProfilesSampler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0356A56F288B4612008BF593 /* SentryProfilesSampler.m */; };
1313
03BCC38A27E1BF49003232C7 /* SentryTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 03BCC38927E1BF49003232C7 /* SentryTime.h */; };
@@ -873,7 +873,7 @@
873873
/* End PBXContainerItemProxy section */
874874

875875
/* Begin PBXFileReference section */
876-
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; };
876+
0354A22A2A134D9C003C3A04 /* SentryProfilerState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryProfilerState.h; path = Sources/Sentry/include/SentryProfilerState.h; sourceTree = SOURCE_ROOT; };
877877
0356A56E288B4612008BF593 /* SentryProfilesSampler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryProfilesSampler.h; path = Sources/Sentry/include/SentryProfilesSampler.h; sourceTree = SOURCE_ROOT; };
878878
0356A56F288B4612008BF593 /* SentryProfilesSampler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = SentryProfilesSampler.m; path = Sources/Sentry/SentryProfilesSampler.m; sourceTree = SOURCE_ROOT; };
879879
035E73C727D56757005EEB11 /* SentryBacktraceTests.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryBacktraceTests.mm; sourceTree = "<group>"; };
@@ -3098,7 +3098,7 @@
30983098
03F84D1127DD414C008FE43F /* SentryProfiler.h */,
30993099
844EDD6B2949387000C86F34 /* SentryMetricProfiler.h */,
31003100
8454CF8B293EAF9A006AC140 /* SentryMetricProfiler.mm */,
3101-
0354A22A2A134D9C003C3A04 /* SentryProfiler+Private.h */,
3101+
0354A22A2A134D9C003C3A04 /* SentryProfilerState.h */,
31023102
84A888FC28D9B11700C51DFD /* SentryProfiler+Test.h */,
31033103
03F84D2B27DD4191008FE43F /* SentryProfiler.mm */,
31043104
03BCC38D27E2A377003232C7 /* SentryProfilingConditionals.h */,
@@ -3574,7 +3574,7 @@
35743574
7BC8522F24581096005A70F0 /* SentryFileContents.h in Headers */,
35753575
7B30B67C26527886006B2752 /* SentryDisplayLinkWrapper.h in Headers */,
35763576
7BD86ECF264A7C77005439DB /* SentryAppStartMeasurement.h in Headers */,
3577-
0354A22B2A134D9C003C3A04 /* SentryProfiler+Private.h in Headers */,
3577+
0354A22B2A134D9C003C3A04 /* SentryProfilerState.h in Headers */,
35783578
7DC8310A2398283C0043DD9A /* SentryCrashIntegration.h in Headers */,
35793579
63FE718320DA4C1100CDBAE8 /* SentryCrashReportFixer.h in Headers */,
35803580
03F84D2027DD414C008FE43F /* SentryStackBounds.hpp in Headers */,

Sources/Sentry/SentryProfiler.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#import "SentryProfiler+Private.h"
21
#import "SentryProfiler+Test.h"
2+
#import "SentryProfilerState.h"
33

44
#if SENTRY_TARGET_PROFILING_SUPPORTED
55
# import "NSDate+SentryExtras.h"

Sources/Sentry/include/SentryProfiler+Test.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "SentryBacktrace.hpp"
2-
#import "SentryProfiler+Private.h"
32
#import "SentryProfiler.h"
43
#import "SentryProfilingConditionals.h"
54

Tests/SentryProfilerTests/SentryProfilerTests.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#import "SentryId.h"
44
#import "SentryProfileTimeseries.h"
55
#import "SentryProfiler+Test.h"
6+
#import "SentryProfilerState.h"
67
#import "SentryProfilingConditionals.h"
78
#import "SentryThread.h"
89
#import "SentryTransaction.h"

0 commit comments

Comments
 (0)