C# Class Sentry.Unity.Editor.SentryCli

Mostrar archivo Open project: getsentry/sentry-unity

Public Methods

Method Description
CreateSentryProperties ( string propertiesPath, Sentry.Unity.Editor.SentryCliOptions sentryCliOptions ) : string
SetupSentryCli ( ) : string

Private Methods

Method Description
AddExecutableToXcodeProject ( string projectPath, IDiagnosticLogger? logger ) : void
GetSentryCliPath ( string sentryCliPlatformName ) : string
GetSentryCliPlatformName ( IApplication? application = null ) : string
SetExecutePermission ( string? filePath = null, IApplication? application = null ) : void
chmod ( string pathname, int mode ) : int

Method Details

CreateSentryProperties() public static method

public static CreateSentryProperties ( string propertiesPath, Sentry.Unity.Editor.SentryCliOptions sentryCliOptions ) : string
propertiesPath string
sentryCliOptions Sentry.Unity.Editor.SentryCliOptions
return string

SetupSentryCli() public static method

public static SetupSentryCli ( ) : string
return string