project.pbxproj 12 KB

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