project.pbxproj 9.8 KB

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