Merge pull request #2 from Symvaro/develop

Wrong import in the README
This commit is contained in:
Thomas Dohmke 2011-12-10 04:32:16 -08:00
commit d7afa96cca

View File

@ -70,7 +70,7 @@ Drag & drop the HockeySDK folder from your project directory to your Xcode proje
1. Open your AppDelegate.m file.
2. Add the following line at the top of the file below your own #import statements:<pre><code>#import "BWHockeyManager.h"</code></pre>
2. Add the following line at the top of the file below your own #import statements:<pre><code>#import "CNSHockeyManager.h"</code></pre>
3. Search for the method application:didFinishLaunchingWithOptions: