project.pbxproj 8.9 KB

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