aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar CodaFi <devteam.codafi@gmail.com>2013-06-23 20:08:26 -0600
committerGravatar CodaFi <devteam.codafi@gmail.com>2013-06-23 20:08:26 -0600
commit5405330587d30cbd68908c1a5de233653e8e0d69 (patch)
tree18b6d07a63c17bc751d37e7015dcebd1c3b9cbc7 /README.md
parent0875263e2d5aad17aee6852760fbbc74be19497e (diff)
Updated to reflect dylib copy instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 464b1759..324a43fc 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,9 @@ MailCore 2 provides a simple and asynchronous Objective-C API to work with the e
- Go to Build Phases from your build target, and under 'Link Binary With Libraries', add `MailCore.framework`.
- Make sure to use LLVM C++ standard library. Open Build Settings, scroll down to 'C++ Standard Library', and select `libc++`.
- In Build Phases, add a Target Dependency of `mailcore osx` (it's the one with a little toolbox icon).
+ - Goto `Editor > Add Build Phase > Copy Files`.
+ - Expand the newly created Build Phase and change it's destination to "Frameworks".
+ - Click the `+` icon and select `MailCore.framework`.
* Mac static library
- Go to Build Phases from your build target, and under 'Link Binary With Libraries', add `libMailCore.a`.
- Set 'Other Linker Flags' under Build Settings: `-lctemplate -letpan -licudata -licui18n -licuuc -lxml2 -lsasl2 -liconv -ltidy` `-lc++ -stdlib=libc++ -all_load`