From 5405330587d30cbd68908c1a5de233653e8e0d69 Mon Sep 17 00:00:00 2001 From: CodaFi Date: Sun, 23 Jun 2013 20:08:26 -0600 Subject: Updated to reflect dylib copy instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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` -- cgit v1.2.3