project.pbxproj 11 KB

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