project.pbxproj 8.5 KB

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