project.pbxproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0E5DFDFB1BB4D5070063976E /* vector_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E5DFDDA1BB4D3360063976E /* vector_tc.cpp */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXCopyFilesBuildPhase section */
  12. 0E5DFDF11BB4D5040063976E /* 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. 0E5DFDDA1BB4D3360063976E /* vector_tc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = vector_tc.cpp; sourceTree = "<group>"; };
  24. 0E5DFDDB1BB4D3360063976E /* vector.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vector.t.h; sourceTree = "<group>"; };
  25. 0E5DFDF31BB4D5040063976E /* vector_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = vector_tc; sourceTree = BUILT_PRODUCTS_DIR; };
  26. CDFFC7A81D62296200E9528B /* vector.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector.hpp; sourceTree = "<group>"; };
  27. /* End PBXFileReference section */
  28. /* Begin PBXFrameworksBuildPhase section */
  29. 0E5DFDF01BB4D5040063976E /* Frameworks */ = {
  30. isa = PBXFrameworksBuildPhase;
  31. buildActionMask = 2147483647;
  32. files = (
  33. );
  34. runOnlyForDeploymentPostprocessing = 0;
  35. };
  36. /* End PBXFrameworksBuildPhase section */
  37. /* Begin PBXGroup section */
  38. 0E5DFDD01BB4D3360063976E = {
  39. isa = PBXGroup;
  40. children = (
  41. CD78202D1E44F40F001D22E5 /* src */,
  42. CD78202E1E44F414001D22E5 /* test */,
  43. 0E5DFDF41BB4D5040063976E /* Products */,
  44. );
  45. sourceTree = "<group>";
  46. };
  47. 0E5DFDF41BB4D5040063976E /* Products */ = {
  48. isa = PBXGroup;
  49. children = (
  50. 0E5DFDF31BB4D5040063976E /* vector_tc */,
  51. );
  52. name = Products;
  53. sourceTree = "<group>";
  54. };
  55. CD78202D1E44F40F001D22E5 /* src */ = {
  56. isa = PBXGroup;
  57. children = (
  58. CDFFC7A81D62296200E9528B /* vector.hpp */,
  59. );
  60. name = src;
  61. sourceTree = "<group>";
  62. };
  63. CD78202E1E44F414001D22E5 /* test */ = {
  64. isa = PBXGroup;
  65. children = (
  66. 0E5DFDDB1BB4D3360063976E /* vector.t.h */,
  67. 0E5DFDDA1BB4D3360063976E /* vector_tc.cpp */,
  68. );
  69. name = test;
  70. sourceTree = "<group>";
  71. };
  72. /* End PBXGroup section */
  73. /* Begin PBXNativeTarget section */
  74. 0E5DFDF21BB4D5040063976E /* vector_tc */ = {
  75. isa = PBXNativeTarget;
  76. buildConfigurationList = 0E5DFDF81BB4D5040063976E /* Build configuration list for PBXNativeTarget "vector_tc" */;
  77. buildPhases = (
  78. CD35DCF11D6130E700BE3686 /* Run Script */,
  79. 0E5DFDEF1BB4D5040063976E /* Sources */,
  80. 0E5DFDF01BB4D5040063976E /* Frameworks */,
  81. 0E5DFDF11BB4D5040063976E /* CopyFiles */,
  82. );
  83. buildRules = (
  84. );
  85. dependencies = (
  86. );
  87. name = vector_tc;
  88. productName = vector_tc;
  89. productReference = 0E5DFDF31BB4D5040063976E /* vector_tc */;
  90. productType = "com.apple.product-type.tool";
  91. };
  92. /* End PBXNativeTarget section */
  93. /* Begin PBXProject section */
  94. 0E5DFDD11BB4D3360063976E /* Project object */ = {
  95. isa = PBXProject;
  96. attributes = {
  97. LastUpgradeCheck = 0700;
  98. TargetAttributes = {
  99. 0E5DFDF21BB4D5040063976E = {
  100. CreatedOnToolsVersion = 7.0;
  101. };
  102. };
  103. };
  104. buildConfigurationList = 0E5DFDD41BB4D3360063976E /* Build configuration list for PBXProject "vector" */;
  105. compatibilityVersion = "Xcode 3.2";
  106. developmentRegion = English;
  107. hasScannedForEncodings = 0;
  108. knownRegions = (
  109. en,
  110. );
  111. mainGroup = 0E5DFDD01BB4D3360063976E;
  112. productRefGroup = 0E5DFDF41BB4D5040063976E /* Products */;
  113. projectDirPath = "";
  114. projectRoot = "";
  115. targets = (
  116. 0E5DFDF21BB4D5040063976E /* vector_tc */,
  117. );
  118. };
  119. /* End PBXProject section */
  120. /* Begin PBXShellScriptBuildPhase section */
  121. CD35DCF11D6130E700BE3686 /* Run Script */ = {
  122. isa = PBXShellScriptBuildPhase;
  123. buildActionMask = 2147483647;
  124. files = (
  125. );
  126. inputPaths = (
  127. "$(SRCROOT)/vector.t.h",
  128. );
  129. name = "Run Script";
  130. outputPaths = (
  131. "$(SRCROOT)/vector_tc.cpp",
  132. );
  133. runOnlyForDeploymentPostprocessing = 0;
  134. shellPath = /bin/sh;
  135. shellScript = "cxxtestgen --error-printer -o vector_tc.cpp vector.t.h";
  136. };
  137. /* End PBXShellScriptBuildPhase section */
  138. /* Begin PBXSourcesBuildPhase section */
  139. 0E5DFDEF1BB4D5040063976E /* Sources */ = {
  140. isa = PBXSourcesBuildPhase;
  141. buildActionMask = 2147483647;
  142. files = (
  143. 0E5DFDFB1BB4D5070063976E /* vector_tc.cpp in Sources */,
  144. );
  145. runOnlyForDeploymentPostprocessing = 0;
  146. };
  147. /* End PBXSourcesBuildPhase section */
  148. /* Begin XCBuildConfiguration section */
  149. 0E5DFDD21BB4D3360063976E /* Debug */ = {
  150. isa = XCBuildConfiguration;
  151. buildSettings = {
  152. COPY_PHASE_STRIP = NO;
  153. ENABLE_TESTABILITY = YES;
  154. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  155. GCC_WARN_UNUSED_VARIABLE = YES;
  156. ONLY_ACTIVE_ARCH = YES;
  157. SDKROOT = macosx;
  158. };
  159. name = Debug;
  160. };
  161. 0E5DFDD31BB4D3360063976E /* Release */ = {
  162. isa = XCBuildConfiguration;
  163. buildSettings = {
  164. COPY_PHASE_STRIP = YES;
  165. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  166. GCC_WARN_UNUSED_VARIABLE = YES;
  167. SDKROOT = macosx;
  168. };
  169. name = Release;
  170. };
  171. 0E5DFDF91BB4D5040063976E /* Debug */ = {
  172. isa = XCBuildConfiguration;
  173. buildSettings = {
  174. ALWAYS_SEARCH_USER_PATHS = NO;
  175. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  176. CLANG_CXX_LIBRARY = "libc++";
  177. CLANG_ENABLE_MODULES = YES;
  178. CLANG_ENABLE_OBJC_ARC = YES;
  179. CLANG_WARN_BOOL_CONVERSION = YES;
  180. CLANG_WARN_CONSTANT_CONVERSION = YES;
  181. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  182. CLANG_WARN_EMPTY_BODY = YES;
  183. CLANG_WARN_ENUM_CONVERSION = YES;
  184. CLANG_WARN_INT_CONVERSION = YES;
  185. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  186. CLANG_WARN_UNREACHABLE_CODE = YES;
  187. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  188. DEBUG_INFORMATION_FORMAT = dwarf;
  189. ENABLE_STRICT_OBJC_MSGSEND = YES;
  190. ENABLE_TESTABILITY = YES;
  191. GCC_C_LANGUAGE_STANDARD = gnu99;
  192. GCC_DYNAMIC_NO_PIC = NO;
  193. GCC_NO_COMMON_BLOCKS = YES;
  194. GCC_OPTIMIZATION_LEVEL = 0;
  195. GCC_PREPROCESSOR_DEFINITIONS = (
  196. "DEBUG=1",
  197. "$(inherited)",
  198. );
  199. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  200. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  201. GCC_WARN_UNDECLARED_SELECTOR = YES;
  202. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  203. GCC_WARN_UNUSED_FUNCTION = YES;
  204. HEADER_SEARCH_PATHS = "${HOME}/Documents/Programming/Resources/cxxtest-4.4/";
  205. MACOSX_DEPLOYMENT_TARGET = 10.10;
  206. MTL_ENABLE_DEBUG_INFO = YES;
  207. PRODUCT_NAME = "$(TARGET_NAME)";
  208. SDKROOT = macosx;
  209. USER_HEADER_SEARCH_PATHS = "../../**";
  210. };
  211. name = Debug;
  212. };
  213. 0E5DFDFA1BB4D5040063976E /* Release */ = {
  214. isa = XCBuildConfiguration;
  215. buildSettings = {
  216. ALWAYS_SEARCH_USER_PATHS = NO;
  217. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  218. CLANG_CXX_LIBRARY = "libc++";
  219. CLANG_ENABLE_MODULES = YES;
  220. CLANG_ENABLE_OBJC_ARC = YES;
  221. CLANG_WARN_BOOL_CONVERSION = YES;
  222. CLANG_WARN_CONSTANT_CONVERSION = YES;
  223. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  224. CLANG_WARN_EMPTY_BODY = YES;
  225. CLANG_WARN_ENUM_CONVERSION = YES;
  226. CLANG_WARN_INT_CONVERSION = YES;
  227. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  228. CLANG_WARN_UNREACHABLE_CODE = YES;
  229. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  230. COPY_PHASE_STRIP = NO;
  231. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  232. ENABLE_NS_ASSERTIONS = NO;
  233. ENABLE_STRICT_OBJC_MSGSEND = YES;
  234. GCC_C_LANGUAGE_STANDARD = gnu99;
  235. GCC_NO_COMMON_BLOCKS = YES;
  236. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  237. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  238. GCC_WARN_UNDECLARED_SELECTOR = YES;
  239. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  240. GCC_WARN_UNUSED_FUNCTION = YES;
  241. HEADER_SEARCH_PATHS = "${HOME}/Documents/Programming/Resources/cxxtest-4.4/";
  242. MACOSX_DEPLOYMENT_TARGET = 10.10;
  243. MTL_ENABLE_DEBUG_INFO = NO;
  244. PRODUCT_NAME = "$(TARGET_NAME)";
  245. SDKROOT = macosx;
  246. USER_HEADER_SEARCH_PATHS = "../../**";
  247. };
  248. name = Release;
  249. };
  250. /* End XCBuildConfiguration section */
  251. /* Begin XCConfigurationList section */
  252. 0E5DFDD41BB4D3360063976E /* Build configuration list for PBXProject "vector" */ = {
  253. isa = XCConfigurationList;
  254. buildConfigurations = (
  255. 0E5DFDD21BB4D3360063976E /* Debug */,
  256. 0E5DFDD31BB4D3360063976E /* Release */,
  257. );
  258. defaultConfigurationIsVisible = 0;
  259. defaultConfigurationName = Release;
  260. };
  261. 0E5DFDF81BB4D5040063976E /* Build configuration list for PBXNativeTarget "vector_tc" */ = {
  262. isa = XCConfigurationList;
  263. buildConfigurations = (
  264. 0E5DFDF91BB4D5040063976E /* Debug */,
  265. 0E5DFDFA1BB4D5040063976E /* Release */,
  266. );
  267. defaultConfigurationIsVisible = 0;
  268. defaultConfigurationName = Release;
  269. };
  270. /* End XCConfigurationList section */
  271. };
  272. rootObject = 0E5DFDD11BB4D3360063976E /* Project object */;
  273. }