project.pbxproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD29739B1D7B401F00E37217 /* logger.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD2973991D7B401F00E37217 /* logger.cxx */; };
  10. CD3C80C01D6A2CA300ACC795 /* format.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD3C80BE1D6A2CA300ACC795 /* format.cxx */; };
  11. CD6F73EC225187BE0081ED74 /* logger in Headers */ = {isa = PBXBuildFile; fileRef = CD6F73EA225187A10081ED74 /* logger */; settings = {ATTRIBUTES = (Public, ); }; };
  12. CD6F7406225187F40081ED74 /* liblogging.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 0ECAC4AF1BC00AC500FDAE14 /* liblogging.dylib */; };
  13. CD6F740C225187FD0081ED74 /* logger_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD6F73FC225187E10081ED74 /* logger_test.cxx */; };
  14. CD6F746C22518A2C0081ED74 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD6F746B22518A2C0081ED74 /* GoogleMock.framework */; };
  15. CD88E9572252BDFC00927F40 /* log_manager.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD88E9552252BDFC00927F40 /* log_manager.cxx */; };
  16. CD88E95F2252D3EF00927F40 /* c_logger.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD88E95D2252D3EF00927F40 /* c_logger.cxx */; };
  17. CD88E9632252D67A00927F40 /* common.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD88E9612252D67A00927F40 /* common.cxx */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXContainerItemProxy section */
  20. CD6F7407225187F40081ED74 /* PBXContainerItemProxy */ = {
  21. isa = PBXContainerItemProxy;
  22. containerPortal = 0EB833411BBF45E600DDC844 /* Project object */;
  23. proxyType = 1;
  24. remoteGlobalIDString = 0ECAC4AE1BC00AC500FDAE14;
  25. remoteInfo = logging;
  26. };
  27. CD6F7436225189470081ED74 /* PBXContainerItemProxy */ = {
  28. isa = PBXContainerItemProxy;
  29. containerPortal = CD6F742F225189470081ED74 /* GoogleMock.xcodeproj */;
  30. proxyType = 2;
  31. remoteGlobalIDString = 05818F861A685AEA0072A469;
  32. remoteInfo = GoogleMock;
  33. };
  34. CD6F7438225189470081ED74 /* PBXContainerItemProxy */ = {
  35. isa = PBXContainerItemProxy;
  36. containerPortal = CD6F742F225189470081ED74 /* GoogleMock.xcodeproj */;
  37. proxyType = 2;
  38. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  39. remoteInfo = gmock;
  40. };
  41. CD6F743A225189470081ED74 /* PBXContainerItemProxy */ = {
  42. isa = PBXContainerItemProxy;
  43. containerPortal = CD6F742F225189470081ED74 /* GoogleMock.xcodeproj */;
  44. proxyType = 2;
  45. remoteGlobalIDString = 05E96B1F1A68634900204102;
  46. remoteInfo = gtest;
  47. };
  48. CD6F743C225189470081ED74 /* PBXContainerItemProxy */ = {
  49. isa = PBXContainerItemProxy;
  50. containerPortal = CD6F742F225189470081ED74 /* GoogleMock.xcodeproj */;
  51. proxyType = 2;
  52. remoteGlobalIDString = 05818F901A685AEA0072A469;
  53. remoteInfo = GoogleMockTests;
  54. };
  55. /* End PBXContainerItemProxy section */
  56. /* Begin PBXFileReference section */
  57. 0EB833481BBF45E600DDC844 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
  58. 0ECAC4AF1BC00AC500FDAE14 /* liblogging.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = liblogging.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  59. CD2973991D7B401F00E37217 /* logger.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = logger.cxx; sourceTree = "<group>"; };
  60. CD3C80BE1D6A2CA300ACC795 /* format.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = format.cxx; sourceTree = "<group>"; };
  61. CD6F73EA225187A10081ED74 /* logger */ = {isa = PBXFileReference; lastKnownFileType = folder; name = logger; path = include/logger; sourceTree = "<group>"; };
  62. CD6F73FC225187E10081ED74 /* logger_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = logger_test.cxx; sourceTree = "<group>"; };
  63. CD6F7401225187F40081ED74 /* logger_test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = logger_test.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  64. CD6F7405225187F40081ED74 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  65. CD6F742D225189290081ED74 /* libcfmt_logger.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libcfmt_logger.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  66. CD6F742F225189470081ED74 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  67. CD6F746B22518A2C0081ED74 /* GoogleMock.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleMock.framework; path = "../../../gmock-xcode-master/build/Release/GoogleMock.framework"; sourceTree = "<group>"; };
  68. CD88E9552252BDFC00927F40 /* log_manager.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = log_manager.cxx; sourceTree = "<group>"; };
  69. CD88E95D2252D3EF00927F40 /* c_logger.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = c_logger.cxx; sourceTree = "<group>"; };
  70. CD88E9612252D67A00927F40 /* common.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = common.cxx; sourceTree = "<group>"; };
  71. CD88E9642252D6C700927F40 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
  72. /* End PBXFileReference section */
  73. /* Begin PBXFrameworksBuildPhase section */
  74. 0ECAC4AC1BC00AC500FDAE14 /* Frameworks */ = {
  75. isa = PBXFrameworksBuildPhase;
  76. buildActionMask = 2147483647;
  77. files = (
  78. );
  79. runOnlyForDeploymentPostprocessing = 0;
  80. };
  81. CD6F73FE225187F40081ED74 /* Frameworks */ = {
  82. isa = PBXFrameworksBuildPhase;
  83. buildActionMask = 2147483647;
  84. files = (
  85. CD6F7406225187F40081ED74 /* liblogging.dylib in Frameworks */,
  86. CD6F746C22518A2C0081ED74 /* GoogleMock.framework in Frameworks */,
  87. );
  88. runOnlyForDeploymentPostprocessing = 0;
  89. };
  90. /* End PBXFrameworksBuildPhase section */
  91. /* Begin PBXGroup section */
  92. 0EB833401BBF45E600DDC844 = {
  93. isa = PBXGroup;
  94. children = (
  95. CD6F73EA225187A10081ED74 /* logger */,
  96. CD2973971D7B3FC600E37217 /* src */,
  97. 0EB833481BBF45E600DDC844 /* Makefile */,
  98. CD6F73EB225187B30081ED74 /* test */,
  99. CD6F7402225187F40081ED74 /* logger_test */,
  100. 0EB8335A1BBF484800DDC844 /* Products */,
  101. CD6F742B225188600081ED74 /* Frameworks */,
  102. );
  103. sourceTree = "<group>";
  104. };
  105. 0EB8335A1BBF484800DDC844 /* Products */ = {
  106. isa = PBXGroup;
  107. children = (
  108. 0ECAC4AF1BC00AC500FDAE14 /* liblogging.dylib */,
  109. CD6F7401225187F40081ED74 /* logger_test.xctest */,
  110. );
  111. name = Products;
  112. sourceTree = "<group>";
  113. };
  114. CD2973971D7B3FC600E37217 /* src */ = {
  115. isa = PBXGroup;
  116. children = (
  117. CD2973991D7B401F00E37217 /* logger.cxx */,
  118. CD88E9642252D6C700927F40 /* common.h */,
  119. CD88E9612252D67A00927F40 /* common.cxx */,
  120. CD88E95D2252D3EF00927F40 /* c_logger.cxx */,
  121. CD88E9552252BDFC00927F40 /* log_manager.cxx */,
  122. CD3C80BE1D6A2CA300ACC795 /* format.cxx */,
  123. );
  124. path = src;
  125. sourceTree = "<group>";
  126. };
  127. CD6F73EB225187B30081ED74 /* test */ = {
  128. isa = PBXGroup;
  129. children = (
  130. CD6F73FC225187E10081ED74 /* logger_test.cxx */,
  131. );
  132. path = test;
  133. sourceTree = "<group>";
  134. };
  135. CD6F7402225187F40081ED74 /* logger_test */ = {
  136. isa = PBXGroup;
  137. children = (
  138. CD6F7405225187F40081ED74 /* Info.plist */,
  139. );
  140. path = logger_test;
  141. sourceTree = "<group>";
  142. };
  143. CD6F742B225188600081ED74 /* Frameworks */ = {
  144. isa = PBXGroup;
  145. children = (
  146. CD6F746B22518A2C0081ED74 /* GoogleMock.framework */,
  147. CD6F742F225189470081ED74 /* GoogleMock.xcodeproj */,
  148. CD6F742D225189290081ED74 /* libcfmt_logger.dylib */,
  149. );
  150. name = Frameworks;
  151. sourceTree = "<group>";
  152. };
  153. CD6F7430225189470081ED74 /* Products */ = {
  154. isa = PBXGroup;
  155. children = (
  156. CD6F7437225189470081ED74 /* GoogleMock.framework */,
  157. CD6F7439225189470081ED74 /* gmock.framework */,
  158. CD6F743B225189470081ED74 /* gtest.framework */,
  159. CD6F743D225189470081ED74 /* GoogleMockTests.xctest */,
  160. );
  161. name = Products;
  162. sourceTree = "<group>";
  163. };
  164. /* End PBXGroup section */
  165. /* Begin PBXHeadersBuildPhase section */
  166. 0ECAC4AD1BC00AC500FDAE14 /* Headers */ = {
  167. isa = PBXHeadersBuildPhase;
  168. buildActionMask = 2147483647;
  169. files = (
  170. CD6F73EC225187BE0081ED74 /* logger in Headers */,
  171. );
  172. runOnlyForDeploymentPostprocessing = 0;
  173. };
  174. /* End PBXHeadersBuildPhase section */
  175. /* Begin PBXNativeTarget section */
  176. 0ECAC4AE1BC00AC500FDAE14 /* logging */ = {
  177. isa = PBXNativeTarget;
  178. buildConfigurationList = 0ECAC4B71BC00AC500FDAE14 /* Build configuration list for PBXNativeTarget "logging" */;
  179. buildPhases = (
  180. 0ECAC4AB1BC00AC500FDAE14 /* Sources */,
  181. 0ECAC4AC1BC00AC500FDAE14 /* Frameworks */,
  182. 0ECAC4AD1BC00AC500FDAE14 /* Headers */,
  183. );
  184. buildRules = (
  185. );
  186. dependencies = (
  187. );
  188. name = logging;
  189. productName = logging;
  190. productReference = 0ECAC4AF1BC00AC500FDAE14 /* liblogging.dylib */;
  191. productType = "com.apple.product-type.library.dynamic";
  192. };
  193. CD6F7400225187F40081ED74 /* logger_test */ = {
  194. isa = PBXNativeTarget;
  195. buildConfigurationList = CD6F7409225187F40081ED74 /* Build configuration list for PBXNativeTarget "logger_test" */;
  196. buildPhases = (
  197. CD6F73FD225187F40081ED74 /* Sources */,
  198. CD6F73FE225187F40081ED74 /* Frameworks */,
  199. CD6F73FF225187F40081ED74 /* Resources */,
  200. );
  201. buildRules = (
  202. );
  203. dependencies = (
  204. CD6F7408225187F40081ED74 /* PBXTargetDependency */,
  205. );
  206. name = logger_test;
  207. productName = logger_test;
  208. productReference = CD6F7401225187F40081ED74 /* logger_test.xctest */;
  209. productType = "com.apple.product-type.bundle.unit-test";
  210. };
  211. /* End PBXNativeTarget section */
  212. /* Begin PBXProject section */
  213. 0EB833411BBF45E600DDC844 /* Project object */ = {
  214. isa = PBXProject;
  215. attributes = {
  216. LastSwiftUpdateCheck = 1010;
  217. LastUpgradeCheck = 1000;
  218. TargetAttributes = {
  219. 0ECAC4AE1BC00AC500FDAE14 = {
  220. CreatedOnToolsVersion = 7.0.1;
  221. };
  222. CD6F7400225187F40081ED74 = {
  223. CreatedOnToolsVersion = 10.1;
  224. ProvisioningStyle = Automatic;
  225. };
  226. };
  227. };
  228. buildConfigurationList = 0EB833441BBF45E600DDC844 /* Build configuration list for PBXProject "logger" */;
  229. compatibilityVersion = "Xcode 3.2";
  230. developmentRegion = English;
  231. hasScannedForEncodings = 0;
  232. knownRegions = (
  233. en,
  234. );
  235. mainGroup = 0EB833401BBF45E600DDC844;
  236. productRefGroup = 0EB8335A1BBF484800DDC844 /* Products */;
  237. projectDirPath = "";
  238. projectReferences = (
  239. {
  240. ProductGroup = CD6F7430225189470081ED74 /* Products */;
  241. ProjectRef = CD6F742F225189470081ED74 /* GoogleMock.xcodeproj */;
  242. },
  243. );
  244. projectRoot = "";
  245. targets = (
  246. 0ECAC4AE1BC00AC500FDAE14 /* logging */,
  247. CD6F7400225187F40081ED74 /* logger_test */,
  248. );
  249. };
  250. /* End PBXProject section */
  251. /* Begin PBXReferenceProxy section */
  252. CD6F7437225189470081ED74 /* GoogleMock.framework */ = {
  253. isa = PBXReferenceProxy;
  254. fileType = wrapper.framework;
  255. path = GoogleMock.framework;
  256. remoteRef = CD6F7436225189470081ED74 /* PBXContainerItemProxy */;
  257. sourceTree = BUILT_PRODUCTS_DIR;
  258. };
  259. CD6F7439225189470081ED74 /* gmock.framework */ = {
  260. isa = PBXReferenceProxy;
  261. fileType = wrapper.framework;
  262. path = gmock.framework;
  263. remoteRef = CD6F7438225189470081ED74 /* PBXContainerItemProxy */;
  264. sourceTree = BUILT_PRODUCTS_DIR;
  265. };
  266. CD6F743B225189470081ED74 /* gtest.framework */ = {
  267. isa = PBXReferenceProxy;
  268. fileType = wrapper.framework;
  269. path = gtest.framework;
  270. remoteRef = CD6F743A225189470081ED74 /* PBXContainerItemProxy */;
  271. sourceTree = BUILT_PRODUCTS_DIR;
  272. };
  273. CD6F743D225189470081ED74 /* GoogleMockTests.xctest */ = {
  274. isa = PBXReferenceProxy;
  275. fileType = wrapper.cfbundle;
  276. path = GoogleMockTests.xctest;
  277. remoteRef = CD6F743C225189470081ED74 /* PBXContainerItemProxy */;
  278. sourceTree = BUILT_PRODUCTS_DIR;
  279. };
  280. /* End PBXReferenceProxy section */
  281. /* Begin PBXResourcesBuildPhase section */
  282. CD6F73FF225187F40081ED74 /* Resources */ = {
  283. isa = PBXResourcesBuildPhase;
  284. buildActionMask = 2147483647;
  285. files = (
  286. );
  287. runOnlyForDeploymentPostprocessing = 0;
  288. };
  289. /* End PBXResourcesBuildPhase section */
  290. /* Begin PBXSourcesBuildPhase section */
  291. 0ECAC4AB1BC00AC500FDAE14 /* Sources */ = {
  292. isa = PBXSourcesBuildPhase;
  293. buildActionMask = 2147483647;
  294. files = (
  295. CD29739B1D7B401F00E37217 /* logger.cxx in Sources */,
  296. CD88E9572252BDFC00927F40 /* log_manager.cxx in Sources */,
  297. CD3C80C01D6A2CA300ACC795 /* format.cxx in Sources */,
  298. CD88E95F2252D3EF00927F40 /* c_logger.cxx in Sources */,
  299. CD88E9632252D67A00927F40 /* common.cxx in Sources */,
  300. );
  301. runOnlyForDeploymentPostprocessing = 0;
  302. };
  303. CD6F73FD225187F40081ED74 /* Sources */ = {
  304. isa = PBXSourcesBuildPhase;
  305. buildActionMask = 2147483647;
  306. files = (
  307. CD6F740C225187FD0081ED74 /* logger_test.cxx in Sources */,
  308. );
  309. runOnlyForDeploymentPostprocessing = 0;
  310. };
  311. /* End PBXSourcesBuildPhase section */
  312. /* Begin PBXTargetDependency section */
  313. CD6F7408225187F40081ED74 /* PBXTargetDependency */ = {
  314. isa = PBXTargetDependency;
  315. target = 0ECAC4AE1BC00AC500FDAE14 /* logging */;
  316. targetProxy = CD6F7407225187F40081ED74 /* PBXContainerItemProxy */;
  317. };
  318. /* End PBXTargetDependency section */
  319. /* Begin XCBuildConfiguration section */
  320. 0EB833421BBF45E600DDC844 /* Debug */ = {
  321. isa = XCBuildConfiguration;
  322. buildSettings = {
  323. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  324. CLANG_WARN_BOOL_CONVERSION = YES;
  325. CLANG_WARN_COMMA = YES;
  326. CLANG_WARN_CONSTANT_CONVERSION = YES;
  327. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  328. CLANG_WARN_EMPTY_BODY = YES;
  329. CLANG_WARN_ENUM_CONVERSION = YES;
  330. CLANG_WARN_INFINITE_RECURSION = YES;
  331. CLANG_WARN_INT_CONVERSION = YES;
  332. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  333. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  334. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  335. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  336. CLANG_WARN_STRICT_PROTOTYPES = YES;
  337. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  338. CLANG_WARN_UNREACHABLE_CODE = YES;
  339. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  340. COPY_PHASE_STRIP = NO;
  341. ENABLE_STRICT_OBJC_MSGSEND = YES;
  342. ENABLE_TESTABILITY = YES;
  343. GCC_NO_COMMON_BLOCKS = YES;
  344. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  345. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  346. GCC_WARN_UNDECLARED_SELECTOR = YES;
  347. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  348. GCC_WARN_UNUSED_FUNCTION = YES;
  349. GCC_WARN_UNUSED_VARIABLE = YES;
  350. ONLY_ACTIVE_ARCH = YES;
  351. SDKROOT = macosx;
  352. USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include/ $(PROJECT_DIR)/../../paradigm/declarative/expect/include/";
  353. };
  354. name = Debug;
  355. };
  356. 0EB833431BBF45E600DDC844 /* Release */ = {
  357. isa = XCBuildConfiguration;
  358. buildSettings = {
  359. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  360. CLANG_WARN_BOOL_CONVERSION = YES;
  361. CLANG_WARN_COMMA = YES;
  362. CLANG_WARN_CONSTANT_CONVERSION = YES;
  363. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  364. CLANG_WARN_EMPTY_BODY = YES;
  365. CLANG_WARN_ENUM_CONVERSION = YES;
  366. CLANG_WARN_INFINITE_RECURSION = YES;
  367. CLANG_WARN_INT_CONVERSION = YES;
  368. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  369. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  370. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  371. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  372. CLANG_WARN_STRICT_PROTOTYPES = YES;
  373. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  374. CLANG_WARN_UNREACHABLE_CODE = YES;
  375. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  376. COPY_PHASE_STRIP = YES;
  377. ENABLE_STRICT_OBJC_MSGSEND = YES;
  378. GCC_NO_COMMON_BLOCKS = YES;
  379. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  380. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  381. GCC_WARN_UNDECLARED_SELECTOR = YES;
  382. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  383. GCC_WARN_UNUSED_FUNCTION = YES;
  384. GCC_WARN_UNUSED_VARIABLE = YES;
  385. SDKROOT = macosx;
  386. USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include/ $(PROJECT_DIR)/../../paradigm/declarative/expect/include/";
  387. };
  388. name = Release;
  389. };
  390. 0ECAC4B81BC00AC500FDAE14 /* Debug */ = {
  391. isa = XCBuildConfiguration;
  392. buildSettings = {
  393. ALWAYS_SEARCH_USER_PATHS = NO;
  394. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  395. CLANG_CXX_LIBRARY = "libc++";
  396. CLANG_ENABLE_MODULES = YES;
  397. CLANG_ENABLE_OBJC_ARC = YES;
  398. CLANG_WARN_BOOL_CONVERSION = YES;
  399. CLANG_WARN_CONSTANT_CONVERSION = YES;
  400. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  401. CLANG_WARN_EMPTY_BODY = YES;
  402. CLANG_WARN_ENUM_CONVERSION = YES;
  403. CLANG_WARN_INT_CONVERSION = YES;
  404. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  405. CLANG_WARN_UNREACHABLE_CODE = YES;
  406. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  407. COMBINE_HIDPI_IMAGES = YES;
  408. DEBUG_INFORMATION_FORMAT = dwarf;
  409. DYLIB_COMPATIBILITY_VERSION = 1;
  410. DYLIB_CURRENT_VERSION = 1;
  411. ENABLE_STRICT_OBJC_MSGSEND = YES;
  412. EXECUTABLE_PREFIX = lib;
  413. GCC_C_LANGUAGE_STANDARD = gnu11;
  414. GCC_DYNAMIC_NO_PIC = NO;
  415. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  416. GCC_ENABLE_CPP_RTTI = YES;
  417. GCC_NO_COMMON_BLOCKS = YES;
  418. GCC_OPTIMIZATION_LEVEL = 0;
  419. GCC_PREPROCESSOR_DEFINITIONS = (
  420. "DEBUG=1",
  421. "$(inherited)",
  422. );
  423. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  424. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  425. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  426. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  427. GCC_WARN_PEDANTIC = NO;
  428. GCC_WARN_UNDECLARED_SELECTOR = YES;
  429. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  430. GCC_WARN_UNUSED_FUNCTION = YES;
  431. MACOSX_DEPLOYMENT_TARGET = 10.10;
  432. MTL_ENABLE_DEBUG_INFO = YES;
  433. PRODUCT_NAME = "$(TARGET_NAME)";
  434. USER_HEADER_SEARCH_PATHS = "../../**";
  435. };
  436. name = Debug;
  437. };
  438. 0ECAC4B91BC00AC500FDAE14 /* Release */ = {
  439. isa = XCBuildConfiguration;
  440. buildSettings = {
  441. ALWAYS_SEARCH_USER_PATHS = NO;
  442. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  443. CLANG_CXX_LIBRARY = "libc++";
  444. CLANG_ENABLE_MODULES = YES;
  445. CLANG_ENABLE_OBJC_ARC = YES;
  446. CLANG_WARN_BOOL_CONVERSION = YES;
  447. CLANG_WARN_CONSTANT_CONVERSION = YES;
  448. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  449. CLANG_WARN_EMPTY_BODY = YES;
  450. CLANG_WARN_ENUM_CONVERSION = YES;
  451. CLANG_WARN_INT_CONVERSION = YES;
  452. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  453. CLANG_WARN_UNREACHABLE_CODE = YES;
  454. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  455. COMBINE_HIDPI_IMAGES = YES;
  456. COPY_PHASE_STRIP = NO;
  457. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  458. DYLIB_COMPATIBILITY_VERSION = 1;
  459. DYLIB_CURRENT_VERSION = 1;
  460. ENABLE_NS_ASSERTIONS = NO;
  461. ENABLE_STRICT_OBJC_MSGSEND = YES;
  462. EXECUTABLE_PREFIX = lib;
  463. GCC_C_LANGUAGE_STANDARD = gnu11;
  464. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  465. GCC_ENABLE_CPP_RTTI = YES;
  466. GCC_NO_COMMON_BLOCKS = YES;
  467. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  468. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  469. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  470. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  471. GCC_WARN_PEDANTIC = NO;
  472. GCC_WARN_UNDECLARED_SELECTOR = YES;
  473. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  474. GCC_WARN_UNUSED_FUNCTION = YES;
  475. MACOSX_DEPLOYMENT_TARGET = 10.10;
  476. MTL_ENABLE_DEBUG_INFO = NO;
  477. PRODUCT_NAME = "$(TARGET_NAME)";
  478. USER_HEADER_SEARCH_PATHS = "../../**";
  479. };
  480. name = Release;
  481. };
  482. CD6F740A225187F40081ED74 /* Debug */ = {
  483. isa = XCBuildConfiguration;
  484. buildSettings = {
  485. ALWAYS_SEARCH_USER_PATHS = NO;
  486. CLANG_ANALYZER_NONNULL = YES;
  487. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  488. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  489. CLANG_CXX_LIBRARY = "libc++";
  490. CLANG_ENABLE_MODULES = YES;
  491. CLANG_ENABLE_OBJC_ARC = YES;
  492. CLANG_ENABLE_OBJC_WEAK = YES;
  493. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  494. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  495. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  496. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  497. CODE_SIGN_IDENTITY = "-";
  498. CODE_SIGN_STYLE = Automatic;
  499. COMBINE_HIDPI_IMAGES = YES;
  500. DEBUG_INFORMATION_FORMAT = dwarf;
  501. GCC_C_LANGUAGE_STANDARD = gnu11;
  502. GCC_DYNAMIC_NO_PIC = NO;
  503. GCC_OPTIMIZATION_LEVEL = 0;
  504. GCC_PREPROCESSOR_DEFINITIONS = (
  505. "DEBUG=1",
  506. "$(inherited)",
  507. );
  508. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  509. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  510. INFOPLIST_FILE = logger_test/Info.plist;
  511. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  512. MACOSX_DEPLOYMENT_TARGET = 10.13;
  513. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  514. MTL_FAST_MATH = YES;
  515. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.logger-test";
  516. PRODUCT_NAME = "$(TARGET_NAME)";
  517. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  518. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  519. SWIFT_VERSION = 4.2;
  520. };
  521. name = Debug;
  522. };
  523. CD6F740B225187F40081ED74 /* Release */ = {
  524. isa = XCBuildConfiguration;
  525. buildSettings = {
  526. ALWAYS_SEARCH_USER_PATHS = NO;
  527. CLANG_ANALYZER_NONNULL = YES;
  528. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  529. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  530. CLANG_CXX_LIBRARY = "libc++";
  531. CLANG_ENABLE_MODULES = YES;
  532. CLANG_ENABLE_OBJC_ARC = YES;
  533. CLANG_ENABLE_OBJC_WEAK = YES;
  534. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  535. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  536. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  537. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  538. CODE_SIGN_IDENTITY = "-";
  539. CODE_SIGN_STYLE = Automatic;
  540. COMBINE_HIDPI_IMAGES = YES;
  541. COPY_PHASE_STRIP = NO;
  542. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  543. ENABLE_NS_ASSERTIONS = NO;
  544. GCC_C_LANGUAGE_STANDARD = gnu11;
  545. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  546. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  547. INFOPLIST_FILE = logger_test/Info.plist;
  548. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  549. MACOSX_DEPLOYMENT_TARGET = 10.13;
  550. MTL_ENABLE_DEBUG_INFO = NO;
  551. MTL_FAST_MATH = YES;
  552. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.logger-test";
  553. PRODUCT_NAME = "$(TARGET_NAME)";
  554. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  555. SWIFT_VERSION = 4.2;
  556. };
  557. name = Release;
  558. };
  559. /* End XCBuildConfiguration section */
  560. /* Begin XCConfigurationList section */
  561. 0EB833441BBF45E600DDC844 /* Build configuration list for PBXProject "logger" */ = {
  562. isa = XCConfigurationList;
  563. buildConfigurations = (
  564. 0EB833421BBF45E600DDC844 /* Debug */,
  565. 0EB833431BBF45E600DDC844 /* Release */,
  566. );
  567. defaultConfigurationIsVisible = 0;
  568. defaultConfigurationName = Release;
  569. };
  570. 0ECAC4B71BC00AC500FDAE14 /* Build configuration list for PBXNativeTarget "logging" */ = {
  571. isa = XCConfigurationList;
  572. buildConfigurations = (
  573. 0ECAC4B81BC00AC500FDAE14 /* Debug */,
  574. 0ECAC4B91BC00AC500FDAE14 /* Release */,
  575. );
  576. defaultConfigurationIsVisible = 0;
  577. defaultConfigurationName = Release;
  578. };
  579. CD6F7409225187F40081ED74 /* Build configuration list for PBXNativeTarget "logger_test" */ = {
  580. isa = XCConfigurationList;
  581. buildConfigurations = (
  582. CD6F740A225187F40081ED74 /* Debug */,
  583. CD6F740B225187F40081ED74 /* Release */,
  584. );
  585. defaultConfigurationIsVisible = 0;
  586. defaultConfigurationName = Release;
  587. };
  588. /* End XCConfigurationList section */
  589. };
  590. rootObject = 0EB833411BBF45E600DDC844 /* Project object */;
  591. }