Skip to content

Commit

Permalink
Additional note regarding the Static library integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
matej committed Mar 12, 2013
1 parent ff3f08e commit 4236564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.mdown
Expand Up @@ -44,7 +44,7 @@ You can also add MBProgressHUD as a static library to your project or workspace.

1. Download the [latest code version](https://github.com/matej/MBProgressHUD/downloads) or add the repository as a git submodule to your git-tracked project.
2. Open your project in Xcode, than drag and drop `MBProgressHUD.xcodeproj` onto your project or workspace (use the "Product Navigator view").
3. Select your target and go to the Build phases tab. In the Link Binary With Libraries section select the add button. On the sheet find and add `libMBProgressHUD.a`.
3. Select your target and go to the Build phases tab. In the Link Binary With Libraries section select the add button. On the sheet find and add `libMBProgressHUD.a`. You might also need to add `MBProgressHUD` to the Target Dependencies list.
4. Include MBProgressHUD wherever you need it with `#import <MBProgressHUD/MBProgressHUD.h>`.

-----
Expand Down

0 comments on commit 4236564

Please sign in to comment.