Update docs/Guide-Migration-Kits-template.md

Fixed some markdown formatting issues for migration guide
This commit is contained in:
Stefan Haubold 2012-08-08 14:26:33 +03:00
parent a195416161
commit 197ca77719

View File

@ -1,4 +1,3 @@
## Introduction ## Introduction
This guide will help you migrate from QuincyKit, HockeyKit or an older version of HockeySDK-iOS to the latest release of the unified HockeySDK for iOS. This guide will help you migrate from QuincyKit, HockeyKit or an older version of HockeySDK-iOS to the latest release of the unified HockeySDK for iOS.
@ -36,7 +35,7 @@ Search again in the `Project Navigator` (⌘+1) for "CrashReporter.framework". Y
## Installation ## Installation
Follow the steps in our installation guide for either "Installation with binary framework distribution":http://support.hockeyapp.net/kb/client-integration/hockeyapp-for-ios-hockeysdk#framework (Recommended) or "Installation as a subproject":http://support.hockeyapp.net/kb/client-integration/hockeyapp-for-ios-hockeysdk#subproject Follow the steps in our installation guide for either [Installation with binary framework distribution](http://support.hockeyapp.net/kb/client-integration/hockeyapp-for-ios-hockeysdk#framework) (Recommended) or [Installation as a subproject](http://support.hockeyapp.net/kb/client-integration/hockeyapp-for-ios-hockeysdk#subproject)
After you finished the steps for either of the installation procedures, we have to migrate your existing code. After you finished the steps for either of the installation procedures, we have to migrate your existing code.
@ -73,7 +72,7 @@ Remove the `BWHockeyManagerDelegate`. Also look for the following line:
And remove it too. (This line may have a #if macro around it, remove that too) And remove it too. (This line may have a #if macro around it, remove that too)
Now follow the steps described in our "setup guide":http://support.hockeyapp.net/kb/client-integration/hockeyapp-for-ios-hockeysdk#setup The values for `LIVE_IDENTIFIER` and `BETA_IDENTIFIER` are used in the setup guide. Now follow the steps described in our [setup guide](http://support.hockeyapp.net/kb/client-integration/hockeyapp-for-ios-hockeysdk#setup) The values for `LIVE_IDENTIFIER` and `BETA_IDENTIFIER` are used in the setup guide.
After you have finished the setup guide make sure everything works as expected and then delete the out commented lines from above. After you have finished the setup guide make sure everything works as expected and then delete the out commented lines from above.
@ -95,7 +94,7 @@ Remove `CNSHockeyManagerDelegate`, also look for this line:
And remove that too. And remove that too.
Now follow the steps described in our "setup guide":http://support.hockeyapp.net/kb/client-integration/hockeyapp-for-ios-hockeysdk#setup The values for `LIVE_IDENTIFIER` and `BETA_IDENTIFIER` are used in the setup guide. Now follow the steps described in our [setup guide](http://support.hockeyapp.net/kb/client-integration/hockeyapp-for-ios-hockeysdk#setup) The values for `LIVE_IDENTIFIER` and `BETA_IDENTIFIER` are used in the setup guide.
After you have finished the setup guide make sure everything works as expected and then delete the out commented lines from above. After you have finished the setup guide make sure everything works as expected and then delete the out commented lines from above.