diff --git a/Classes/BITCrashManager.h b/Classes/BITCrashManager.h index f2589aaab7..8544fcbe92 100644 --- a/Classes/BITCrashManager.h +++ b/Classes/BITCrashManager.h @@ -50,7 +50,7 @@ typedef enum BITCrashStatus { /** The crash reporting module. - This is the principal SDK class. It represents the entry point for the HockeySDL. The main promises of the class are initializing the SDK modules, providing access to global properties and to all modules. Initialization is divided into several distinct phases: + This is the principal SDK class. It represents the entry point for the HockeySDK. The main promises of the class are initializing the SDK modules, providing access to global properties and to all modules. Initialization is divided into several distinct phases: 1. Setup the [HockeyApp](http://hockeyapp.net/) app identifier and the optional delegate: This is the least required information on setting up the SDK and using it. It does some simple validation of the app identifier and checks if the app is running from the App Store or not. If the [Atlassian JMC framework](http://www.atlassian.com/jmc/) is found, it will disable its Crash Reporting module and configure it with the Jira configuration data from [HockeyApp](http://hockeyapp.net/). 2. Provides access to the SDK modules `BITCrashManager` and `BITUpdateManager`. This way all modules can be further configured to personal needs, if the defaults don't fit the requirements.