aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorGravatar Hoa V. Dinh <dinh.viet.hoa@gmail.com>2014-10-27 23:00:18 -0700
committerGravatar Hoa V. Dinh <dinh.viet.hoa@gmail.com>2014-10-27 23:00:18 -0700
commitda097788fc9d80ed0473dd634b26b3ae281e5618 (patch)
tree04b36f557338fbf0636a847a907c63f777faaeae /example
parent96e1109ebc850761bd08459f06706d73543c1d38 (diff)
Made it easier to build mailcore
Diffstat (limited to 'example')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj16
1 files changed, 1 insertions, 15 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj b/example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj
index fcbc075b..4243a6a3 100644
--- a/example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj
+++ b/example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj
@@ -415,7 +415,7 @@
C6181D2F19FDA8EA0088FBBC /* MailCore-ios.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
- path = "MailCore-ios.framework";
+ path = MailCore.framework;
remoteRef = C6181D2E19FDA8EA0088FBBC /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
@@ -522,13 +522,6 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- LIBRARY_SEARCH_PATHS = (
- "$(SRCROOT)/../../../Externals/ctemplate-ios/lib",
- "$(SRCROOT)/../../../Externals/libetpan-ios/lib",
- "$(SRCROOT)/../../../Externals/tidy-html5-ios/lib",
- "$(SRCROOT)/../../../Externals/uchardet-ios/lib",
- "$(SRCROOT)/../../../Externals/libsasl-ios/lib",
- );
ONLY_ACTIVE_ARCH = NO;
SDKROOT = iphoneos;
};
@@ -552,13 +545,6 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- LIBRARY_SEARCH_PATHS = (
- "$(SRCROOT)/../../../Externals/ctemplate-ios/lib",
- "$(SRCROOT)/../../../Externals/libetpan-ios/lib",
- "$(SRCROOT)/../../../Externals/tidy-html5-ios/lib",
- "$(SRCROOT)/../../../Externals/uchardet-ios/lib",
- "$(SRCROOT)/../../../Externals/libsasl-ios/lib",
- );
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;