project.pbxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0ECAC4BC1BC012ED00FDAE14 /* properties.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0ECAC4BA1BC012ED00FDAE14 /* properties.cpp */; settings = {ASSET_TAGS = (); }; };
  10. 0ECAC4BD1BC012ED00FDAE14 /* properties.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0ECAC4BB1BC012ED00FDAE14 /* properties.hpp */; settings = {ASSET_TAGS = (); }; };
  11. 0ECAC4BE1BC0156000FDAE14 /* logger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0EB833461BBF45E600DDC844 /* logger.cpp */; settings = {ASSET_TAGS = (); }; };
  12. 0ECAC4BF1BC0156600FDAE14 /* default_logger_binding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0ECAC4A71BC0051700FDAE14 /* default_logger_binding.cpp */; settings = {ASSET_TAGS = (); }; };
  13. 0ECAC4C01BC0156900FDAE14 /* file_logger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0EB833661BBF4F9600DDC844 /* file_logger.cpp */; settings = {ASSET_TAGS = (); }; };
  14. 0ECAC4C11BC0156C00FDAE14 /* console_logger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0EB8336A1BBF4FAC00DDC844 /* console_logger.cpp */; settings = {ASSET_TAGS = (); }; };
  15. /* End PBXBuildFile section */
  16. /* Begin PBXFileReference section */
  17. 0EB833461BBF45E600DDC844 /* logger.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = logger.cpp; sourceTree = "<group>"; };
  18. 0EB833471BBF45E600DDC844 /* logger.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = logger.hpp; sourceTree = "<group>"; };
  19. 0EB833481BBF45E600DDC844 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
  20. 0EB833661BBF4F9600DDC844 /* file_logger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_logger.cpp; sourceTree = "<group>"; };
  21. 0EB8336A1BBF4FAC00DDC844 /* console_logger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = console_logger.cpp; sourceTree = "<group>"; };
  22. 0ECAC4A71BC0051700FDAE14 /* default_logger_binding.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = default_logger_binding.cpp; sourceTree = "<group>"; };
  23. 0ECAC4AF1BC00AC500FDAE14 /* liblogging.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = liblogging.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  24. 0ECAC4BA1BC012ED00FDAE14 /* properties.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = properties.cpp; sourceTree = "<group>"; };
  25. 0ECAC4BB1BC012ED00FDAE14 /* properties.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = properties.hpp; sourceTree = "<group>"; };
  26. 0ECAC4C21BC0193400FDAE14 /* default_logger_binding.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = default_logger_binding.hpp; sourceTree = "<group>"; };
  27. /* End PBXFileReference section */
  28. /* Begin PBXFrameworksBuildPhase section */
  29. 0ECAC4AC1BC00AC500FDAE14 /* Frameworks */ = {
  30. isa = PBXFrameworksBuildPhase;
  31. buildActionMask = 2147483647;
  32. files = (
  33. );
  34. runOnlyForDeploymentPostprocessing = 0;
  35. };
  36. /* End PBXFrameworksBuildPhase section */
  37. /* Begin PBXGroup section */
  38. 0EB833401BBF45E600DDC844 = {
  39. isa = PBXGroup;
  40. children = (
  41. 0EB833461BBF45E600DDC844 /* logger.cpp */,
  42. 0EB833471BBF45E600DDC844 /* logger.hpp */,
  43. 0ECAC4BA1BC012ED00FDAE14 /* properties.cpp */,
  44. 0ECAC4BB1BC012ED00FDAE14 /* properties.hpp */,
  45. 0ECAC4A71BC0051700FDAE14 /* default_logger_binding.cpp */,
  46. 0ECAC4C21BC0193400FDAE14 /* default_logger_binding.hpp */,
  47. 0EB833661BBF4F9600DDC844 /* file_logger.cpp */,
  48. 0EB8336A1BBF4FAC00DDC844 /* console_logger.cpp */,
  49. 0EB833481BBF45E600DDC844 /* Makefile */,
  50. 0EB8335A1BBF484800DDC844 /* Products */,
  51. );
  52. sourceTree = "<group>";
  53. };
  54. 0EB8335A1BBF484800DDC844 /* Products */ = {
  55. isa = PBXGroup;
  56. children = (
  57. 0ECAC4AF1BC00AC500FDAE14 /* liblogging.dylib */,
  58. );
  59. name = Products;
  60. sourceTree = "<group>";
  61. };
  62. /* End PBXGroup section */
  63. /* Begin PBXHeadersBuildPhase section */
  64. 0ECAC4AD1BC00AC500FDAE14 /* Headers */ = {
  65. isa = PBXHeadersBuildPhase;
  66. buildActionMask = 2147483647;
  67. files = (
  68. 0ECAC4BD1BC012ED00FDAE14 /* properties.hpp in Headers */,
  69. );
  70. runOnlyForDeploymentPostprocessing = 0;
  71. };
  72. /* End PBXHeadersBuildPhase section */
  73. /* Begin PBXLegacyTarget section */
  74. 0EB833451BBF45E600DDC844 /* logger */ = {
  75. isa = PBXLegacyTarget;
  76. buildArgumentsString = "$(ACTION)";
  77. buildConfigurationList = 0EB833491BBF45E600DDC844 /* Build configuration list for PBXLegacyTarget "logger" */;
  78. buildPhases = (
  79. );
  80. buildToolPath = /usr/bin/make;
  81. buildWorkingDirectory = "/Users/leumasjaffe/Documents/Programming/XTools Workspace/C:C++/misc/logger";
  82. dependencies = (
  83. );
  84. name = logger;
  85. passBuildSettingsInEnvironment = 1;
  86. productName = logger;
  87. };
  88. /* End PBXLegacyTarget section */
  89. /* Begin PBXNativeTarget section */
  90. 0ECAC4AE1BC00AC500FDAE14 /* logging */ = {
  91. isa = PBXNativeTarget;
  92. buildConfigurationList = 0ECAC4B71BC00AC500FDAE14 /* Build configuration list for PBXNativeTarget "logging" */;
  93. buildPhases = (
  94. 0ECAC4AB1BC00AC500FDAE14 /* Sources */,
  95. 0ECAC4AC1BC00AC500FDAE14 /* Frameworks */,
  96. 0ECAC4AD1BC00AC500FDAE14 /* Headers */,
  97. );
  98. buildRules = (
  99. );
  100. dependencies = (
  101. );
  102. name = logging;
  103. productName = logging;
  104. productReference = 0ECAC4AF1BC00AC500FDAE14 /* liblogging.dylib */;
  105. productType = "com.apple.product-type.library.dynamic";
  106. };
  107. /* End PBXNativeTarget section */
  108. /* Begin PBXProject section */
  109. 0EB833411BBF45E600DDC844 /* Project object */ = {
  110. isa = PBXProject;
  111. attributes = {
  112. LastUpgradeCheck = 0700;
  113. TargetAttributes = {
  114. 0ECAC4AE1BC00AC500FDAE14 = {
  115. CreatedOnToolsVersion = 7.0.1;
  116. };
  117. };
  118. };
  119. buildConfigurationList = 0EB833441BBF45E600DDC844 /* Build configuration list for PBXProject "logger" */;
  120. compatibilityVersion = "Xcode 3.2";
  121. developmentRegion = English;
  122. hasScannedForEncodings = 0;
  123. knownRegions = (
  124. en,
  125. );
  126. mainGroup = 0EB833401BBF45E600DDC844;
  127. productRefGroup = 0EB8335A1BBF484800DDC844 /* Products */;
  128. projectDirPath = "";
  129. projectRoot = "";
  130. targets = (
  131. 0EB833451BBF45E600DDC844 /* logger */,
  132. 0ECAC4AE1BC00AC500FDAE14 /* logging */,
  133. );
  134. };
  135. /* End PBXProject section */
  136. /* Begin PBXSourcesBuildPhase section */
  137. 0ECAC4AB1BC00AC500FDAE14 /* Sources */ = {
  138. isa = PBXSourcesBuildPhase;
  139. buildActionMask = 2147483647;
  140. files = (
  141. 0ECAC4BF1BC0156600FDAE14 /* default_logger_binding.cpp in Sources */,
  142. 0ECAC4C11BC0156C00FDAE14 /* console_logger.cpp in Sources */,
  143. 0ECAC4BC1BC012ED00FDAE14 /* properties.cpp in Sources */,
  144. 0ECAC4BE1BC0156000FDAE14 /* logger.cpp in Sources */,
  145. 0ECAC4C01BC0156900FDAE14 /* file_logger.cpp in Sources */,
  146. );
  147. runOnlyForDeploymentPostprocessing = 0;
  148. };
  149. /* End PBXSourcesBuildPhase section */
  150. /* Begin XCBuildConfiguration section */
  151. 0EB833421BBF45E600DDC844 /* Debug */ = {
  152. isa = XCBuildConfiguration;
  153. buildSettings = {
  154. COPY_PHASE_STRIP = NO;
  155. ENABLE_TESTABILITY = YES;
  156. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  157. GCC_WARN_UNUSED_VARIABLE = YES;
  158. ONLY_ACTIVE_ARCH = YES;
  159. SDKROOT = macosx;
  160. };
  161. name = Debug;
  162. };
  163. 0EB833431BBF45E600DDC844 /* Release */ = {
  164. isa = XCBuildConfiguration;
  165. buildSettings = {
  166. COPY_PHASE_STRIP = YES;
  167. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  168. GCC_WARN_UNUSED_VARIABLE = YES;
  169. SDKROOT = macosx;
  170. };
  171. name = Release;
  172. };
  173. 0EB8334A1BBF45E600DDC844 /* Debug */ = {
  174. isa = XCBuildConfiguration;
  175. buildSettings = {
  176. COPY_PHASE_STRIP = NO;
  177. DEBUGGING_SYMBOLS = YES;
  178. GCC_DYNAMIC_NO_PIC = NO;
  179. GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  180. GCC_OPTIMIZATION_LEVEL = 0;
  181. OTHER_CFLAGS = "";
  182. OTHER_LDFLAGS = "";
  183. PRODUCT_NAME = logger;
  184. };
  185. name = Debug;
  186. };
  187. 0EB8334B1BBF45E600DDC844 /* Release */ = {
  188. isa = XCBuildConfiguration;
  189. buildSettings = {
  190. COPY_PHASE_STRIP = YES;
  191. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  192. OTHER_CFLAGS = "";
  193. OTHER_LDFLAGS = "";
  194. PRODUCT_NAME = logger;
  195. };
  196. name = Release;
  197. };
  198. 0ECAC4B81BC00AC500FDAE14 /* Debug */ = {
  199. isa = XCBuildConfiguration;
  200. buildSettings = {
  201. ALWAYS_SEARCH_USER_PATHS = NO;
  202. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  203. CLANG_CXX_LIBRARY = "libc++";
  204. CLANG_ENABLE_MODULES = YES;
  205. CLANG_ENABLE_OBJC_ARC = YES;
  206. CLANG_WARN_BOOL_CONVERSION = YES;
  207. CLANG_WARN_CONSTANT_CONVERSION = YES;
  208. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  209. CLANG_WARN_EMPTY_BODY = YES;
  210. CLANG_WARN_ENUM_CONVERSION = YES;
  211. CLANG_WARN_INT_CONVERSION = YES;
  212. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  213. CLANG_WARN_UNREACHABLE_CODE = YES;
  214. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  215. DEBUG_INFORMATION_FORMAT = dwarf;
  216. DYLIB_COMPATIBILITY_VERSION = 1;
  217. DYLIB_CURRENT_VERSION = 1;
  218. ENABLE_STRICT_OBJC_MSGSEND = YES;
  219. EXECUTABLE_PREFIX = lib;
  220. GCC_C_LANGUAGE_STANDARD = gnu99;
  221. GCC_DYNAMIC_NO_PIC = NO;
  222. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  223. GCC_ENABLE_CPP_RTTI = YES;
  224. GCC_NO_COMMON_BLOCKS = YES;
  225. GCC_OPTIMIZATION_LEVEL = 0;
  226. GCC_PREPROCESSOR_DEFINITIONS = (
  227. "DEBUG=1",
  228. "$(inherited)",
  229. );
  230. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  231. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  232. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  233. GCC_WARN_UNDECLARED_SELECTOR = YES;
  234. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  235. GCC_WARN_UNUSED_FUNCTION = YES;
  236. MACOSX_DEPLOYMENT_TARGET = 10.10;
  237. MTL_ENABLE_DEBUG_INFO = YES;
  238. PRODUCT_NAME = "$(TARGET_NAME)";
  239. };
  240. name = Debug;
  241. };
  242. 0ECAC4B91BC00AC500FDAE14 /* Release */ = {
  243. isa = XCBuildConfiguration;
  244. buildSettings = {
  245. ALWAYS_SEARCH_USER_PATHS = NO;
  246. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  247. CLANG_CXX_LIBRARY = "libc++";
  248. CLANG_ENABLE_MODULES = YES;
  249. CLANG_ENABLE_OBJC_ARC = YES;
  250. CLANG_WARN_BOOL_CONVERSION = YES;
  251. CLANG_WARN_CONSTANT_CONVERSION = YES;
  252. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  253. CLANG_WARN_EMPTY_BODY = YES;
  254. CLANG_WARN_ENUM_CONVERSION = YES;
  255. CLANG_WARN_INT_CONVERSION = YES;
  256. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  257. CLANG_WARN_UNREACHABLE_CODE = YES;
  258. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  259. COPY_PHASE_STRIP = NO;
  260. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  261. DYLIB_COMPATIBILITY_VERSION = 1;
  262. DYLIB_CURRENT_VERSION = 1;
  263. ENABLE_NS_ASSERTIONS = NO;
  264. ENABLE_STRICT_OBJC_MSGSEND = YES;
  265. EXECUTABLE_PREFIX = lib;
  266. GCC_C_LANGUAGE_STANDARD = gnu99;
  267. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  268. GCC_ENABLE_CPP_RTTI = YES;
  269. GCC_NO_COMMON_BLOCKS = YES;
  270. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  271. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  272. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  273. GCC_WARN_UNDECLARED_SELECTOR = YES;
  274. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  275. GCC_WARN_UNUSED_FUNCTION = YES;
  276. MACOSX_DEPLOYMENT_TARGET = 10.10;
  277. MTL_ENABLE_DEBUG_INFO = NO;
  278. PRODUCT_NAME = "$(TARGET_NAME)";
  279. };
  280. name = Release;
  281. };
  282. /* End XCBuildConfiguration section */
  283. /* Begin XCConfigurationList section */
  284. 0EB833441BBF45E600DDC844 /* Build configuration list for PBXProject "logger" */ = {
  285. isa = XCConfigurationList;
  286. buildConfigurations = (
  287. 0EB833421BBF45E600DDC844 /* Debug */,
  288. 0EB833431BBF45E600DDC844 /* Release */,
  289. );
  290. defaultConfigurationIsVisible = 0;
  291. defaultConfigurationName = Release;
  292. };
  293. 0EB833491BBF45E600DDC844 /* Build configuration list for PBXLegacyTarget "logger" */ = {
  294. isa = XCConfigurationList;
  295. buildConfigurations = (
  296. 0EB8334A1BBF45E600DDC844 /* Debug */,
  297. 0EB8334B1BBF45E600DDC844 /* Release */,
  298. );
  299. defaultConfigurationIsVisible = 0;
  300. defaultConfigurationName = Release;
  301. };
  302. 0ECAC4B71BC00AC500FDAE14 /* Build configuration list for PBXNativeTarget "logging" */ = {
  303. isa = XCConfigurationList;
  304. buildConfigurations = (
  305. 0ECAC4B81BC00AC500FDAE14 /* Debug */,
  306. 0ECAC4B91BC00AC500FDAE14 /* Release */,
  307. );
  308. defaultConfigurationIsVisible = 0;
  309. };
  310. /* End XCConfigurationList section */
  311. };
  312. rootObject = 0EB833411BBF45E600DDC844 /* Project object */;
  313. }