project.pbxproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CDCB3BCA24E1D39B0029B771 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDEC1E09235167920091D9F2 /* GoogleMock.framework */; };
  10. CDCB3BD624E1D5320029B771 /* join_iterator_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDCB3BCD24E1D5320029B771 /* join_iterator_test.cxx */; };
  11. CDCB3BD724E1D5320029B771 /* unkeyed_iterator_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDCB3BCE24E1D5320029B771 /* unkeyed_iterator_test.cxx */; };
  12. CDCB3BD824E1D5320029B771 /* recursive_iterator_vector_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDCB3BCF24E1D5320029B771 /* recursive_iterator_vector_test.cxx */; };
  13. CDCB3BD924E1D5320029B771 /* recursive_iterator_accessors_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDCB3BD024E1D5320029B771 /* recursive_iterator_accessors_test.cxx */; };
  14. CDCB3BDA24E1D5320029B771 /* recursive_iterator_mixed_container_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDCB3BD124E1D5320029B771 /* recursive_iterator_mixed_container_test.cxx */; };
  15. CDCB3BDB24E1D5320029B771 /* end_aware_iterator_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDCB3BD224E1D5320029B771 /* end_aware_iterator_test.cxx */; };
  16. CDCB3BDC24E1D5320029B771 /* filter_iterator_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDCB3BD324E1D5320029B771 /* filter_iterator_test.cxx */; };
  17. CDCB3BDD24E1D5320029B771 /* indexed_iterator_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDCB3BD424E1D5320029B771 /* indexed_iterator_test.cxx */; };
  18. CDCB3BDE24E1D5320029B771 /* recursive_iterator_map_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDCB3BD524E1D5320029B771 /* recursive_iterator_map_test.cxx */; };
  19. CDCB3BFC24E327CF0029B771 /* recursive_iterator_single_level_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDCB3BFB24E327CF0029B771 /* recursive_iterator_single_level_test.cxx */; };
  20. /* End PBXBuildFile section */
  21. /* Begin PBXContainerItemProxy section */
  22. CDCB3BCB24E1D3B50029B771 /* PBXContainerItemProxy */ = {
  23. isa = PBXContainerItemProxy;
  24. containerPortal = CDEC1E01235167920091D9F2 /* GoogleMock.xcodeproj */;
  25. proxyType = 1;
  26. remoteGlobalIDString = 05818F851A685AEA0072A469;
  27. remoteInfo = GoogleMock;
  28. };
  29. CDEC1E08235167920091D9F2 /* PBXContainerItemProxy */ = {
  30. isa = PBXContainerItemProxy;
  31. containerPortal = CDEC1E01235167920091D9F2 /* GoogleMock.xcodeproj */;
  32. proxyType = 2;
  33. remoteGlobalIDString = 05818F861A685AEA0072A469;
  34. remoteInfo = GoogleMock;
  35. };
  36. CDEC1E0A235167920091D9F2 /* PBXContainerItemProxy */ = {
  37. isa = PBXContainerItemProxy;
  38. containerPortal = CDEC1E01235167920091D9F2 /* GoogleMock.xcodeproj */;
  39. proxyType = 2;
  40. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  41. remoteInfo = gmock;
  42. };
  43. CDEC1E0C235167920091D9F2 /* PBXContainerItemProxy */ = {
  44. isa = PBXContainerItemProxy;
  45. containerPortal = CDEC1E01235167920091D9F2 /* GoogleMock.xcodeproj */;
  46. proxyType = 2;
  47. remoteGlobalIDString = 05E96B1F1A68634900204102;
  48. remoteInfo = gtest;
  49. };
  50. CDEC1E0E235167920091D9F2 /* PBXContainerItemProxy */ = {
  51. isa = PBXContainerItemProxy;
  52. containerPortal = CDEC1E01235167920091D9F2 /* GoogleMock.xcodeproj */;
  53. proxyType = 2;
  54. remoteGlobalIDString = 05818F901A685AEA0072A469;
  55. remoteInfo = GoogleMockTests;
  56. };
  57. /* End PBXContainerItemProxy section */
  58. /* Begin PBXCopyFilesBuildPhase section */
  59. CD21AE1B1E4A3E7900536178 /* CopyFiles */ = {
  60. isa = PBXCopyFilesBuildPhase;
  61. buildActionMask = 2147483647;
  62. dstPath = /usr/share/man/man1/;
  63. dstSubfolderSpec = 0;
  64. files = (
  65. );
  66. runOnlyForDeploymentPostprocessing = 1;
  67. };
  68. /* End PBXCopyFilesBuildPhase section */
  69. /* Begin PBXFileReference section */
  70. CD21AE1D1E4A3E7900536178 /* iterator_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = iterator_tc; sourceTree = BUILT_PRODUCTS_DIR; };
  71. CDCB3BBC24E1CDE40029B771 /* iterator */ = {isa = PBXFileReference; lastKnownFileType = folder; name = iterator; path = include/iterator; sourceTree = "<group>"; };
  72. CDCB3BC124E1D3880029B771 /* iterator-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "iterator-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  73. CDCB3BC524E1D3880029B771 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  74. CDCB3BCD24E1D5320029B771 /* join_iterator_test.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = join_iterator_test.cxx; sourceTree = "<group>"; };
  75. CDCB3BCE24E1D5320029B771 /* unkeyed_iterator_test.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = unkeyed_iterator_test.cxx; sourceTree = "<group>"; };
  76. CDCB3BCF24E1D5320029B771 /* recursive_iterator_vector_test.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = recursive_iterator_vector_test.cxx; sourceTree = "<group>"; };
  77. CDCB3BD024E1D5320029B771 /* recursive_iterator_accessors_test.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = recursive_iterator_accessors_test.cxx; sourceTree = "<group>"; };
  78. CDCB3BD124E1D5320029B771 /* recursive_iterator_mixed_container_test.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = recursive_iterator_mixed_container_test.cxx; sourceTree = "<group>"; };
  79. CDCB3BD224E1D5320029B771 /* end_aware_iterator_test.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = end_aware_iterator_test.cxx; sourceTree = "<group>"; };
  80. CDCB3BD324E1D5320029B771 /* filter_iterator_test.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = filter_iterator_test.cxx; sourceTree = "<group>"; };
  81. CDCB3BD424E1D5320029B771 /* indexed_iterator_test.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = indexed_iterator_test.cxx; sourceTree = "<group>"; };
  82. CDCB3BD524E1D5320029B771 /* recursive_iterator_map_test.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = recursive_iterator_map_test.cxx; sourceTree = "<group>"; };
  83. CDCB3BFB24E327CF0029B771 /* recursive_iterator_single_level_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = recursive_iterator_single_level_test.cxx; sourceTree = "<group>"; };
  84. CDEC1E01235167920091D9F2 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  85. /* End PBXFileReference section */
  86. /* Begin PBXFrameworksBuildPhase section */
  87. CD21AE1A1E4A3E7900536178 /* Frameworks */ = {
  88. isa = PBXFrameworksBuildPhase;
  89. buildActionMask = 2147483647;
  90. files = (
  91. );
  92. runOnlyForDeploymentPostprocessing = 0;
  93. };
  94. CDCB3BBE24E1D3880029B771 /* Frameworks */ = {
  95. isa = PBXFrameworksBuildPhase;
  96. buildActionMask = 2147483647;
  97. files = (
  98. CDCB3BCA24E1D39B0029B771 /* GoogleMock.framework in Frameworks */,
  99. );
  100. runOnlyForDeploymentPostprocessing = 0;
  101. };
  102. /* End PBXFrameworksBuildPhase section */
  103. /* Begin PBXGroup section */
  104. CD21AE141E4A3E7900536178 = {
  105. isa = PBXGroup;
  106. children = (
  107. CDEC1E01235167920091D9F2 /* GoogleMock.xcodeproj */,
  108. CDCB3BBC24E1CDE40029B771 /* iterator */,
  109. CD21AE271E4A3E8600536178 /* test */,
  110. CDCB3BC224E1D3880029B771 /* iterator-test */,
  111. CD21AE1E1E4A3E7900536178 /* Products */,
  112. CDCB3BC924E1D39B0029B771 /* Frameworks */,
  113. );
  114. sourceTree = "<group>";
  115. };
  116. CD21AE1E1E4A3E7900536178 /* Products */ = {
  117. isa = PBXGroup;
  118. children = (
  119. CD21AE1D1E4A3E7900536178 /* iterator_tc */,
  120. CDCB3BC124E1D3880029B771 /* iterator-test.xctest */,
  121. );
  122. name = Products;
  123. sourceTree = "<group>";
  124. };
  125. CD21AE271E4A3E8600536178 /* test */ = {
  126. isa = PBXGroup;
  127. children = (
  128. CDCB3BD224E1D5320029B771 /* end_aware_iterator_test.cxx */,
  129. CDCB3BD324E1D5320029B771 /* filter_iterator_test.cxx */,
  130. CDCB3BD424E1D5320029B771 /* indexed_iterator_test.cxx */,
  131. CDCB3BCD24E1D5320029B771 /* join_iterator_test.cxx */,
  132. CDCB3BD024E1D5320029B771 /* recursive_iterator_accessors_test.cxx */,
  133. CDCB3BD124E1D5320029B771 /* recursive_iterator_mixed_container_test.cxx */,
  134. CDCB3BD524E1D5320029B771 /* recursive_iterator_map_test.cxx */,
  135. CDCB3BCF24E1D5320029B771 /* recursive_iterator_vector_test.cxx */,
  136. CDCB3BFB24E327CF0029B771 /* recursive_iterator_single_level_test.cxx */,
  137. CDCB3BCE24E1D5320029B771 /* unkeyed_iterator_test.cxx */,
  138. );
  139. path = test;
  140. sourceTree = "<group>";
  141. };
  142. CDCB3BC224E1D3880029B771 /* iterator-test */ = {
  143. isa = PBXGroup;
  144. children = (
  145. CDCB3BC524E1D3880029B771 /* Info.plist */,
  146. );
  147. path = "iterator-test";
  148. sourceTree = "<group>";
  149. };
  150. CDCB3BC924E1D39B0029B771 /* Frameworks */ = {
  151. isa = PBXGroup;
  152. children = (
  153. );
  154. name = Frameworks;
  155. sourceTree = "<group>";
  156. };
  157. CDEC1E02235167920091D9F2 /* Products */ = {
  158. isa = PBXGroup;
  159. children = (
  160. CDEC1E09235167920091D9F2 /* GoogleMock.framework */,
  161. CDEC1E0B235167920091D9F2 /* gmock.framework */,
  162. CDEC1E0D235167920091D9F2 /* gtest.framework */,
  163. CDEC1E0F235167920091D9F2 /* GoogleMockTests.xctest */,
  164. );
  165. name = Products;
  166. sourceTree = "<group>";
  167. };
  168. /* End PBXGroup section */
  169. /* Begin PBXNativeTarget section */
  170. CD21AE1C1E4A3E7900536178 /* iterator_tc */ = {
  171. isa = PBXNativeTarget;
  172. buildConfigurationList = CD21AE241E4A3E7900536178 /* Build configuration list for PBXNativeTarget "iterator_tc" */;
  173. buildPhases = (
  174. CD21AE2D1E4A3EF600536178 /* ShellScript */,
  175. CD21AE191E4A3E7900536178 /* Sources */,
  176. CD21AE1A1E4A3E7900536178 /* Frameworks */,
  177. CD21AE1B1E4A3E7900536178 /* CopyFiles */,
  178. );
  179. buildRules = (
  180. );
  181. dependencies = (
  182. );
  183. name = iterator_tc;
  184. productName = iterator;
  185. productReference = CD21AE1D1E4A3E7900536178 /* iterator_tc */;
  186. productType = "com.apple.product-type.tool";
  187. };
  188. CDCB3BC024E1D3880029B771 /* iterator-test */ = {
  189. isa = PBXNativeTarget;
  190. buildConfigurationList = CDCB3BC624E1D3880029B771 /* Build configuration list for PBXNativeTarget "iterator-test" */;
  191. buildPhases = (
  192. CDCB3BBD24E1D3880029B771 /* Sources */,
  193. CDCB3BBE24E1D3880029B771 /* Frameworks */,
  194. CDCB3BBF24E1D3880029B771 /* Resources */,
  195. );
  196. buildRules = (
  197. );
  198. dependencies = (
  199. CDCB3BCC24E1D3B50029B771 /* PBXTargetDependency */,
  200. );
  201. name = "iterator-test";
  202. productName = "iterator-test";
  203. productReference = CDCB3BC124E1D3880029B771 /* iterator-test.xctest */;
  204. productType = "com.apple.product-type.bundle.unit-test";
  205. };
  206. /* End PBXNativeTarget section */
  207. /* Begin PBXProject section */
  208. CD21AE151E4A3E7900536178 /* Project object */ = {
  209. isa = PBXProject;
  210. attributes = {
  211. LastUpgradeCheck = 1110;
  212. ORGANIZATIONNAME = "Sam Jaffe";
  213. TargetAttributes = {
  214. CD21AE1C1E4A3E7900536178 = {
  215. CreatedOnToolsVersion = 7.2.1;
  216. };
  217. CDCB3BC024E1D3880029B771 = {
  218. CreatedOnToolsVersion = 11.3.1;
  219. ProvisioningStyle = Automatic;
  220. };
  221. };
  222. };
  223. buildConfigurationList = CD21AE181E4A3E7900536178 /* Build configuration list for PBXProject "iterator" */;
  224. compatibilityVersion = "Xcode 3.2";
  225. developmentRegion = en;
  226. hasScannedForEncodings = 0;
  227. knownRegions = (
  228. en,
  229. Base,
  230. );
  231. mainGroup = CD21AE141E4A3E7900536178;
  232. productRefGroup = CD21AE1E1E4A3E7900536178 /* Products */;
  233. projectDirPath = "";
  234. projectReferences = (
  235. {
  236. ProductGroup = CDEC1E02235167920091D9F2 /* Products */;
  237. ProjectRef = CDEC1E01235167920091D9F2 /* GoogleMock.xcodeproj */;
  238. },
  239. );
  240. projectRoot = "";
  241. targets = (
  242. CD21AE1C1E4A3E7900536178 /* iterator_tc */,
  243. CDCB3BC024E1D3880029B771 /* iterator-test */,
  244. );
  245. };
  246. /* End PBXProject section */
  247. /* Begin PBXReferenceProxy section */
  248. CDEC1E09235167920091D9F2 /* GoogleMock.framework */ = {
  249. isa = PBXReferenceProxy;
  250. fileType = wrapper.framework;
  251. path = GoogleMock.framework;
  252. remoteRef = CDEC1E08235167920091D9F2 /* PBXContainerItemProxy */;
  253. sourceTree = BUILT_PRODUCTS_DIR;
  254. };
  255. CDEC1E0B235167920091D9F2 /* gmock.framework */ = {
  256. isa = PBXReferenceProxy;
  257. fileType = wrapper.framework;
  258. path = gmock.framework;
  259. remoteRef = CDEC1E0A235167920091D9F2 /* PBXContainerItemProxy */;
  260. sourceTree = BUILT_PRODUCTS_DIR;
  261. };
  262. CDEC1E0D235167920091D9F2 /* gtest.framework */ = {
  263. isa = PBXReferenceProxy;
  264. fileType = wrapper.framework;
  265. path = gtest.framework;
  266. remoteRef = CDEC1E0C235167920091D9F2 /* PBXContainerItemProxy */;
  267. sourceTree = BUILT_PRODUCTS_DIR;
  268. };
  269. CDEC1E0F235167920091D9F2 /* GoogleMockTests.xctest */ = {
  270. isa = PBXReferenceProxy;
  271. fileType = wrapper.cfbundle;
  272. path = GoogleMockTests.xctest;
  273. remoteRef = CDEC1E0E235167920091D9F2 /* PBXContainerItemProxy */;
  274. sourceTree = BUILT_PRODUCTS_DIR;
  275. };
  276. /* End PBXReferenceProxy section */
  277. /* Begin PBXResourcesBuildPhase section */
  278. CDCB3BBF24E1D3880029B771 /* Resources */ = {
  279. isa = PBXResourcesBuildPhase;
  280. buildActionMask = 2147483647;
  281. files = (
  282. );
  283. runOnlyForDeploymentPostprocessing = 0;
  284. };
  285. /* End PBXResourcesBuildPhase section */
  286. /* Begin PBXShellScriptBuildPhase section */
  287. CD21AE2D1E4A3EF600536178 /* ShellScript */ = {
  288. isa = PBXShellScriptBuildPhase;
  289. buildActionMask = 2147483647;
  290. files = (
  291. );
  292. inputPaths = (
  293. "$(SRCROOT)/end_aware_iterator.t.h",
  294. "$(SRCROOT)/join_iterator.t.h",
  295. "$(SRCROOT)/recursive_iterator_one_dimension.t.h",
  296. "$(SRCROOT)/recursive_iterator_nested_map.t.h",
  297. "$(SRCROOT)/recursive_iterator_mixed_container.t.h",
  298. "$(SRCROOT)/recursive_iterator_accessors.t.h",
  299. "$(SRCROOT)/unkeyed_iterator.t.h",
  300. "$(SRCROOT)/indexed_iterator.t.h",
  301. "$(SRCROOT)/filter_iterator.t.h",
  302. );
  303. outputPaths = (
  304. "$(SRCROOT)/iterator_tc.cpp",
  305. );
  306. runOnlyForDeploymentPostprocessing = 0;
  307. shellPath = /bin/sh;
  308. shellScript = "cxxtestgen --error-printer -o iterator_tc.cpp end_aware_iterator.t.h join_iterator.t.h recursive_iterator_one_dimension.t.h recursive_iterator_nested_map.t.h recursive_iterator_mixed_container.t.h recursive_iterator_accessors.t.h unkeyed_iterator.t.h indexed_iterator.t.h filter_iterator.t.h";
  309. };
  310. /* End PBXShellScriptBuildPhase section */
  311. /* Begin PBXSourcesBuildPhase section */
  312. CD21AE191E4A3E7900536178 /* Sources */ = {
  313. isa = PBXSourcesBuildPhase;
  314. buildActionMask = 2147483647;
  315. files = (
  316. );
  317. runOnlyForDeploymentPostprocessing = 0;
  318. };
  319. CDCB3BBD24E1D3880029B771 /* Sources */ = {
  320. isa = PBXSourcesBuildPhase;
  321. buildActionMask = 2147483647;
  322. files = (
  323. CDCB3BDB24E1D5320029B771 /* end_aware_iterator_test.cxx in Sources */,
  324. CDCB3BD824E1D5320029B771 /* recursive_iterator_vector_test.cxx in Sources */,
  325. CDCB3BDC24E1D5320029B771 /* filter_iterator_test.cxx in Sources */,
  326. CDCB3BDE24E1D5320029B771 /* recursive_iterator_map_test.cxx in Sources */,
  327. CDCB3BDD24E1D5320029B771 /* indexed_iterator_test.cxx in Sources */,
  328. CDCB3BD624E1D5320029B771 /* join_iterator_test.cxx in Sources */,
  329. CDCB3BD724E1D5320029B771 /* unkeyed_iterator_test.cxx in Sources */,
  330. CDCB3BDA24E1D5320029B771 /* recursive_iterator_mixed_container_test.cxx in Sources */,
  331. CDCB3BD924E1D5320029B771 /* recursive_iterator_accessors_test.cxx in Sources */,
  332. CDCB3BFC24E327CF0029B771 /* recursive_iterator_single_level_test.cxx in Sources */,
  333. );
  334. runOnlyForDeploymentPostprocessing = 0;
  335. };
  336. /* End PBXSourcesBuildPhase section */
  337. /* Begin PBXTargetDependency section */
  338. CDCB3BCC24E1D3B50029B771 /* PBXTargetDependency */ = {
  339. isa = PBXTargetDependency;
  340. name = GoogleMock;
  341. targetProxy = CDCB3BCB24E1D3B50029B771 /* PBXContainerItemProxy */;
  342. };
  343. /* End PBXTargetDependency section */
  344. /* Begin XCBuildConfiguration section */
  345. CD21AE221E4A3E7900536178 /* Debug */ = {
  346. isa = XCBuildConfiguration;
  347. buildSettings = {
  348. ALWAYS_SEARCH_USER_PATHS = NO;
  349. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  350. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  351. CLANG_CXX_LIBRARY = "libc++";
  352. CLANG_ENABLE_MODULES = YES;
  353. CLANG_ENABLE_OBJC_ARC = YES;
  354. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  355. CLANG_WARN_BOOL_CONVERSION = YES;
  356. CLANG_WARN_COMMA = YES;
  357. CLANG_WARN_CONSTANT_CONVERSION = YES;
  358. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  359. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  360. CLANG_WARN_EMPTY_BODY = YES;
  361. CLANG_WARN_ENUM_CONVERSION = YES;
  362. CLANG_WARN_INFINITE_RECURSION = YES;
  363. CLANG_WARN_INT_CONVERSION = YES;
  364. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  365. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  366. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  367. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  368. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  369. CLANG_WARN_STRICT_PROTOTYPES = YES;
  370. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  371. CLANG_WARN_UNREACHABLE_CODE = YES;
  372. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  373. CODE_SIGN_IDENTITY = "-";
  374. COPY_PHASE_STRIP = NO;
  375. DEBUG_INFORMATION_FORMAT = dwarf;
  376. ENABLE_STRICT_OBJC_MSGSEND = YES;
  377. ENABLE_TESTABILITY = YES;
  378. GCC_C_LANGUAGE_STANDARD = gnu99;
  379. GCC_DYNAMIC_NO_PIC = NO;
  380. GCC_NO_COMMON_BLOCKS = YES;
  381. GCC_OPTIMIZATION_LEVEL = 0;
  382. GCC_PREPROCESSOR_DEFINITIONS = (
  383. "DEBUG=1",
  384. "$(inherited)",
  385. );
  386. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  387. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  388. GCC_WARN_UNDECLARED_SELECTOR = YES;
  389. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  390. GCC_WARN_UNUSED_FUNCTION = YES;
  391. GCC_WARN_UNUSED_VARIABLE = YES;
  392. MACOSX_DEPLOYMENT_TARGET = 10.10;
  393. MTL_ENABLE_DEBUG_INFO = YES;
  394. ONLY_ACTIVE_ARCH = YES;
  395. SDKROOT = macosx;
  396. USER_HEADER_SEARCH_PATHS = include/;
  397. };
  398. name = Debug;
  399. };
  400. CD21AE231E4A3E7900536178 /* Release */ = {
  401. isa = XCBuildConfiguration;
  402. buildSettings = {
  403. ALWAYS_SEARCH_USER_PATHS = NO;
  404. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  405. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  406. CLANG_CXX_LIBRARY = "libc++";
  407. CLANG_ENABLE_MODULES = YES;
  408. CLANG_ENABLE_OBJC_ARC = YES;
  409. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  410. CLANG_WARN_BOOL_CONVERSION = YES;
  411. CLANG_WARN_COMMA = YES;
  412. CLANG_WARN_CONSTANT_CONVERSION = YES;
  413. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  414. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  415. CLANG_WARN_EMPTY_BODY = YES;
  416. CLANG_WARN_ENUM_CONVERSION = YES;
  417. CLANG_WARN_INFINITE_RECURSION = YES;
  418. CLANG_WARN_INT_CONVERSION = YES;
  419. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  420. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  421. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  422. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  423. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  424. CLANG_WARN_STRICT_PROTOTYPES = YES;
  425. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  426. CLANG_WARN_UNREACHABLE_CODE = YES;
  427. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  428. CODE_SIGN_IDENTITY = "-";
  429. COPY_PHASE_STRIP = NO;
  430. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  431. ENABLE_NS_ASSERTIONS = NO;
  432. ENABLE_STRICT_OBJC_MSGSEND = YES;
  433. GCC_C_LANGUAGE_STANDARD = gnu99;
  434. GCC_NO_COMMON_BLOCKS = YES;
  435. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  436. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  437. GCC_WARN_UNDECLARED_SELECTOR = YES;
  438. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  439. GCC_WARN_UNUSED_FUNCTION = YES;
  440. GCC_WARN_UNUSED_VARIABLE = YES;
  441. MACOSX_DEPLOYMENT_TARGET = 10.10;
  442. MTL_ENABLE_DEBUG_INFO = NO;
  443. SDKROOT = macosx;
  444. USER_HEADER_SEARCH_PATHS = include/;
  445. };
  446. name = Release;
  447. };
  448. CD21AE251E4A3E7900536178 /* Debug */ = {
  449. isa = XCBuildConfiguration;
  450. buildSettings = {
  451. CODE_SIGN_IDENTITY = "-";
  452. HEADER_SEARCH_PATHS = /usr/local/include/;
  453. PRODUCT_NAME = "$(TARGET_NAME)";
  454. };
  455. name = Debug;
  456. };
  457. CD21AE261E4A3E7900536178 /* Release */ = {
  458. isa = XCBuildConfiguration;
  459. buildSettings = {
  460. CODE_SIGN_IDENTITY = "-";
  461. HEADER_SEARCH_PATHS = /usr/local/include/;
  462. PRODUCT_NAME = "$(TARGET_NAME)";
  463. };
  464. name = Release;
  465. };
  466. CDCB3BC724E1D3880029B771 /* Debug */ = {
  467. isa = XCBuildConfiguration;
  468. buildSettings = {
  469. CLANG_ANALYZER_NONNULL = YES;
  470. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  471. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  472. CLANG_ENABLE_OBJC_WEAK = YES;
  473. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  474. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  475. CODE_SIGN_STYLE = Automatic;
  476. COMBINE_HIDPI_IMAGES = YES;
  477. GCC_C_LANGUAGE_STANDARD = gnu11;
  478. INFOPLIST_FILE = "iterator-test/Info.plist";
  479. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  480. MACOSX_DEPLOYMENT_TARGET = 10.14;
  481. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  482. MTL_FAST_MATH = YES;
  483. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.iterator-test";
  484. PRODUCT_NAME = "$(TARGET_NAME)";
  485. };
  486. name = Debug;
  487. };
  488. CDCB3BC824E1D3880029B771 /* Release */ = {
  489. isa = XCBuildConfiguration;
  490. buildSettings = {
  491. CLANG_ANALYZER_NONNULL = YES;
  492. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  493. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  494. CLANG_ENABLE_OBJC_WEAK = YES;
  495. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  496. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  497. CODE_SIGN_STYLE = Automatic;
  498. COMBINE_HIDPI_IMAGES = YES;
  499. GCC_C_LANGUAGE_STANDARD = gnu11;
  500. INFOPLIST_FILE = "iterator-test/Info.plist";
  501. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  502. MACOSX_DEPLOYMENT_TARGET = 10.14;
  503. MTL_FAST_MATH = YES;
  504. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.iterator-test";
  505. PRODUCT_NAME = "$(TARGET_NAME)";
  506. };
  507. name = Release;
  508. };
  509. /* End XCBuildConfiguration section */
  510. /* Begin XCConfigurationList section */
  511. CD21AE181E4A3E7900536178 /* Build configuration list for PBXProject "iterator" */ = {
  512. isa = XCConfigurationList;
  513. buildConfigurations = (
  514. CD21AE221E4A3E7900536178 /* Debug */,
  515. CD21AE231E4A3E7900536178 /* Release */,
  516. );
  517. defaultConfigurationIsVisible = 0;
  518. defaultConfigurationName = Release;
  519. };
  520. CD21AE241E4A3E7900536178 /* Build configuration list for PBXNativeTarget "iterator_tc" */ = {
  521. isa = XCConfigurationList;
  522. buildConfigurations = (
  523. CD21AE251E4A3E7900536178 /* Debug */,
  524. CD21AE261E4A3E7900536178 /* Release */,
  525. );
  526. defaultConfigurationIsVisible = 0;
  527. defaultConfigurationName = Release;
  528. };
  529. CDCB3BC624E1D3880029B771 /* Build configuration list for PBXNativeTarget "iterator-test" */ = {
  530. isa = XCConfigurationList;
  531. buildConfigurations = (
  532. CDCB3BC724E1D3880029B771 /* Debug */,
  533. CDCB3BC824E1D3880029B771 /* Release */,
  534. );
  535. defaultConfigurationIsVisible = 0;
  536. defaultConfigurationName = Release;
  537. };
  538. /* End XCConfigurationList section */
  539. };
  540. rootObject = CD21AE151E4A3E7900536178 /* Project object */;
  541. }