Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/guicocoa/hoptoad-ios
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Drayer committed Sep 22, 2011
2 parents 780e446 + 4581727 commit 6e8addd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions INSTALLATION.html
Expand Up @@ -17,6 +17,11 @@ <h3>Setting up your iOS project</h3>
<li>Make sure you add it under "All Configurations".</li>
</ul>
</li>
<li>
Check the supported localizations of your App under your project settings
<ul>
<li>XCode will automaticly add all languages Airbreak notifier supports to the list of supported languages of your App. So you might want to delete some of them.</li>
</ul>
</ol>

<h3>Running the notifier</h3>
Expand Down
4 changes: 4 additions & 0 deletions README.markdown
Expand Up @@ -41,6 +41,10 @@ Airbrake supports a version floor for reported notices. A setting called "Latest

- make sure you add it under "All Configurations"

4. Check the supported localizations of your App under your project settings

- XCode will automaticly add all languages Airbreak notifier supports to the list of supported languages of your App. So you might want to delete some of them.

The HTNotifier class is the primary class you will interact with while using the notifier. All of its methods and properties, along with the HTNotifierDelegate protocol are documented in their headers. Please read through the header files for a complete reference of the library.

##Upgrading
Expand Down

0 comments on commit 6e8addd

Please sign in to comment.