diff --git a/docs/Guide-Installation-Setup-Advanced-template.md b/docs/Guide-Installation-Setup-Advanced-template.md index d33a6a54d8..41e3deacf2 100644 --- a/docs/Guide-Installation-Setup-Advanced-template.md +++ b/docs/Guide-Installation-Setup-Advanced-template.md @@ -102,7 +102,7 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc 3. Let the AppDelegate implement the protocols `BITHockeyManagerDelegate`, `BITUpdateManagerDelegate` and `BITCrashManagerDelegate`: - @interface AppDelegate() {} + @interface AppDelegate(HockeyProtocols) {} @end 4. Search for the method `application:didFinishLaunchingWithOptions:` diff --git a/docs/Guide-Installation-Setup-template.md b/docs/Guide-Installation-Setup-template.md index 5830fe726f..4d4cdf46ea 100644 --- a/docs/Guide-Installation-Setup-template.md +++ b/docs/Guide-Installation-Setup-template.md @@ -72,7 +72,7 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc 3. Let the AppDelegate implement the protocols `BITHockeyManagerDelegate`, `BITUpdateManagerDelegate` and `BITCrashManagerDelegate`: - @interface AppDelegate() {} + @interface AppDelegate(HockeyProtocols) {} @end 4. Search for the method `application:didFinishLaunchingWithOptions:`