project.pbxproj 8.6 KB

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