aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-06-05 21:14:15 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-06-05 21:14:15 -0700
commit31c46283d8dd555d01cb66a705ba6ab5e6bda5d4 (patch)
tree5bc94cc550bbfc315f6336118926c1c20eece62a /README.md
parent7282982279ff7f3aff23f361e8483b56ee574c09 (diff)
CFNetwork needs to be added
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 977c7598..0d4f17c0 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ MailCore 2 provides a simple and asynchronous Objective-C API to work with the e
- In Build Phases, add a Target Dependency of `static mailcore2 osx`.
4. **For iOS** - If you're targeting iOS, you have to link against MailCore 2 as a static library:
* Add `libMailCore-ios.a`
+ * Add `CFNetwork.framework`
* Set 'Other Linker Flags': `-lctemplate-ios -letpan-ios -licudata -licui18n -licuuc -lxml2 -lsasl2 -liconv -ltidy -lstdc++ -all_load`
* Make sure to use GNU C++ standard library. In Build Settings, locate 'C++ Standard Library', and select `libstdc++`.
* In Build Phases, add a Target Dependency of `static mailcore2 ios`.