Skip to content

Commit

Permalink
Add link to compiled binary
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Nov 8, 2012
1 parent cda2129 commit f112cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project implements MonoTouch C# bindings for [HockeyApp SDK](https://github

## Integration

You can git clone this project or download a compiled binary and reference it like a normal .NET library.
You can git clone this project or [download a compiled binary](https://github.com/downloads/stampsy/hockeyapp-monotouch/hockeyapp-monotouch.zip) and reference it like a normal .NET library.

Things to do next:

Expand All @@ -18,7 +18,7 @@ HockeyApp uses short bundle identifier in its user interface to differentiate be

### Tell HockeyApp to initialize

Finally, you need to tell HockeyApp to activate and provide an API key. You will probably want to do it in your `AppDelegate`'s `FinishedLaunching` method. It also makes sense to wrap HockeyApp activation in `#if not DEBUG` directive so it is stripped out of debug builds.
Finally, you need to tell HockeyApp to activate and provide an API key. You will probably want to do it in your `AppDelegate`'s `FinishedLaunching` method. It also makes sense to wrap HockeyApp activation in `#if !DEBUG` directive so it is stripped out of debug builds.

Here's how it looks:

Expand Down

0 comments on commit f112cb1

Please sign in to comment.