aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test
diff options
context:
space:
mode:
Diffstat (limited to 'example/ios/iOS UI Test')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj18
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/main.mm2
2 files changed, 1 insertions, 19 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 4b8dae30..db280fde 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
@@ -432,16 +432,7 @@
CLANG_CXX_LIBRARY = "libstdc++";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "iOS UI Test/iOS UI Test-Prefix.pch";
- HEADER_SEARCH_PATHS = "";
INFOPLIST_FILE = "iOS UI Test/iOS UI Test-Info.plist";
- LIBRARY_SEARCH_PATHS = (
- "\"$(SRCROOT)/../../../Externals/libetpan-ios/lib\"",
- "\"$(SRCROOT)/../../../Externals/icu4c-ios/lib\"",
- "\"$(SRCROOT)/../../../Externals/ctemplate-ios/lib\"",
- "\"$(SRCROOT)/../../../Externals/libsasl-ios/lib\"",
- "\"$(SRCROOT)/../../../Externals/tidy-html5-ios/lib\"",
- "\"$(SRCROOT)/../../../Externals/libsasl-ios/lib/sasl2\"",
- );
OTHER_LDFLAGS = (
"-lctemplate-ios",
"-letpan-ios",
@@ -465,16 +456,7 @@
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "iOS UI Test/iOS UI Test-Prefix.pch";
- HEADER_SEARCH_PATHS = "";
INFOPLIST_FILE = "iOS UI Test/iOS UI Test-Info.plist";
- LIBRARY_SEARCH_PATHS = (
- "\"$(SRCROOT)/../../../Externals/libetpan-ios/lib\"",
- "\"$(SRCROOT)/../../../Externals/icu4c-ios/lib\"",
- "\"$(SRCROOT)/../../../Externals/ctemplate-ios/lib\"",
- "\"$(SRCROOT)/../../../Externals/libsasl-ios/lib\"",
- "\"$(SRCROOT)/../../../Externals/tidy-html5-ios/lib\"",
- "\"$(SRCROOT)/../../../Externals/libsasl-ios/lib/sasl2\"",
- );
OTHER_LDFLAGS = (
"-lctemplate-ios",
"-letpan-ios",
diff --git a/example/ios/iOS UI Test/iOS UI Test/main.mm b/example/ios/iOS UI Test/iOS UI Test/main.mm
index c9092479..7793820a 100644
--- a/example/ios/iOS UI Test/iOS UI Test/main.mm
+++ b/example/ios/iOS UI Test/iOS UI Test/main.mm
@@ -12,6 +12,6 @@
#import <MailCore/MailCore.h>
int main(int argc, char *argv[]) {
- mailcore::logEnabled = false;
+ mailcore::logEnabled = true;
return UIApplicationMain(argc, argv, nil, @"AppDelegate");
}