project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD0E42491D9B3673002FFED1 /* vector.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD0E42481D9B3673002FFED1 /* vector.hpp */; };
  10. CD37862D1CFA121C00BE89B2 /* matrix.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD37862C1CFA121C00BE89B2 /* matrix.hpp */; };
  11. CD3AC71E1D2C0AF8002B4BB0 /* shape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC71C1D2C0AF8002B4BB0 /* shape.cpp */; };
  12. CD3AC71F1D2C0AF8002B4BB0 /* shape.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3AC71D1D2C0AF8002B4BB0 /* shape.hpp */; };
  13. CD3C808A1D66469400ACC795 /* math_fwd.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3AC6FA1D2C0558002B4BB0 /* math_fwd.hpp */; };
  14. CD3C809A1D6654C200ACC795 /* matrix_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3C80981D6654C200ACC795 /* matrix_tc.cpp */; };
  15. CD3C809F1D675AB100ACC795 /* angle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3C809D1D675AB100ACC795 /* angle.cpp */; };
  16. CD3C80A01D675AB100ACC795 /* angle.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3C809E1D675AB100ACC795 /* angle.hpp */; };
  17. CD3C80B11D67B79B00ACC795 /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD3786181CF9F61100BE89B2 /* libmath.dylib */; };
  18. CD3C80B91D6884D700ACC795 /* matrix_helpers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3C80B81D6884D700ACC795 /* matrix_helpers.hpp */; };
  19. CD3C80BC1D68902300ACC795 /* common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3C80BA1D68902300ACC795 /* common.cpp */; };
  20. CD3C80BD1D68902300ACC795 /* common.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3C80BB1D68902300ACC795 /* common.hpp */; };
  21. /* End PBXBuildFile section */
  22. /* Begin PBXCopyFilesBuildPhase section */
  23. CD3C808F1D6654A400ACC795 /* CopyFiles */ = {
  24. isa = PBXCopyFilesBuildPhase;
  25. buildActionMask = 2147483647;
  26. dstPath = /usr/share/man/man1/;
  27. dstSubfolderSpec = 0;
  28. files = (
  29. );
  30. runOnlyForDeploymentPostprocessing = 1;
  31. };
  32. /* End PBXCopyFilesBuildPhase section */
  33. /* Begin PBXFileReference section */
  34. CD0E42481D9B3673002FFED1 /* vector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = vector.hpp; path = vector/vector.hpp; sourceTree = "<group>"; };
  35. CD3786181CF9F61100BE89B2 /* libmath.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libmath.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  36. CD37862C1CFA121C00BE89B2 /* matrix.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = matrix.hpp; sourceTree = "<group>"; };
  37. CD3AC6FA1D2C0558002B4BB0 /* math_fwd.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = math_fwd.hpp; sourceTree = "<group>"; };
  38. CD3AC71C1D2C0AF8002B4BB0 /* shape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shape.cpp; sourceTree = "<group>"; };
  39. CD3AC71D1D2C0AF8002B4BB0 /* shape.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = shape.hpp; sourceTree = "<group>"; };
  40. CD3C80911D6654A400ACC795 /* matrix_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = matrix_tc; sourceTree = BUILT_PRODUCTS_DIR; };
  41. CD3C80981D6654C200ACC795 /* matrix_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = matrix_tc.cpp; sourceTree = "<group>"; };
  42. CD3C80991D6654C200ACC795 /* matrix.t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = matrix.t.h; sourceTree = "<group>"; };
  43. CD3C809D1D675AB100ACC795 /* angle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = angle.cpp; sourceTree = "<group>"; };
  44. CD3C809E1D675AB100ACC795 /* angle.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = angle.hpp; sourceTree = "<group>"; };
  45. CD3C80B81D6884D700ACC795 /* matrix_helpers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = matrix_helpers.hpp; sourceTree = "<group>"; };
  46. CD3C80BA1D68902300ACC795 /* common.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = common.cpp; sourceTree = "<group>"; };
  47. CD3C80BB1D68902300ACC795 /* common.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = common.hpp; sourceTree = "<group>"; };
  48. /* End PBXFileReference section */
  49. /* Begin PBXFrameworksBuildPhase section */
  50. CD3786151CF9F61100BE89B2 /* Frameworks */ = {
  51. isa = PBXFrameworksBuildPhase;
  52. buildActionMask = 2147483647;
  53. files = (
  54. );
  55. runOnlyForDeploymentPostprocessing = 0;
  56. };
  57. CD3C808E1D6654A400ACC795 /* Frameworks */ = {
  58. isa = PBXFrameworksBuildPhase;
  59. buildActionMask = 2147483647;
  60. files = (
  61. CD3C80B11D67B79B00ACC795 /* libmath.dylib in Frameworks */,
  62. );
  63. runOnlyForDeploymentPostprocessing = 0;
  64. };
  65. /* End PBXFrameworksBuildPhase section */
  66. /* Begin PBXGroup section */
  67. CD37860F1CF9F61100BE89B2 = {
  68. isa = PBXGroup;
  69. children = (
  70. CD3C80791D66440200ACC795 /* test */,
  71. CD3786321CFA304800BE89B2 /* src */,
  72. CD3786191CF9F61100BE89B2 /* Products */,
  73. );
  74. sourceTree = "<group>";
  75. };
  76. CD3786191CF9F61100BE89B2 /* Products */ = {
  77. isa = PBXGroup;
  78. children = (
  79. CD3786181CF9F61100BE89B2 /* libmath.dylib */,
  80. CD3C80911D6654A400ACC795 /* matrix_tc */,
  81. );
  82. name = Products;
  83. sourceTree = "<group>";
  84. };
  85. CD3786321CFA304800BE89B2 /* src */ = {
  86. isa = PBXGroup;
  87. children = (
  88. CD0E42481D9B3673002FFED1 /* vector.hpp */,
  89. CD3AC6FA1D2C0558002B4BB0 /* math_fwd.hpp */,
  90. CD37862C1CFA121C00BE89B2 /* matrix.hpp */,
  91. CD3C80B81D6884D700ACC795 /* matrix_helpers.hpp */,
  92. CD3AC71C1D2C0AF8002B4BB0 /* shape.cpp */,
  93. CD3AC71D1D2C0AF8002B4BB0 /* shape.hpp */,
  94. CD3C809D1D675AB100ACC795 /* angle.cpp */,
  95. CD3C809E1D675AB100ACC795 /* angle.hpp */,
  96. CD3C80BA1D68902300ACC795 /* common.cpp */,
  97. CD3C80BB1D68902300ACC795 /* common.hpp */,
  98. );
  99. name = src;
  100. sourceTree = "<group>";
  101. };
  102. CD3C80791D66440200ACC795 /* test */ = {
  103. isa = PBXGroup;
  104. children = (
  105. CD3C80991D6654C200ACC795 /* matrix.t.h */,
  106. CD3C80981D6654C200ACC795 /* matrix_tc.cpp */,
  107. );
  108. name = test;
  109. sourceTree = "<group>";
  110. };
  111. /* End PBXGroup section */
  112. /* Begin PBXHeadersBuildPhase section */
  113. CD3786161CF9F61100BE89B2 /* Headers */ = {
  114. isa = PBXHeadersBuildPhase;
  115. buildActionMask = 2147483647;
  116. files = (
  117. CD3AC71F1D2C0AF8002B4BB0 /* shape.hpp in Headers */,
  118. CD37862D1CFA121C00BE89B2 /* matrix.hpp in Headers */,
  119. CD3C80A01D675AB100ACC795 /* angle.hpp in Headers */,
  120. CD0E42491D9B3673002FFED1 /* vector.hpp in Headers */,
  121. CD3C808A1D66469400ACC795 /* math_fwd.hpp in Headers */,
  122. CD3C80BD1D68902300ACC795 /* common.hpp in Headers */,
  123. CD3C80B91D6884D700ACC795 /* matrix_helpers.hpp in Headers */,
  124. );
  125. runOnlyForDeploymentPostprocessing = 0;
  126. };
  127. /* End PBXHeadersBuildPhase section */
  128. /* Begin PBXNativeTarget section */
  129. CD3786171CF9F61100BE89B2 /* math */ = {
  130. isa = PBXNativeTarget;
  131. buildConfigurationList = CD3786231CF9F61100BE89B2 /* Build configuration list for PBXNativeTarget "math" */;
  132. buildPhases = (
  133. CD3786141CF9F61100BE89B2 /* Sources */,
  134. CD3786151CF9F61100BE89B2 /* Frameworks */,
  135. CD3786161CF9F61100BE89B2 /* Headers */,
  136. );
  137. buildRules = (
  138. );
  139. dependencies = (
  140. );
  141. name = math;
  142. productName = math;
  143. productReference = CD3786181CF9F61100BE89B2 /* libmath.dylib */;
  144. productType = "com.apple.product-type.library.dynamic";
  145. };
  146. CD3C80901D6654A400ACC795 /* matrix_tc */ = {
  147. isa = PBXNativeTarget;
  148. buildConfigurationList = CD3C80951D6654A400ACC795 /* Build configuration list for PBXNativeTarget "matrix_tc" */;
  149. buildPhases = (
  150. CD3C809B1D66556900ACC795 /* ShellScript */,
  151. CD3C808D1D6654A400ACC795 /* Sources */,
  152. CD3C808E1D6654A400ACC795 /* Frameworks */,
  153. CD3C808F1D6654A400ACC795 /* CopyFiles */,
  154. );
  155. buildRules = (
  156. );
  157. dependencies = (
  158. );
  159. name = matrix_tc;
  160. productName = matrix_tc;
  161. productReference = CD3C80911D6654A400ACC795 /* matrix_tc */;
  162. productType = "com.apple.product-type.tool";
  163. };
  164. /* End PBXNativeTarget section */
  165. /* Begin PBXProject section */
  166. CD3786101CF9F61100BE89B2 /* Project object */ = {
  167. isa = PBXProject;
  168. attributes = {
  169. LastUpgradeCheck = 0720;
  170. ORGANIZATIONNAME = "Sam Jaffe";
  171. TargetAttributes = {
  172. CD3786171CF9F61100BE89B2 = {
  173. CreatedOnToolsVersion = 7.2.1;
  174. };
  175. CD3C80901D6654A400ACC795 = {
  176. CreatedOnToolsVersion = 7.2.1;
  177. };
  178. };
  179. };
  180. buildConfigurationList = CD3786131CF9F61100BE89B2 /* Build configuration list for PBXProject "math" */;
  181. compatibilityVersion = "Xcode 3.2";
  182. developmentRegion = English;
  183. hasScannedForEncodings = 0;
  184. knownRegions = (
  185. en,
  186. );
  187. mainGroup = CD37860F1CF9F61100BE89B2;
  188. productRefGroup = CD3786191CF9F61100BE89B2 /* Products */;
  189. projectDirPath = "";
  190. projectRoot = "";
  191. targets = (
  192. CD3786171CF9F61100BE89B2 /* math */,
  193. CD3C80901D6654A400ACC795 /* matrix_tc */,
  194. );
  195. };
  196. /* End PBXProject section */
  197. /* Begin PBXShellScriptBuildPhase section */
  198. CD3C809B1D66556900ACC795 /* ShellScript */ = {
  199. isa = PBXShellScriptBuildPhase;
  200. buildActionMask = 2147483647;
  201. files = (
  202. );
  203. inputPaths = (
  204. "$(SRCROOT)/matrix.t.h",
  205. );
  206. outputPaths = (
  207. );
  208. runOnlyForDeploymentPostprocessing = 0;
  209. shellPath = /bin/sh;
  210. shellScript = "cxxtestgen --error-printer -o matrix_tc.cpp matrix.t.h";
  211. };
  212. /* End PBXShellScriptBuildPhase section */
  213. /* Begin PBXSourcesBuildPhase section */
  214. CD3786141CF9F61100BE89B2 /* Sources */ = {
  215. isa = PBXSourcesBuildPhase;
  216. buildActionMask = 2147483647;
  217. files = (
  218. CD3AC71E1D2C0AF8002B4BB0 /* shape.cpp in Sources */,
  219. CD3C80BC1D68902300ACC795 /* common.cpp in Sources */,
  220. CD3C809F1D675AB100ACC795 /* angle.cpp in Sources */,
  221. );
  222. runOnlyForDeploymentPostprocessing = 0;
  223. };
  224. CD3C808D1D6654A400ACC795 /* Sources */ = {
  225. isa = PBXSourcesBuildPhase;
  226. buildActionMask = 2147483647;
  227. files = (
  228. CD3C809A1D6654C200ACC795 /* matrix_tc.cpp in Sources */,
  229. );
  230. runOnlyForDeploymentPostprocessing = 0;
  231. };
  232. /* End PBXSourcesBuildPhase section */
  233. /* Begin XCBuildConfiguration section */
  234. CD3786211CF9F61100BE89B2 /* Debug */ = {
  235. isa = XCBuildConfiguration;
  236. buildSettings = {
  237. ALWAYS_SEARCH_USER_PATHS = NO;
  238. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  239. CLANG_CXX_LIBRARY = "libc++";
  240. CLANG_ENABLE_MODULES = YES;
  241. CLANG_ENABLE_OBJC_ARC = YES;
  242. CLANG_WARN_BOOL_CONVERSION = YES;
  243. CLANG_WARN_CONSTANT_CONVERSION = YES;
  244. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  245. CLANG_WARN_EMPTY_BODY = YES;
  246. CLANG_WARN_ENUM_CONVERSION = YES;
  247. CLANG_WARN_INT_CONVERSION = YES;
  248. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  249. CLANG_WARN_UNREACHABLE_CODE = YES;
  250. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  251. CODE_SIGN_IDENTITY = "-";
  252. COPY_PHASE_STRIP = NO;
  253. DEBUG_INFORMATION_FORMAT = dwarf;
  254. ENABLE_STRICT_OBJC_MSGSEND = YES;
  255. ENABLE_TESTABILITY = YES;
  256. GCC_C_LANGUAGE_STANDARD = gnu99;
  257. GCC_DYNAMIC_NO_PIC = NO;
  258. GCC_NO_COMMON_BLOCKS = YES;
  259. GCC_OPTIMIZATION_LEVEL = 0;
  260. GCC_PREPROCESSOR_DEFINITIONS = (
  261. "DEBUG=1",
  262. "$(inherited)",
  263. );
  264. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  265. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  266. GCC_WARN_UNDECLARED_SELECTOR = YES;
  267. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  268. GCC_WARN_UNUSED_FUNCTION = YES;
  269. GCC_WARN_UNUSED_VARIABLE = YES;
  270. MACOSX_DEPLOYMENT_TARGET = 10.10;
  271. MTL_ENABLE_DEBUG_INFO = YES;
  272. ONLY_ACTIVE_ARCH = YES;
  273. SDKROOT = macosx;
  274. };
  275. name = Debug;
  276. };
  277. CD3786221CF9F61100BE89B2 /* Release */ = {
  278. isa = XCBuildConfiguration;
  279. buildSettings = {
  280. ALWAYS_SEARCH_USER_PATHS = NO;
  281. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  282. CLANG_CXX_LIBRARY = "libc++";
  283. CLANG_ENABLE_MODULES = YES;
  284. CLANG_ENABLE_OBJC_ARC = YES;
  285. CLANG_WARN_BOOL_CONVERSION = YES;
  286. CLANG_WARN_CONSTANT_CONVERSION = YES;
  287. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  288. CLANG_WARN_EMPTY_BODY = YES;
  289. CLANG_WARN_ENUM_CONVERSION = YES;
  290. CLANG_WARN_INT_CONVERSION = YES;
  291. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  292. CLANG_WARN_UNREACHABLE_CODE = YES;
  293. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  294. CODE_SIGN_IDENTITY = "-";
  295. COPY_PHASE_STRIP = NO;
  296. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  297. ENABLE_NS_ASSERTIONS = NO;
  298. ENABLE_STRICT_OBJC_MSGSEND = YES;
  299. GCC_C_LANGUAGE_STANDARD = gnu99;
  300. GCC_NO_COMMON_BLOCKS = YES;
  301. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  302. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  303. GCC_WARN_UNDECLARED_SELECTOR = YES;
  304. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  305. GCC_WARN_UNUSED_FUNCTION = YES;
  306. GCC_WARN_UNUSED_VARIABLE = YES;
  307. MACOSX_DEPLOYMENT_TARGET = 10.10;
  308. MTL_ENABLE_DEBUG_INFO = NO;
  309. SDKROOT = macosx;
  310. };
  311. name = Release;
  312. };
  313. CD3786241CF9F61100BE89B2 /* Debug */ = {
  314. isa = XCBuildConfiguration;
  315. buildSettings = {
  316. DYLIB_COMPATIBILITY_VERSION = 1;
  317. DYLIB_CURRENT_VERSION = 1;
  318. EXECUTABLE_PREFIX = lib;
  319. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  320. GCC_ENABLE_CPP_RTTI = YES;
  321. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  322. PRODUCT_NAME = "$(TARGET_NAME)";
  323. USER_HEADER_SEARCH_PATHS = ".. ../include";
  324. };
  325. name = Debug;
  326. };
  327. CD3786251CF9F61100BE89B2 /* Release */ = {
  328. isa = XCBuildConfiguration;
  329. buildSettings = {
  330. DYLIB_COMPATIBILITY_VERSION = 1;
  331. DYLIB_CURRENT_VERSION = 1;
  332. EXECUTABLE_PREFIX = lib;
  333. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  334. GCC_ENABLE_CPP_RTTI = YES;
  335. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  336. PRODUCT_NAME = "$(TARGET_NAME)";
  337. USER_HEADER_SEARCH_PATHS = ".. ../include";
  338. };
  339. name = Release;
  340. };
  341. CD3C80961D6654A400ACC795 /* Debug */ = {
  342. isa = XCBuildConfiguration;
  343. buildSettings = {
  344. GCC_GENERATE_TEST_COVERAGE_FILES = YES;
  345. GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
  346. HEADER_SEARCH_PATHS = /usr/local/include;
  347. PRODUCT_NAME = "$(TARGET_NAME)";
  348. USER_HEADER_SEARCH_PATHS = ..;
  349. };
  350. name = Debug;
  351. };
  352. CD3C80971D6654A400ACC795 /* Release */ = {
  353. isa = XCBuildConfiguration;
  354. buildSettings = {
  355. GCC_GENERATE_TEST_COVERAGE_FILES = NO;
  356. GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = NO;
  357. HEADER_SEARCH_PATHS = /usr/local/include;
  358. PRODUCT_NAME = "$(TARGET_NAME)";
  359. USER_HEADER_SEARCH_PATHS = ..;
  360. };
  361. name = Release;
  362. };
  363. /* End XCBuildConfiguration section */
  364. /* Begin XCConfigurationList section */
  365. CD3786131CF9F61100BE89B2 /* Build configuration list for PBXProject "math" */ = {
  366. isa = XCConfigurationList;
  367. buildConfigurations = (
  368. CD3786211CF9F61100BE89B2 /* Debug */,
  369. CD3786221CF9F61100BE89B2 /* Release */,
  370. );
  371. defaultConfigurationIsVisible = 0;
  372. defaultConfigurationName = Release;
  373. };
  374. CD3786231CF9F61100BE89B2 /* Build configuration list for PBXNativeTarget "math" */ = {
  375. isa = XCConfigurationList;
  376. buildConfigurations = (
  377. CD3786241CF9F61100BE89B2 /* Debug */,
  378. CD3786251CF9F61100BE89B2 /* Release */,
  379. );
  380. defaultConfigurationIsVisible = 0;
  381. defaultConfigurationName = Release;
  382. };
  383. CD3C80951D6654A400ACC795 /* Build configuration list for PBXNativeTarget "matrix_tc" */ = {
  384. isa = XCConfigurationList;
  385. buildConfigurations = (
  386. CD3C80961D6654A400ACC795 /* Debug */,
  387. CD3C80971D6654A400ACC795 /* Release */,
  388. );
  389. defaultConfigurationIsVisible = 0;
  390. defaultConfigurationName = Release;
  391. };
  392. /* End XCConfigurationList section */
  393. };
  394. rootObject = CD3786101CF9F61100BE89B2 /* Project object */;
  395. }