aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/main.mm
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-05-21 21:59:42 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-05-21 21:59:50 -0700
commit38f8bb3fdc3d3ecb449f85f75504589acafe08b1 (patch)
tree408013b990bf00bb8a9522a41a29b490fc9ee59a /example/ios/iOS UI Test/iOS UI Test/main.mm
parent8108d5cd3c1176b691a0b1e17e9e4e73cc3f49b1 (diff)
Simplified linking against mailcore. Added quick instructions in README.md
Diffstat (limited to 'example/ios/iOS UI Test/iOS UI Test/main.mm')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/main.mm2
1 files changed, 1 insertions, 1 deletions
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");
}