aboutsummaryrefslogtreecommitdiffhomepage
path: root/build-mac
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-06-25 01:31:06 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-06-25 01:31:06 -0700
commit3473ed58a90b4b00cd4123722a37c1a87c8f2e55 (patch)
treebbef8676d16c6d62f15f050a9fdf74d5d27f56b4 /build-mac
parent82acf0886ec1ae2a92d2a8f9a5a246e3bdc93f72 (diff)
Implement logging for src/core/
Diffstat (limited to 'build-mac')
-rw-r--r--build-mac/mailcore2.xcodeproj/project.pbxproj14
1 files changed, 14 insertions, 0 deletions
diff --git a/build-mac/mailcore2.xcodeproj/project.pbxproj b/build-mac/mailcore2.xcodeproj/project.pbxproj
index 0f932f5c..27e70eb4 100644
--- a/build-mac/mailcore2.xcodeproj/project.pbxproj
+++ b/build-mac/mailcore2.xcodeproj/project.pbxproj
@@ -237,6 +237,10 @@
C668E2CC1735CB8900A2BB47 /* MCAutoreleasePoolMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = C668E2CA1735CB8900A2BB47 /* MCAutoreleasePoolMac.mm */; };
C668E2CD1735CB8900A2BB47 /* MCAutoreleasePoolMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = C668E2CA1735CB8900A2BB47 /* MCAutoreleasePoolMac.mm */; };
C668E2DD1736333900A2BB47 /* providers.json in Resources */ = {isa = PBXBuildFile; fileRef = 84AF9E7D172DBAF600E60AA3 /* providers.json */; };
+ C68B2AEE1778A865005E61EF /* MCConnectionLogger.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = C68B2AEB1778A589005E61EF /* MCConnectionLogger.h */; };
+ C68B2AEF1778A869005E61EF /* MCConnectionLogger.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = C68B2AEB1778A589005E61EF /* MCConnectionLogger.h */; };
+ C68B2AF717797389005E61EF /* MCConnectionLoggerUtils.cc in Sources */ = {isa = PBXBuildFile; fileRef = C68B2AF517797389005E61EF /* MCConnectionLoggerUtils.cc */; };
+ C68B2AF817797389005E61EF /* MCConnectionLoggerUtils.cc in Sources */ = {isa = PBXBuildFile; fileRef = C68B2AF517797389005E61EF /* MCConnectionLoggerUtils.cc */; };
C6A81B931706840C00882C15 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C6A81B921706840C00882C15 /* UIKit.framework */; };
C6A81B941706840C00882C15 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C64EA78F169F259200778456 /* Foundation.framework */; };
C6A81B961706840C00882C15 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C6A81B951706840C00882C15 /* CoreGraphics.framework */; };
@@ -709,6 +713,7 @@
C6CF62CD1753250E006398B9 /* MCOMailProvider.h in CopyFiles */,
C6CF62CE17532510006398B9 /* MCOMailProvidersManager.h in CopyFiles */,
C6CF62D017532521006398B9 /* MCOProvider.h in CopyFiles */,
+ C68B2AEE1778A865005E61EF /* MCConnectionLogger.h in CopyFiles */,
C6CF62D117532527006398B9 /* MCMailProvider.h in CopyFiles */,
C6CF62D417532531006398B9 /* MCProvider.h in CopyFiles */,
C6CF62D31753252F006398B9 /* MCNetService.h in CopyFiles */,
@@ -897,6 +902,7 @@
C6CF62D6175325BD006398B9 /* MCOMailProvidersManager.h in CopyFiles */,
C6CF62D7175325BF006398B9 /* MCONetService.h in CopyFiles */,
C6CF62D8175325C5006398B9 /* MCOProvider.h in CopyFiles */,
+ C68B2AEF1778A869005E61EF /* MCConnectionLogger.h in CopyFiles */,
C6CF62D9175325CC006398B9 /* MCMailProvider.h in CopyFiles */,
C6AC113517124D0A00B715B7 /* MCLibetpanTypes.h in CopyFiles */,
C6BA2B0C1705F4E6003F0E9E /* MCHTMLRendererCallback.h in CopyFiles */,
@@ -1313,6 +1319,9 @@
C64FF39016B3C13000F8C162 /* MCOObjectWrapper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MCOObjectWrapper.mm; sourceTree = "<group>"; };
C668E2C51735C8D500A2BB47 /* MCObjectMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MCObjectMac.mm; sourceTree = "<group>"; };
C668E2CA1735CB8900A2BB47 /* MCAutoreleasePoolMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MCAutoreleasePoolMac.mm; sourceTree = "<group>"; };
+ C68B2AEB1778A589005E61EF /* MCConnectionLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MCConnectionLogger.h; sourceTree = "<group>"; };
+ C68B2AF517797389005E61EF /* MCConnectionLoggerUtils.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MCConnectionLoggerUtils.cc; sourceTree = "<group>"; };
+ C68B2AF617797389005E61EF /* MCConnectionLoggerUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MCConnectionLoggerUtils.h; sourceTree = "<group>"; };
C6A81B911706840C00882C15 /* test-ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "test-ios.app"; sourceTree = BUILT_PRODUCTS_DIR; };
C6A81B921706840C00882C15 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
C6A81B951706840C00882C15 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; };
@@ -1821,6 +1830,9 @@
C6AC1131171249DF00B715B7 /* MCLibetpanTypes.h */,
C6D6F9691720F8F4006F5B28 /* MCICUTypes.h */,
C6D6F96D1721028D006F5B28 /* MCIterator.h */,
+ C68B2AEB1778A589005E61EF /* MCConnectionLogger.h */,
+ C68B2AF517797389005E61EF /* MCConnectionLoggerUtils.cc */,
+ C68B2AF617797389005E61EF /* MCConnectionLoggerUtils.h */,
);
path = basetypes;
sourceTree = "<group>";
@@ -2345,6 +2357,7 @@
C64EA72F169E847800778456 /* MCIMAPPart.cc in Sources */,
C64EA732169E847800778456 /* MCIMAPSearchExpression.cc in Sources */,
C64EA734169E847800778456 /* MCIMAPSession.cc in Sources */,
+ C68B2AF717797389005E61EF /* MCConnectionLoggerUtils.cc in Sources */,
C64EA737169E847800778456 /* MCPOPMessageInfo.cc in Sources */,
C64EA73A169E847800778456 /* MCPOPSession.cc in Sources */,
C64EA73C169E847800778456 /* MCAttachment.cc in Sources */,
@@ -2525,6 +2538,7 @@
C6BA2BB41705F4E6003F0E9E /* MCIMAPPart.cc in Sources */,
C6BA2BB51705F4E6003F0E9E /* MCIMAPSearchExpression.cc in Sources */,
C6BA2BB61705F4E6003F0E9E /* MCIMAPSession.cc in Sources */,
+ C68B2AF817797389005E61EF /* MCConnectionLoggerUtils.cc in Sources */,
C6BA2BB71705F4E6003F0E9E /* MCPOPMessageInfo.cc in Sources */,
C6BA2BB81705F4E6003F0E9E /* MCPOPSession.cc in Sources */,
C6BA2BB91705F4E6003F0E9E /* MCAttachment.cc in Sources */,