project.pbxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD21AE2B1E4A3EB000536178 /* iterator_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD21AE291E4A3EB000536178 /* iterator_tc.cpp */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXCopyFilesBuildPhase section */
  12. CD21AE1B1E4A3E7900536178 /* CopyFiles */ = {
  13. isa = PBXCopyFilesBuildPhase;
  14. buildActionMask = 2147483647;
  15. dstPath = /usr/share/man/man1/;
  16. dstSubfolderSpec = 0;
  17. files = (
  18. );
  19. runOnlyForDeploymentPostprocessing = 1;
  20. };
  21. /* End PBXCopyFilesBuildPhase section */
  22. /* Begin PBXFileReference section */
  23. CD13DDDC1E6CAB0A00554B52 /* indexed_iterator.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = indexed_iterator.hpp; sourceTree = "<group>"; };
  24. CD13DDDD1E6CAB1500554B52 /* indexed_iterator.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = indexed_iterator.t.h; sourceTree = "<group>"; };
  25. CD21AE1D1E4A3E7900536178 /* iterator_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = iterator_tc; sourceTree = BUILT_PRODUCTS_DIR; };
  26. CD21AE291E4A3EB000536178 /* iterator_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = iterator_tc.cpp; sourceTree = "<group>"; };
  27. CD21AE2A1E4A3EB000536178 /* join_iterator.t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = join_iterator.t.h; sourceTree = "<group>"; };
  28. CD21AE2C1E4A3EC100536178 /* join_iterator.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = join_iterator.hpp; sourceTree = "<group>"; };
  29. CD21AE2E1E4A3F8E00536178 /* end_aware_iterator.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = end_aware_iterator.hpp; sourceTree = "<group>"; };
  30. CD21AE2F1E4A428D00536178 /* end_aware_iterator.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = end_aware_iterator.t.h; sourceTree = "<group>"; };
  31. CD46DF4B1EF5A6600092D121 /* filter_iterator.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = filter_iterator.hpp; sourceTree = "<group>"; };
  32. CD46DF4C1EF5A69F0092D121 /* filter_iterator.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = filter_iterator.t.h; sourceTree = "<group>"; };
  33. CD595EDF1E5BA27300FC25BB /* unkeyed_iterator.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = unkeyed_iterator.hpp; sourceTree = "<group>"; };
  34. CD595EE01E5BA3D300FC25BB /* unkeyed_iterator.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = unkeyed_iterator.t.h; sourceTree = "<group>"; };
  35. CD679D721E5D127600F9F843 /* recursive_iterator_meta.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = recursive_iterator_meta.hpp; sourceTree = "<group>"; };
  36. CD679D731E5D19B900F9F843 /* recursive_iterator_accessors.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = recursive_iterator_accessors.t.h; sourceTree = "<group>"; };
  37. CD7172E91E57C6580048DFFF /* recursive_iterator.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = recursive_iterator.hpp; sourceTree = "<group>"; };
  38. CD7172EA1E57C91D0048DFFF /* recursive_iterator_one_dimension.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = recursive_iterator_one_dimension.t.h; sourceTree = "<group>"; };
  39. CD7172EC1E5897B80048DFFF /* iterator_fwd.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = iterator_fwd.hpp; sourceTree = "<group>"; };
  40. CD7172ED1E58BC930048DFFF /* recursive_iterator_nested_map.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = recursive_iterator_nested_map.t.h; sourceTree = "<group>"; };
  41. CD7172EE1E58C9930048DFFF /* recursive_iterator_mixed_container.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = recursive_iterator_mixed_container.t.h; sourceTree = "<group>"; };
  42. /* End PBXFileReference section */
  43. /* Begin PBXFrameworksBuildPhase section */
  44. CD21AE1A1E4A3E7900536178 /* Frameworks */ = {
  45. isa = PBXFrameworksBuildPhase;
  46. buildActionMask = 2147483647;
  47. files = (
  48. );
  49. runOnlyForDeploymentPostprocessing = 0;
  50. };
  51. /* End PBXFrameworksBuildPhase section */
  52. /* Begin PBXGroup section */
  53. CD21AE141E4A3E7900536178 = {
  54. isa = PBXGroup;
  55. children = (
  56. CD21AE281E4A3E8C00536178 /* src */,
  57. CD21AE271E4A3E8600536178 /* test */,
  58. CD21AE1E1E4A3E7900536178 /* Products */,
  59. );
  60. sourceTree = "<group>";
  61. };
  62. CD21AE1E1E4A3E7900536178 /* Products */ = {
  63. isa = PBXGroup;
  64. children = (
  65. CD21AE1D1E4A3E7900536178 /* iterator_tc */,
  66. );
  67. name = Products;
  68. sourceTree = "<group>";
  69. };
  70. CD21AE271E4A3E8600536178 /* test */ = {
  71. isa = PBXGroup;
  72. children = (
  73. CD21AE2F1E4A428D00536178 /* end_aware_iterator.t.h */,
  74. CD21AE2A1E4A3EB000536178 /* join_iterator.t.h */,
  75. CD7172EA1E57C91D0048DFFF /* recursive_iterator_one_dimension.t.h */,
  76. CD7172ED1E58BC930048DFFF /* recursive_iterator_nested_map.t.h */,
  77. CD7172EE1E58C9930048DFFF /* recursive_iterator_mixed_container.t.h */,
  78. CD679D731E5D19B900F9F843 /* recursive_iterator_accessors.t.h */,
  79. CD595EE01E5BA3D300FC25BB /* unkeyed_iterator.t.h */,
  80. CD13DDDD1E6CAB1500554B52 /* indexed_iterator.t.h */,
  81. CD46DF4C1EF5A69F0092D121 /* filter_iterator.t.h */,
  82. CD21AE291E4A3EB000536178 /* iterator_tc.cpp */,
  83. );
  84. name = test;
  85. sourceTree = "<group>";
  86. };
  87. CD21AE281E4A3E8C00536178 /* src */ = {
  88. isa = PBXGroup;
  89. children = (
  90. CD7172EC1E5897B80048DFFF /* iterator_fwd.hpp */,
  91. CD21AE2E1E4A3F8E00536178 /* end_aware_iterator.hpp */,
  92. CD21AE2C1E4A3EC100536178 /* join_iterator.hpp */,
  93. CD7172E91E57C6580048DFFF /* recursive_iterator.hpp */,
  94. CD679D721E5D127600F9F843 /* recursive_iterator_meta.hpp */,
  95. CD595EDF1E5BA27300FC25BB /* unkeyed_iterator.hpp */,
  96. CD13DDDC1E6CAB0A00554B52 /* indexed_iterator.hpp */,
  97. CD46DF4B1EF5A6600092D121 /* filter_iterator.hpp */,
  98. );
  99. name = src;
  100. sourceTree = "<group>";
  101. };
  102. /* End PBXGroup section */
  103. /* Begin PBXNativeTarget section */
  104. CD21AE1C1E4A3E7900536178 /* iterator_tc */ = {
  105. isa = PBXNativeTarget;
  106. buildConfigurationList = CD21AE241E4A3E7900536178 /* Build configuration list for PBXNativeTarget "iterator_tc" */;
  107. buildPhases = (
  108. CD21AE2D1E4A3EF600536178 /* ShellScript */,
  109. CD21AE191E4A3E7900536178 /* Sources */,
  110. CD21AE1A1E4A3E7900536178 /* Frameworks */,
  111. CD21AE1B1E4A3E7900536178 /* CopyFiles */,
  112. );
  113. buildRules = (
  114. );
  115. dependencies = (
  116. );
  117. name = iterator_tc;
  118. productName = iterator;
  119. productReference = CD21AE1D1E4A3E7900536178 /* iterator_tc */;
  120. productType = "com.apple.product-type.tool";
  121. };
  122. /* End PBXNativeTarget section */
  123. /* Begin PBXProject section */
  124. CD21AE151E4A3E7900536178 /* Project object */ = {
  125. isa = PBXProject;
  126. attributes = {
  127. LastUpgradeCheck = 0720;
  128. ORGANIZATIONNAME = "Sam Jaffe";
  129. TargetAttributes = {
  130. CD21AE1C1E4A3E7900536178 = {
  131. CreatedOnToolsVersion = 7.2.1;
  132. };
  133. };
  134. };
  135. buildConfigurationList = CD21AE181E4A3E7900536178 /* Build configuration list for PBXProject "iterator" */;
  136. compatibilityVersion = "Xcode 3.2";
  137. developmentRegion = English;
  138. hasScannedForEncodings = 0;
  139. knownRegions = (
  140. en,
  141. );
  142. mainGroup = CD21AE141E4A3E7900536178;
  143. productRefGroup = CD21AE1E1E4A3E7900536178 /* Products */;
  144. projectDirPath = "";
  145. projectRoot = "";
  146. targets = (
  147. CD21AE1C1E4A3E7900536178 /* iterator_tc */,
  148. );
  149. };
  150. /* End PBXProject section */
  151. /* Begin PBXShellScriptBuildPhase section */
  152. CD21AE2D1E4A3EF600536178 /* ShellScript */ = {
  153. isa = PBXShellScriptBuildPhase;
  154. buildActionMask = 2147483647;
  155. files = (
  156. );
  157. inputPaths = (
  158. "$(SRCROOT)/end_aware_iterator.t.h",
  159. "$(SRCROOT)/join_iterator.t.h",
  160. "$(SRCROOT)/recursive_iterator_one_dimension.t.h",
  161. "$(SRCROOT)/recursive_iterator_nested_map.t.h",
  162. "$(SRCROOT)/recursive_iterator_mixed_container.t.h",
  163. "$(SRCROOT)/recursive_iterator_accessors.t.h",
  164. "$(SRCROOT)/unkeyed_iterator.t.h",
  165. "$(SRCROOT)/indexed_iterator.t.h",
  166. "$(SRCROOT)/filter_iterator.t.h",
  167. );
  168. outputPaths = (
  169. "$(SRCROOT)/iterator_tc.cpp",
  170. );
  171. runOnlyForDeploymentPostprocessing = 0;
  172. shellPath = /bin/sh;
  173. 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";
  174. };
  175. /* End PBXShellScriptBuildPhase section */
  176. /* Begin PBXSourcesBuildPhase section */
  177. CD21AE191E4A3E7900536178 /* Sources */ = {
  178. isa = PBXSourcesBuildPhase;
  179. buildActionMask = 2147483647;
  180. files = (
  181. CD21AE2B1E4A3EB000536178 /* iterator_tc.cpp in Sources */,
  182. );
  183. runOnlyForDeploymentPostprocessing = 0;
  184. };
  185. /* End PBXSourcesBuildPhase section */
  186. /* Begin XCBuildConfiguration section */
  187. CD21AE221E4A3E7900536178 /* Debug */ = {
  188. isa = XCBuildConfiguration;
  189. buildSettings = {
  190. ALWAYS_SEARCH_USER_PATHS = NO;
  191. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  192. CLANG_CXX_LIBRARY = "libc++";
  193. CLANG_ENABLE_MODULES = YES;
  194. CLANG_ENABLE_OBJC_ARC = YES;
  195. CLANG_WARN_BOOL_CONVERSION = YES;
  196. CLANG_WARN_CONSTANT_CONVERSION = YES;
  197. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  198. CLANG_WARN_EMPTY_BODY = YES;
  199. CLANG_WARN_ENUM_CONVERSION = YES;
  200. CLANG_WARN_INT_CONVERSION = YES;
  201. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  202. CLANG_WARN_UNREACHABLE_CODE = YES;
  203. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  204. CODE_SIGN_IDENTITY = "-";
  205. COPY_PHASE_STRIP = NO;
  206. DEBUG_INFORMATION_FORMAT = dwarf;
  207. ENABLE_STRICT_OBJC_MSGSEND = YES;
  208. ENABLE_TESTABILITY = YES;
  209. GCC_C_LANGUAGE_STANDARD = gnu99;
  210. GCC_DYNAMIC_NO_PIC = NO;
  211. GCC_NO_COMMON_BLOCKS = YES;
  212. GCC_OPTIMIZATION_LEVEL = 0;
  213. GCC_PREPROCESSOR_DEFINITIONS = (
  214. "DEBUG=1",
  215. "$(inherited)",
  216. );
  217. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  218. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  219. GCC_WARN_UNDECLARED_SELECTOR = YES;
  220. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  221. GCC_WARN_UNUSED_FUNCTION = YES;
  222. GCC_WARN_UNUSED_VARIABLE = YES;
  223. MACOSX_DEPLOYMENT_TARGET = 10.10;
  224. MTL_ENABLE_DEBUG_INFO = YES;
  225. ONLY_ACTIVE_ARCH = YES;
  226. SDKROOT = macosx;
  227. };
  228. name = Debug;
  229. };
  230. CD21AE231E4A3E7900536178 /* Release */ = {
  231. isa = XCBuildConfiguration;
  232. buildSettings = {
  233. ALWAYS_SEARCH_USER_PATHS = NO;
  234. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  235. CLANG_CXX_LIBRARY = "libc++";
  236. CLANG_ENABLE_MODULES = YES;
  237. CLANG_ENABLE_OBJC_ARC = YES;
  238. CLANG_WARN_BOOL_CONVERSION = YES;
  239. CLANG_WARN_CONSTANT_CONVERSION = YES;
  240. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  241. CLANG_WARN_EMPTY_BODY = YES;
  242. CLANG_WARN_ENUM_CONVERSION = YES;
  243. CLANG_WARN_INT_CONVERSION = YES;
  244. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  245. CLANG_WARN_UNREACHABLE_CODE = YES;
  246. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  247. CODE_SIGN_IDENTITY = "-";
  248. COPY_PHASE_STRIP = NO;
  249. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  250. ENABLE_NS_ASSERTIONS = NO;
  251. ENABLE_STRICT_OBJC_MSGSEND = YES;
  252. GCC_C_LANGUAGE_STANDARD = gnu99;
  253. GCC_NO_COMMON_BLOCKS = YES;
  254. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  255. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  256. GCC_WARN_UNDECLARED_SELECTOR = YES;
  257. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  258. GCC_WARN_UNUSED_FUNCTION = YES;
  259. GCC_WARN_UNUSED_VARIABLE = YES;
  260. MACOSX_DEPLOYMENT_TARGET = 10.10;
  261. MTL_ENABLE_DEBUG_INFO = NO;
  262. SDKROOT = macosx;
  263. };
  264. name = Release;
  265. };
  266. CD21AE251E4A3E7900536178 /* Debug */ = {
  267. isa = XCBuildConfiguration;
  268. buildSettings = {
  269. HEADER_SEARCH_PATHS = /usr/local/include/;
  270. PRODUCT_NAME = "$(TARGET_NAME)";
  271. };
  272. name = Debug;
  273. };
  274. CD21AE261E4A3E7900536178 /* Release */ = {
  275. isa = XCBuildConfiguration;
  276. buildSettings = {
  277. HEADER_SEARCH_PATHS = /usr/local/include/;
  278. PRODUCT_NAME = "$(TARGET_NAME)";
  279. };
  280. name = Release;
  281. };
  282. /* End XCBuildConfiguration section */
  283. /* Begin XCConfigurationList section */
  284. CD21AE181E4A3E7900536178 /* Build configuration list for PBXProject "iterator" */ = {
  285. isa = XCConfigurationList;
  286. buildConfigurations = (
  287. CD21AE221E4A3E7900536178 /* Debug */,
  288. CD21AE231E4A3E7900536178 /* Release */,
  289. );
  290. defaultConfigurationIsVisible = 0;
  291. defaultConfigurationName = Release;
  292. };
  293. CD21AE241E4A3E7900536178 /* Build configuration list for PBXNativeTarget "iterator_tc" */ = {
  294. isa = XCConfigurationList;
  295. buildConfigurations = (
  296. CD21AE251E4A3E7900536178 /* Debug */,
  297. CD21AE261E4A3E7900536178 /* Release */,
  298. );
  299. defaultConfigurationIsVisible = 0;
  300. defaultConfigurationName = Release;
  301. };
  302. /* End XCConfigurationList section */
  303. };
  304. rootObject = CD21AE151E4A3E7900536178 /* Project object */;
  305. }