project.pbxproj 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  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 PBXLegacyTarget section */
  58. 0E5DFDD51BB4D3360063976E /* vector */ = {
  59. isa = PBXLegacyTarget;
  60. buildArgumentsString = "$(ACTION)";
  61. buildConfigurationList = 0E5DFDDC1BB4D3360063976E /* Build configuration list for PBXLegacyTarget "vector" */;
  62. buildPhases = (
  63. );
  64. buildToolPath = /usr/bin/make;
  65. buildWorkingDirectory = "/Users/leumasjaffe/Documents/Programming/XTools Workspace/C:C++/misc/math/vector";
  66. dependencies = (
  67. );
  68. name = vector;
  69. passBuildSettingsInEnvironment = 1;
  70. productName = vector;
  71. };
  72. /* End PBXLegacyTarget 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 /* ShellScript */,
  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. 0E5DFDD51BB4D3360063976E /* vector */,
  117. 0E5DFDF21BB4D5040063976E /* vector_tc */,
  118. );
  119. };
  120. /* End PBXProject section */
  121. /* Begin PBXShellScriptBuildPhase section */
  122. CD35DCF11D6130E700BE3686 /* ShellScript */ = {
  123. isa = PBXShellScriptBuildPhase;
  124. buildActionMask = 2147483647;
  125. files = (
  126. );
  127. inputPaths = (
  128. "$(SRCROOT)/vector.t.h",
  129. );
  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. 0E5DFDDD1BB4D3360063976E /* Debug */ = {
  172. isa = XCBuildConfiguration;
  173. buildSettings = {
  174. COPY_PHASE_STRIP = NO;
  175. DEBUGGING_SYMBOLS = YES;
  176. GCC_DYNAMIC_NO_PIC = NO;
  177. GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  178. GCC_OPTIMIZATION_LEVEL = 0;
  179. OTHER_CFLAGS = "";
  180. OTHER_LDFLAGS = "";
  181. PRODUCT_NAME = vector;
  182. };
  183. name = Debug;
  184. };
  185. 0E5DFDDE1BB4D3360063976E /* Release */ = {
  186. isa = XCBuildConfiguration;
  187. buildSettings = {
  188. COPY_PHASE_STRIP = YES;
  189. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  190. OTHER_CFLAGS = "";
  191. OTHER_LDFLAGS = "";
  192. PRODUCT_NAME = vector;
  193. };
  194. name = Release;
  195. };
  196. 0E5DFDF91BB4D5040063976E /* Debug */ = {
  197. isa = XCBuildConfiguration;
  198. buildSettings = {
  199. ALWAYS_SEARCH_USER_PATHS = NO;
  200. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  201. CLANG_CXX_LIBRARY = "libc++";
  202. CLANG_ENABLE_MODULES = YES;
  203. CLANG_ENABLE_OBJC_ARC = YES;
  204. CLANG_WARN_BOOL_CONVERSION = YES;
  205. CLANG_WARN_CONSTANT_CONVERSION = YES;
  206. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  207. CLANG_WARN_EMPTY_BODY = YES;
  208. CLANG_WARN_ENUM_CONVERSION = YES;
  209. CLANG_WARN_INT_CONVERSION = YES;
  210. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  211. CLANG_WARN_UNREACHABLE_CODE = YES;
  212. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  213. DEBUG_INFORMATION_FORMAT = dwarf;
  214. ENABLE_STRICT_OBJC_MSGSEND = YES;
  215. ENABLE_TESTABILITY = YES;
  216. GCC_C_LANGUAGE_STANDARD = gnu99;
  217. GCC_DYNAMIC_NO_PIC = NO;
  218. GCC_NO_COMMON_BLOCKS = YES;
  219. GCC_OPTIMIZATION_LEVEL = 0;
  220. GCC_PREPROCESSOR_DEFINITIONS = (
  221. "DEBUG=1",
  222. "$(inherited)",
  223. );
  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. HEADER_SEARCH_PATHS = "${HOME}/Documents/Programming/Resources/cxxtest-4.4/";
  230. MACOSX_DEPLOYMENT_TARGET = 10.10;
  231. MTL_ENABLE_DEBUG_INFO = YES;
  232. PRODUCT_NAME = "$(TARGET_NAME)";
  233. SDKROOT = macosx;
  234. USER_HEADER_SEARCH_PATHS = ..;
  235. };
  236. name = Debug;
  237. };
  238. 0E5DFDFA1BB4D5040063976E /* Release */ = {
  239. isa = XCBuildConfiguration;
  240. buildSettings = {
  241. ALWAYS_SEARCH_USER_PATHS = NO;
  242. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  243. CLANG_CXX_LIBRARY = "libc++";
  244. CLANG_ENABLE_MODULES = YES;
  245. CLANG_ENABLE_OBJC_ARC = YES;
  246. CLANG_WARN_BOOL_CONVERSION = YES;
  247. CLANG_WARN_CONSTANT_CONVERSION = YES;
  248. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  249. CLANG_WARN_EMPTY_BODY = YES;
  250. CLANG_WARN_ENUM_CONVERSION = YES;
  251. CLANG_WARN_INT_CONVERSION = YES;
  252. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  253. CLANG_WARN_UNREACHABLE_CODE = YES;
  254. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  255. COPY_PHASE_STRIP = NO;
  256. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  257. ENABLE_NS_ASSERTIONS = NO;
  258. ENABLE_STRICT_OBJC_MSGSEND = YES;
  259. GCC_C_LANGUAGE_STANDARD = gnu99;
  260. GCC_NO_COMMON_BLOCKS = YES;
  261. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  262. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  263. GCC_WARN_UNDECLARED_SELECTOR = YES;
  264. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  265. GCC_WARN_UNUSED_FUNCTION = YES;
  266. HEADER_SEARCH_PATHS = "${HOME}/Documents/Programming/Resources/cxxtest-4.4/";
  267. MACOSX_DEPLOYMENT_TARGET = 10.10;
  268. MTL_ENABLE_DEBUG_INFO = NO;
  269. PRODUCT_NAME = "$(TARGET_NAME)";
  270. SDKROOT = macosx;
  271. USER_HEADER_SEARCH_PATHS = ..;
  272. };
  273. name = Release;
  274. };
  275. /* End XCBuildConfiguration section */
  276. /* Begin XCConfigurationList section */
  277. 0E5DFDD41BB4D3360063976E /* Build configuration list for PBXProject "vector" */ = {
  278. isa = XCConfigurationList;
  279. buildConfigurations = (
  280. 0E5DFDD21BB4D3360063976E /* Debug */,
  281. 0E5DFDD31BB4D3360063976E /* Release */,
  282. );
  283. defaultConfigurationIsVisible = 0;
  284. defaultConfigurationName = Release;
  285. };
  286. 0E5DFDDC1BB4D3360063976E /* Build configuration list for PBXLegacyTarget "vector" */ = {
  287. isa = XCConfigurationList;
  288. buildConfigurations = (
  289. 0E5DFDDD1BB4D3360063976E /* Debug */,
  290. 0E5DFDDE1BB4D3360063976E /* Release */,
  291. );
  292. defaultConfigurationIsVisible = 0;
  293. defaultConfigurationName = Release;
  294. };
  295. 0E5DFDF81BB4D5040063976E /* Build configuration list for PBXNativeTarget "vector_tc" */ = {
  296. isa = XCConfigurationList;
  297. buildConfigurations = (
  298. 0E5DFDF91BB4D5040063976E /* Debug */,
  299. 0E5DFDFA1BB4D5040063976E /* Release */,
  300. );
  301. defaultConfigurationIsVisible = 0;
  302. defaultConfigurationName = Release;
  303. };
  304. /* End XCConfigurationList section */
  305. };
  306. rootObject = 0E5DFDD11BB4D3360063976E /* Project object */;
  307. }