project.pbxproj 12 KB

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