updated migration guide

This commit is contained in:
Stefan Haubold 2012-08-09 16:14:41 +02:00
parent 706c648d8c
commit 0f5f860691

View File

@ -6,6 +6,8 @@ First of all we will cleanup the obsolete installation files and then convert yo
## Cleanup ## Cleanup
First of all you should remove all files from prior versions of either QuincyKit, HockeyKit or HockeySDK-iOS. If you not sure which files you added, here are a few easy steps for each SDK.
### 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". Search should find the following files:
@ -98,6 +100,10 @@ Now follow the steps described in our [setup guide](http://support.hockeyapp.net
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.
## Advanced Migration
If you used any optional API calls, for example adding a custom description to a crash report, migrating those would exceed the scope of this guide. Please have a look at the [API documentation](https://github.com/bitstadium/HockeySDK-iOS/downloads).