project.pbxproj 11 KB

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