From 20a9e848a60b7cf2bd8f4dae2deb804ef99b5b93 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Sun, 27 Jul 2014 21:33:09 -0700 Subject: Changed instructions for iOS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 557acc3d..0ebe425f 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ MailCore 2 provides a simple and asynchronous Objective-C API to work with the e * Add `libMailCore-ios.a` * Add `CFNetwork.framework` * Add `Security.framework` - * Set 'Other Linker Flags': `-lctemplate-ios -letpan-ios -licudata -licui18n -licuuc -lxml2 -lsasl2 -liconv -ltidy -lz` `-licucore -lstdc++ -stdlib=libstdc++ -ObjC` - * Make sure to use GNU C++ standard library. In Build Settings, locate 'C++ Standard Library', and select `libstdc++`. + * Set 'Other Linker Flags': `-lctemplate-ios -letpan-ios -licudata -licui18n -licuuc -lxml2 -lsasl2 -liconv -ltidy -lz` `-licucore -lc++ -stdlib=libc++ -ObjC` + * 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 `static mailcore2 ios`. 6. Profit. -- cgit v1.2.3