diff --git a/Classes/HockeySDK.h b/Classes/HockeySDK.h index fb6601450c..7480fa9515 100644 --- a/Classes/HockeySDK.h +++ b/Classes/HockeySDK.h @@ -51,7 +51,7 @@ #define BITHockeyNetworkDidBecomeReachableNotification @"BITHockeyNetworkDidBecomeReachable" -// hockey api error domain +// hockey crash reporting api error domain typedef enum { BITCrashErrorUnknown, BITCrashAPIAppVersionRejected, @@ -60,9 +60,7 @@ typedef enum { } BITCrashErrorReason; extern NSString *const __attribute__((unused)) kBITCrashErrorDomain; -// Update App Versions - -// hockey api error domain +// hockey update api error domain typedef enum { BITUpdateErrorUnknown, BITUpdateAPIServerReturnedInvalidStatus, @@ -74,9 +72,7 @@ typedef enum { extern NSString *const __attribute__((unused)) kBITUpdateErrorDomain; -// Update App Versions - -// hockey api error domain +// hockey feedback api error domain typedef enum { BITFeedbackErrorUnknown, BITFeedbackAPIServerReturnedInvalidStatus, @@ -90,7 +86,6 @@ extern NSString *const __attribute__((unused)) kBITFeedbackErrorDomain; // HockeySDK -// hockey api error domain typedef enum { BITHockeyErrorUnknown, HockeyAPIClientMissingJSONLibrary diff --git a/README.md b/README.md index e0ff550845..378b407533 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The main SDK class is `BITHockeyManager`. It initializes all modules and provide - [Installation & Setup](http://www.hockeyapp.net/help/sdk/ios/3.0.0/docs/docs/Guide-Installation-Setup.html) (Recommended) - [Installation & Setup Advanced](http://www.hockeyapp.net/help/sdk/ios/3.0.0/docs/docs/Guide-Installation-Setup-Advanced.html) (Using Git submodule and Xcode sub-project) -- [Migration from HockeyKit & QuincyKit](http://www.hockeyapp.net/help/sdk/ios/3.0.0/docs/docs/Guide-Migration-Kits.html) +- [Migration from previous SDK Versions](http://www.hockeyapp.net/help/sdk/ios/3.0.0/docs/docs/Guide-Migration-Kits.html) - [Mac Desktop Uploader](http://support.hockeyapp.net/kb/how-tos/how-to-upload-to-hockeyapp-on-a-mac) diff --git a/docs/Changelog-template.md b/docs/Changelog-template.md index b4b9b63871..a5939cdd74 100644 --- a/docs/Changelog-template.md +++ b/docs/Changelog-template.md @@ -8,6 +8,10 @@ - [NEW] Added localizations provided by [Wordcrafts.de](http://wordcrafts.de): Chinese, English, French, German, Italian, Japanese, Portuguese, Brazilian-Portuguese, Russian, Spanish - [NEW] Added Romanian, Hungarian localization + - [UPDATE] Updated integration and migration documentation + - [Installation & Setup](http://www.hockeyapp.net/help/sdk/ios/3.0.0/docs/docs/Guide-Installation-Setup.html) (Recommended) + - [Installation & Setup Advanced](http://www.hockeyapp.net/help/sdk/ios/3.0.0/docs/docs/Guide-Installation-Setup-Advanced.html) (Using Git submodule and Xcode sub-project) + - [Migration from previous SDK Versions](http://www.hockeyapp.net/help/sdk/ios/3.0.0/docs/docs/Guide-Migration-Kits.html) - [UPDATE] Using embedded.framework for binary distribution containing everything needed in one package - [UPDATE] Improved Xcode project setup to only use one static library - [UPDATE] Providing build settings as `HockeySDK.xcconfig` file for easier setup diff --git a/docs/Guide-Migration-Kits-template.md b/docs/Guide-Migration-Kits-template.md index 60a242ab53..0d732ec678 100644 --- a/docs/Guide-Migration-Kits-template.md +++ b/docs/Guide-Migration-Kits-template.md @@ -10,7 +10,7 @@ First of all you should remove all files from prior versions of either QuincyKit ### QuincyKit -In Xcode open the `Project Navigator` (⌘+1). In the search field at the bottom enter "Quincy". Search should find the following files: +In Xcode open the `Project Navigator` (⌘+1). In the search field at the bottom enter "Quincy". QuincyKit is installed, if search finds the following files: * BWQuincyManager.h * BWQuincyManager.m @@ -20,7 +20,7 @@ Delete them all ("Move to Trash"). Or if you have them grouped into a folder (fo ### HockeyKit -In Xcode open the `Project Navigator` (⌘+1). In the search field at the bottom enter "Hockey". You should find different files with the string "Hockey" in it, for example: +In Xcode open the `Project Navigator` (⌘+1). In the search field at the bottom enter "Hockey". HockeyKit is installed, if search finds for example: * BWHockeyManager.h * Hockey.bundle