From 0f5f860691efe09c072187a06c073e6f3d455f47 Mon Sep 17 00:00:00 2001 From: Stefan Haubold Date: Thu, 9 Aug 2012 16:14:41 +0200 Subject: [PATCH] updated migration guide --- docs/Guide-Migration-Kits-template.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Guide-Migration-Kits-template.md b/docs/Guide-Migration-Kits-template.md index 1b30ae8bb3..0061a43fa9 100644 --- a/docs/Guide-Migration-Kits-template.md +++ b/docs/Guide-Migration-Kits-template.md @@ -6,6 +6,8 @@ First of all we will cleanup the obsolete installation files and then convert yo ## 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 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. +## 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). +