We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5258fb8 commit c3fece5Copy full SHA for c3fece5
Sources/Sentry/SentryNSProcessInfoWrapper.mm
@@ -22,14 +22,6 @@ - (instancetype)init
22
# define SENTRY_BINARY_EXECUTABLE_PATH NSBundle.mainBundle.executablePath;
23
#endif // defined(SENTRY_TEST) || defined(SENTRY_TEST_CI) || defined(DEBUG)
24
25
-+ (SentryNSProcessInfoWrapper *)shared
26
-{
27
- static SentryNSProcessInfoWrapper *instance = nil;
28
- static dispatch_once_t onceToken;
29
- dispatch_once(&onceToken, ^{ instance = [[self alloc] init]; });
30
- return instance;
31
-}
32
-
33
- (NSString *)processDirectoryPath
34
{
35
return NSBundle.mainBundle.bundlePath;
0 commit comments