project.pbxproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD1FCFD2227E194D00F9BF93 /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD3786181CF9F61100BE89B2 /* libmath.dylib */; };
  10. CD1FCFD8227E195B00F9BF93 /* shape_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD1FCFC8227E193000F9BF93 /* shape_test.cxx */; };
  11. CD1FCFE9227E198100F9BF93 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD1FCFE1227E197800F9BF93 /* GoogleMock.framework */; };
  12. CD1FCFEC227E4C2E00F9BF93 /* common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3C80BA1D68902300ACC795 /* common.cpp */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
  13. CD3AC71E1D2C0AF8002B4BB0 /* shape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC71C1D2C0AF8002B4BB0 /* shape.cpp */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
  14. CD3C809F1D675AB100ACC795 /* angle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3C809D1D675AB100ACC795 /* angle.cpp */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
  15. CDED9C2422A2D71600AE5CE5 /* angle_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDED9C2322A2D71600AE5CE5 /* angle_test.cxx */; };
  16. CDEDC5B9227F2D38003A2E45 /* common_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDEDC5B8227F2D38003A2E45 /* common_test.cxx */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXContainerItemProxy section */
  19. CD1FCFD3227E194D00F9BF93 /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = CD3786101CF9F61100BE89B2 /* Project object */;
  22. proxyType = 1;
  23. remoteGlobalIDString = CD3786171CF9F61100BE89B2;
  24. remoteInfo = math;
  25. };
  26. CD1FCFE0227E197800F9BF93 /* PBXContainerItemProxy */ = {
  27. isa = PBXContainerItemProxy;
  28. containerPortal = CD1FCFD9227E197800F9BF93 /* GoogleMock.xcodeproj */;
  29. proxyType = 2;
  30. remoteGlobalIDString = 05818F861A685AEA0072A469;
  31. remoteInfo = GoogleMock;
  32. };
  33. CD1FCFE2227E197800F9BF93 /* PBXContainerItemProxy */ = {
  34. isa = PBXContainerItemProxy;
  35. containerPortal = CD1FCFD9227E197800F9BF93 /* GoogleMock.xcodeproj */;
  36. proxyType = 2;
  37. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  38. remoteInfo = gmock;
  39. };
  40. CD1FCFE4227E197800F9BF93 /* PBXContainerItemProxy */ = {
  41. isa = PBXContainerItemProxy;
  42. containerPortal = CD1FCFD9227E197800F9BF93 /* GoogleMock.xcodeproj */;
  43. proxyType = 2;
  44. remoteGlobalIDString = 05E96B1F1A68634900204102;
  45. remoteInfo = gtest;
  46. };
  47. CD1FCFE6227E197800F9BF93 /* PBXContainerItemProxy */ = {
  48. isa = PBXContainerItemProxy;
  49. containerPortal = CD1FCFD9227E197800F9BF93 /* GoogleMock.xcodeproj */;
  50. proxyType = 2;
  51. remoteGlobalIDString = 05818F901A685AEA0072A469;
  52. remoteInfo = GoogleMockTests;
  53. };
  54. CD1FCFEA227E198400F9BF93 /* PBXContainerItemProxy */ = {
  55. isa = PBXContainerItemProxy;
  56. containerPortal = CD1FCFD9227E197800F9BF93 /* GoogleMock.xcodeproj */;
  57. proxyType = 1;
  58. remoteGlobalIDString = 05818F851A685AEA0072A469;
  59. remoteInfo = GoogleMock;
  60. };
  61. CDAE622C2B77B86700551FB8 /* PBXContainerItemProxy */ = {
  62. isa = PBXContainerItemProxy;
  63. containerPortal = CDAE62272B77B86700551FB8 /* matrix.xcodeproj */;
  64. proxyType = 2;
  65. remoteGlobalIDString = CD0C59D120C412AD00454F82;
  66. remoteInfo = "matrix-test";
  67. };
  68. CDAE62332B77B86D00551FB8 /* PBXContainerItemProxy */ = {
  69. isa = PBXContainerItemProxy;
  70. containerPortal = CDAE622E2B77B86D00551FB8 /* vector.xcodeproj */;
  71. proxyType = 2;
  72. remoteGlobalIDString = CD10425824E837FB00C0DF2A;
  73. remoteInfo = "vector-test";
  74. };
  75. CDAE62E22B77BC0D00551FB8 /* PBXContainerItemProxy */ = {
  76. isa = PBXContainerItemProxy;
  77. containerPortal = CDAE62272B77B86700551FB8 /* matrix.xcodeproj */;
  78. proxyType = 2;
  79. remoteGlobalIDString = CDAE62392B77B88A00551FB8;
  80. remoteInfo = matrix;
  81. };
  82. CDAE62E52B77BC0D00551FB8 /* PBXContainerItemProxy */ = {
  83. isa = PBXContainerItemProxy;
  84. containerPortal = CDAE622E2B77B86D00551FB8 /* vector.xcodeproj */;
  85. proxyType = 2;
  86. remoteGlobalIDString = CDAE62452B77B8A800551FB8;
  87. remoteInfo = vector;
  88. };
  89. CDAE62E72B77BC2200551FB8 /* PBXContainerItemProxy */ = {
  90. isa = PBXContainerItemProxy;
  91. containerPortal = CDAE622E2B77B86D00551FB8 /* vector.xcodeproj */;
  92. proxyType = 1;
  93. remoteGlobalIDString = CDAE62442B77B8A800551FB8;
  94. remoteInfo = vector;
  95. };
  96. /* End PBXContainerItemProxy section */
  97. /* Begin PBXFileReference section */
  98. CD1FCFC8227E193000F9BF93 /* shape_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = shape_test.cxx; sourceTree = "<group>"; };
  99. CD1FCFCD227E194D00F9BF93 /* math-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "math-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  100. CD1FCFD1227E194D00F9BF93 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  101. CD1FCFD9227E197800F9BF93 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  102. CD3786181CF9F61100BE89B2 /* libmath.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libmath.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  103. CD3AC71C1D2C0AF8002B4BB0 /* shape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shape.cpp; sourceTree = "<group>"; };
  104. CD3C809D1D675AB100ACC795 /* angle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = angle.cpp; sourceTree = "<group>"; };
  105. CD3C80BA1D68902300ACC795 /* common.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = common.cpp; sourceTree = "<group>"; };
  106. CDA34D89225175CB008036A7 /* game */ = {isa = PBXFileReference; lastKnownFileType = folder; name = game; path = include/game; sourceTree = "<group>"; };
  107. CDAE62272B77B86700551FB8 /* matrix.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = matrix.xcodeproj; path = ../external/matrix/matrix.xcodeproj; sourceTree = "<group>"; };
  108. CDAE622E2B77B86D00551FB8 /* vector.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = vector.xcodeproj; path = ../external/vector/vector.xcodeproj; sourceTree = "<group>"; };
  109. CDED9C2322A2D71600AE5CE5 /* angle_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = angle_test.cxx; sourceTree = "<group>"; };
  110. CDEDC5B8227F2D38003A2E45 /* common_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = common_test.cxx; sourceTree = "<group>"; };
  111. CDEDC5BD227F2DB2003A2E45 /* test_printers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = test_printers.h; sourceTree = "<group>"; };
  112. /* End PBXFileReference section */
  113. /* Begin PBXFrameworksBuildPhase section */
  114. CD1FCFCA227E194D00F9BF93 /* Frameworks */ = {
  115. isa = PBXFrameworksBuildPhase;
  116. buildActionMask = 2147483647;
  117. files = (
  118. CD1FCFE9227E198100F9BF93 /* GoogleMock.framework in Frameworks */,
  119. CD1FCFD2227E194D00F9BF93 /* libmath.dylib in Frameworks */,
  120. );
  121. runOnlyForDeploymentPostprocessing = 0;
  122. };
  123. CD3786151CF9F61100BE89B2 /* Frameworks */ = {
  124. isa = PBXFrameworksBuildPhase;
  125. buildActionMask = 2147483647;
  126. files = (
  127. );
  128. runOnlyForDeploymentPostprocessing = 0;
  129. };
  130. /* End PBXFrameworksBuildPhase section */
  131. /* Begin PBXGroup section */
  132. CD1FCFCE227E194D00F9BF93 /* math-test */ = {
  133. isa = PBXGroup;
  134. children = (
  135. CD1FCFD1227E194D00F9BF93 /* Info.plist */,
  136. );
  137. path = "math-test";
  138. sourceTree = "<group>";
  139. };
  140. CD1FCFDA227E197800F9BF93 /* Products */ = {
  141. isa = PBXGroup;
  142. children = (
  143. CD1FCFE1227E197800F9BF93 /* GoogleMock.framework */,
  144. CD1FCFE3227E197800F9BF93 /* gmock.framework */,
  145. CD1FCFE5227E197800F9BF93 /* gtest.framework */,
  146. CD1FCFE7227E197800F9BF93 /* GoogleMockTests.xctest */,
  147. );
  148. name = Products;
  149. sourceTree = "<group>";
  150. };
  151. CD1FCFE8227E198100F9BF93 /* Frameworks */ = {
  152. isa = PBXGroup;
  153. children = (
  154. );
  155. name = Frameworks;
  156. sourceTree = "<group>";
  157. };
  158. CD37860F1CF9F61100BE89B2 = {
  159. isa = PBXGroup;
  160. children = (
  161. CDAE62272B77B86700551FB8 /* matrix.xcodeproj */,
  162. CDAE622E2B77B86D00551FB8 /* vector.xcodeproj */,
  163. CD1FCFD9227E197800F9BF93 /* GoogleMock.xcodeproj */,
  164. CDA34D89225175CB008036A7 /* game */,
  165. CD3786321CFA304800BE89B2 /* src */,
  166. CD3C80791D66440200ACC795 /* test */,
  167. CD1FCFCE227E194D00F9BF93 /* math-test */,
  168. CD3786191CF9F61100BE89B2 /* Products */,
  169. CD1FCFE8227E198100F9BF93 /* Frameworks */,
  170. );
  171. sourceTree = "<group>";
  172. };
  173. CD3786191CF9F61100BE89B2 /* Products */ = {
  174. isa = PBXGroup;
  175. children = (
  176. CD3786181CF9F61100BE89B2 /* libmath.dylib */,
  177. CD1FCFCD227E194D00F9BF93 /* math-test.xctest */,
  178. );
  179. name = Products;
  180. sourceTree = "<group>";
  181. };
  182. CD3786321CFA304800BE89B2 /* src */ = {
  183. isa = PBXGroup;
  184. children = (
  185. CD3AC71C1D2C0AF8002B4BB0 /* shape.cpp */,
  186. CD3C809D1D675AB100ACC795 /* angle.cpp */,
  187. CD3C80BA1D68902300ACC795 /* common.cpp */,
  188. );
  189. path = src;
  190. sourceTree = "<group>";
  191. };
  192. CD3C80791D66440200ACC795 /* test */ = {
  193. isa = PBXGroup;
  194. children = (
  195. CD1FCFC8227E193000F9BF93 /* shape_test.cxx */,
  196. CDEDC5B8227F2D38003A2E45 /* common_test.cxx */,
  197. CDEDC5BD227F2DB2003A2E45 /* test_printers.h */,
  198. CDED9C2322A2D71600AE5CE5 /* angle_test.cxx */,
  199. );
  200. path = test;
  201. sourceTree = "<group>";
  202. };
  203. CDAE62282B77B86700551FB8 /* Products */ = {
  204. isa = PBXGroup;
  205. children = (
  206. CDAE622D2B77B86700551FB8 /* matrix-test.xctest */,
  207. CDAE62E32B77BC0D00551FB8 /* libmatrix.a */,
  208. );
  209. name = Products;
  210. sourceTree = "<group>";
  211. };
  212. CDAE622F2B77B86D00551FB8 /* Products */ = {
  213. isa = PBXGroup;
  214. children = (
  215. CDAE62342B77B86D00551FB8 /* vector-test.xctest */,
  216. CDAE62E62B77BC0D00551FB8 /* libvector.a */,
  217. );
  218. name = Products;
  219. sourceTree = "<group>";
  220. };
  221. /* End PBXGroup section */
  222. /* Begin PBXHeadersBuildPhase section */
  223. CD3786161CF9F61100BE89B2 /* Headers */ = {
  224. isa = PBXHeadersBuildPhase;
  225. buildActionMask = 2147483647;
  226. files = (
  227. );
  228. runOnlyForDeploymentPostprocessing = 0;
  229. };
  230. /* End PBXHeadersBuildPhase section */
  231. /* Begin PBXNativeTarget section */
  232. CD1FCFCC227E194D00F9BF93 /* math-test */ = {
  233. isa = PBXNativeTarget;
  234. buildConfigurationList = CD1FCFD5227E194D00F9BF93 /* Build configuration list for PBXNativeTarget "math-test" */;
  235. buildPhases = (
  236. CD1FCFC9227E194D00F9BF93 /* Sources */,
  237. CD1FCFCA227E194D00F9BF93 /* Frameworks */,
  238. CD1FCFCB227E194D00F9BF93 /* Resources */,
  239. );
  240. buildRules = (
  241. );
  242. dependencies = (
  243. CD1FCFEB227E198400F9BF93 /* PBXTargetDependency */,
  244. CD1FCFD4227E194D00F9BF93 /* PBXTargetDependency */,
  245. );
  246. name = "math-test";
  247. productName = "math-test";
  248. productReference = CD1FCFCD227E194D00F9BF93 /* math-test.xctest */;
  249. productType = "com.apple.product-type.bundle.unit-test";
  250. };
  251. CD3786171CF9F61100BE89B2 /* math */ = {
  252. isa = PBXNativeTarget;
  253. buildConfigurationList = CD3786231CF9F61100BE89B2 /* Build configuration list for PBXNativeTarget "math" */;
  254. buildPhases = (
  255. CD3786141CF9F61100BE89B2 /* Sources */,
  256. CD3786151CF9F61100BE89B2 /* Frameworks */,
  257. CD3786161CF9F61100BE89B2 /* Headers */,
  258. CD6F73E822517BDA0081ED74 /* ShellScript */,
  259. );
  260. buildRules = (
  261. );
  262. dependencies = (
  263. CDAE62E82B77BC2200551FB8 /* PBXTargetDependency */,
  264. );
  265. name = math;
  266. productName = math;
  267. productReference = CD3786181CF9F61100BE89B2 /* libmath.dylib */;
  268. productType = "com.apple.product-type.library.dynamic";
  269. };
  270. /* End PBXNativeTarget section */
  271. /* Begin PBXProject section */
  272. CD3786101CF9F61100BE89B2 /* Project object */ = {
  273. isa = PBXProject;
  274. attributes = {
  275. LastSwiftUpdateCheck = 1010;
  276. LastUpgradeCheck = 1240;
  277. ORGANIZATIONNAME = "Sam Jaffe";
  278. TargetAttributes = {
  279. CD1FCFCC227E194D00F9BF93 = {
  280. CreatedOnToolsVersion = 10.1;
  281. ProvisioningStyle = Automatic;
  282. };
  283. CD3786171CF9F61100BE89B2 = {
  284. CreatedOnToolsVersion = 7.2.1;
  285. };
  286. };
  287. };
  288. buildConfigurationList = CD3786131CF9F61100BE89B2 /* Build configuration list for PBXProject "math" */;
  289. compatibilityVersion = "Xcode 3.2";
  290. developmentRegion = en;
  291. hasScannedForEncodings = 0;
  292. knownRegions = (
  293. en,
  294. Base,
  295. );
  296. mainGroup = CD37860F1CF9F61100BE89B2;
  297. productRefGroup = CD3786191CF9F61100BE89B2 /* Products */;
  298. projectDirPath = "";
  299. projectReferences = (
  300. {
  301. ProductGroup = CD1FCFDA227E197800F9BF93 /* Products */;
  302. ProjectRef = CD1FCFD9227E197800F9BF93 /* GoogleMock.xcodeproj */;
  303. },
  304. {
  305. ProductGroup = CDAE62282B77B86700551FB8 /* Products */;
  306. ProjectRef = CDAE62272B77B86700551FB8 /* matrix.xcodeproj */;
  307. },
  308. {
  309. ProductGroup = CDAE622F2B77B86D00551FB8 /* Products */;
  310. ProjectRef = CDAE622E2B77B86D00551FB8 /* vector.xcodeproj */;
  311. },
  312. );
  313. projectRoot = "";
  314. targets = (
  315. CD3786171CF9F61100BE89B2 /* math */,
  316. CD1FCFCC227E194D00F9BF93 /* math-test */,
  317. );
  318. };
  319. /* End PBXProject section */
  320. /* Begin PBXReferenceProxy section */
  321. CD1FCFE1227E197800F9BF93 /* GoogleMock.framework */ = {
  322. isa = PBXReferenceProxy;
  323. fileType = wrapper.framework;
  324. path = GoogleMock.framework;
  325. remoteRef = CD1FCFE0227E197800F9BF93 /* PBXContainerItemProxy */;
  326. sourceTree = BUILT_PRODUCTS_DIR;
  327. };
  328. CD1FCFE3227E197800F9BF93 /* gmock.framework */ = {
  329. isa = PBXReferenceProxy;
  330. fileType = wrapper.framework;
  331. path = gmock.framework;
  332. remoteRef = CD1FCFE2227E197800F9BF93 /* PBXContainerItemProxy */;
  333. sourceTree = BUILT_PRODUCTS_DIR;
  334. };
  335. CD1FCFE5227E197800F9BF93 /* gtest.framework */ = {
  336. isa = PBXReferenceProxy;
  337. fileType = wrapper.framework;
  338. path = gtest.framework;
  339. remoteRef = CD1FCFE4227E197800F9BF93 /* PBXContainerItemProxy */;
  340. sourceTree = BUILT_PRODUCTS_DIR;
  341. };
  342. CD1FCFE7227E197800F9BF93 /* GoogleMockTests.xctest */ = {
  343. isa = PBXReferenceProxy;
  344. fileType = wrapper.cfbundle;
  345. path = GoogleMockTests.xctest;
  346. remoteRef = CD1FCFE6227E197800F9BF93 /* PBXContainerItemProxy */;
  347. sourceTree = BUILT_PRODUCTS_DIR;
  348. };
  349. CDAE622D2B77B86700551FB8 /* matrix-test.xctest */ = {
  350. isa = PBXReferenceProxy;
  351. fileType = wrapper.cfbundle;
  352. path = "matrix-test.xctest";
  353. remoteRef = CDAE622C2B77B86700551FB8 /* PBXContainerItemProxy */;
  354. sourceTree = BUILT_PRODUCTS_DIR;
  355. };
  356. CDAE62342B77B86D00551FB8 /* vector-test.xctest */ = {
  357. isa = PBXReferenceProxy;
  358. fileType = wrapper.cfbundle;
  359. path = "vector-test.xctest";
  360. remoteRef = CDAE62332B77B86D00551FB8 /* PBXContainerItemProxy */;
  361. sourceTree = BUILT_PRODUCTS_DIR;
  362. };
  363. CDAE62E32B77BC0D00551FB8 /* libmatrix.a */ = {
  364. isa = PBXReferenceProxy;
  365. fileType = archive.ar;
  366. path = libmatrix.a;
  367. remoteRef = CDAE62E22B77BC0D00551FB8 /* PBXContainerItemProxy */;
  368. sourceTree = BUILT_PRODUCTS_DIR;
  369. };
  370. CDAE62E62B77BC0D00551FB8 /* libvector.a */ = {
  371. isa = PBXReferenceProxy;
  372. fileType = archive.ar;
  373. path = libvector.a;
  374. remoteRef = CDAE62E52B77BC0D00551FB8 /* PBXContainerItemProxy */;
  375. sourceTree = BUILT_PRODUCTS_DIR;
  376. };
  377. /* End PBXReferenceProxy section */
  378. /* Begin PBXResourcesBuildPhase section */
  379. CD1FCFCB227E194D00F9BF93 /* Resources */ = {
  380. isa = PBXResourcesBuildPhase;
  381. buildActionMask = 2147483647;
  382. files = (
  383. );
  384. runOnlyForDeploymentPostprocessing = 0;
  385. };
  386. /* End PBXResourcesBuildPhase section */
  387. /* Begin PBXShellScriptBuildPhase section */
  388. CD6F73E822517BDA0081ED74 /* ShellScript */ = {
  389. isa = PBXShellScriptBuildPhase;
  390. buildActionMask = 2147483647;
  391. files = (
  392. );
  393. inputFileListPaths = (
  394. );
  395. inputPaths = (
  396. );
  397. outputFileListPaths = (
  398. );
  399. outputPaths = (
  400. );
  401. runOnlyForDeploymentPostprocessing = 0;
  402. shellPath = /bin/sh;
  403. shellScript = "mkdir -p ${BUILT_PRODUCTS_DIR}/usr/local/include/\ncp -r ${PROJECT_DIR}/include/* ${BUILT_PRODUCTS_DIR}/usr/local/include/\n";
  404. };
  405. /* End PBXShellScriptBuildPhase section */
  406. /* Begin PBXSourcesBuildPhase section */
  407. CD1FCFC9227E194D00F9BF93 /* Sources */ = {
  408. isa = PBXSourcesBuildPhase;
  409. buildActionMask = 2147483647;
  410. files = (
  411. CDEDC5B9227F2D38003A2E45 /* common_test.cxx in Sources */,
  412. CD1FCFD8227E195B00F9BF93 /* shape_test.cxx in Sources */,
  413. CDED9C2422A2D71600AE5CE5 /* angle_test.cxx in Sources */,
  414. );
  415. runOnlyForDeploymentPostprocessing = 0;
  416. };
  417. CD3786141CF9F61100BE89B2 /* Sources */ = {
  418. isa = PBXSourcesBuildPhase;
  419. buildActionMask = 2147483647;
  420. files = (
  421. CD3AC71E1D2C0AF8002B4BB0 /* shape.cpp in Sources */,
  422. CD1FCFEC227E4C2E00F9BF93 /* common.cpp in Sources */,
  423. CD3C809F1D675AB100ACC795 /* angle.cpp in Sources */,
  424. );
  425. runOnlyForDeploymentPostprocessing = 0;
  426. };
  427. /* End PBXSourcesBuildPhase section */
  428. /* Begin PBXTargetDependency section */
  429. CD1FCFD4227E194D00F9BF93 /* PBXTargetDependency */ = {
  430. isa = PBXTargetDependency;
  431. target = CD3786171CF9F61100BE89B2 /* math */;
  432. targetProxy = CD1FCFD3227E194D00F9BF93 /* PBXContainerItemProxy */;
  433. };
  434. CD1FCFEB227E198400F9BF93 /* PBXTargetDependency */ = {
  435. isa = PBXTargetDependency;
  436. name = GoogleMock;
  437. targetProxy = CD1FCFEA227E198400F9BF93 /* PBXContainerItemProxy */;
  438. };
  439. CDAE62E82B77BC2200551FB8 /* PBXTargetDependency */ = {
  440. isa = PBXTargetDependency;
  441. name = vector;
  442. targetProxy = CDAE62E72B77BC2200551FB8 /* PBXContainerItemProxy */;
  443. };
  444. /* End PBXTargetDependency section */
  445. /* Begin XCBuildConfiguration section */
  446. CD1FCFD6227E194D00F9BF93 /* Debug */ = {
  447. isa = XCBuildConfiguration;
  448. buildSettings = {
  449. ALWAYS_SEARCH_USER_PATHS = NO;
  450. CLANG_ANALYZER_NONNULL = YES;
  451. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  452. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  453. CLANG_ENABLE_OBJC_WEAK = YES;
  454. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  455. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  456. CODE_SIGN_STYLE = Automatic;
  457. COMBINE_HIDPI_IMAGES = YES;
  458. GCC_C_LANGUAGE_STANDARD = gnu11;
  459. INFOPLIST_FILE = "math-test/Info.plist";
  460. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  461. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  462. MTL_FAST_MATH = YES;
  463. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.math-test";
  464. PRODUCT_NAME = "$(TARGET_NAME)";
  465. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  466. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  467. SWIFT_VERSION = 4.2;
  468. };
  469. name = Debug;
  470. };
  471. CD1FCFD7227E194D00F9BF93 /* Release */ = {
  472. isa = XCBuildConfiguration;
  473. buildSettings = {
  474. ALWAYS_SEARCH_USER_PATHS = NO;
  475. CLANG_ANALYZER_NONNULL = YES;
  476. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  477. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  478. CLANG_ENABLE_OBJC_WEAK = YES;
  479. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  480. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  481. CODE_SIGN_STYLE = Automatic;
  482. COMBINE_HIDPI_IMAGES = YES;
  483. GCC_C_LANGUAGE_STANDARD = gnu11;
  484. INFOPLIST_FILE = "math-test/Info.plist";
  485. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  486. MTL_FAST_MATH = YES;
  487. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.math-test";
  488. PRODUCT_NAME = "$(TARGET_NAME)";
  489. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  490. SWIFT_VERSION = 4.2;
  491. };
  492. name = Release;
  493. };
  494. CD3786211CF9F61100BE89B2 /* Debug */ = {
  495. isa = XCBuildConfiguration;
  496. buildSettings = {
  497. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  498. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  499. CLANG_CXX_LIBRARY = "libc++";
  500. CLANG_ENABLE_MODULES = YES;
  501. CLANG_ENABLE_OBJC_ARC = YES;
  502. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  503. CLANG_WARN_BOOL_CONVERSION = YES;
  504. CLANG_WARN_COMMA = YES;
  505. CLANG_WARN_CONSTANT_CONVERSION = YES;
  506. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  507. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  508. CLANG_WARN_EMPTY_BODY = YES;
  509. CLANG_WARN_ENUM_CONVERSION = YES;
  510. CLANG_WARN_INFINITE_RECURSION = YES;
  511. CLANG_WARN_INT_CONVERSION = YES;
  512. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  513. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  514. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  515. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  516. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  517. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  518. CLANG_WARN_STRICT_PROTOTYPES = YES;
  519. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  520. CLANG_WARN_UNREACHABLE_CODE = YES;
  521. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  522. CODE_SIGN_IDENTITY = "-";
  523. COPY_PHASE_STRIP = NO;
  524. DEBUG_INFORMATION_FORMAT = dwarf;
  525. ENABLE_STRICT_OBJC_MSGSEND = YES;
  526. ENABLE_TESTABILITY = YES;
  527. GCC_C_LANGUAGE_STANDARD = gnu99;
  528. GCC_DYNAMIC_NO_PIC = NO;
  529. GCC_NO_COMMON_BLOCKS = YES;
  530. GCC_OPTIMIZATION_LEVEL = 0;
  531. GCC_PREPROCESSOR_DEFINITIONS = (
  532. "DEBUG=1",
  533. "$(inherited)",
  534. );
  535. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  536. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  537. GCC_WARN_UNDECLARED_SELECTOR = YES;
  538. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  539. GCC_WARN_UNUSED_FUNCTION = YES;
  540. GCC_WARN_UNUSED_VARIABLE = YES;
  541. HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/usr/local/include";
  542. MTL_ENABLE_DEBUG_INFO = YES;
  543. ONLY_ACTIVE_ARCH = YES;
  544. SDKROOT = macosx;
  545. USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include";
  546. };
  547. name = Debug;
  548. };
  549. CD3786221CF9F61100BE89B2 /* Release */ = {
  550. isa = XCBuildConfiguration;
  551. buildSettings = {
  552. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  553. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  554. CLANG_CXX_LIBRARY = "libc++";
  555. CLANG_ENABLE_MODULES = YES;
  556. CLANG_ENABLE_OBJC_ARC = YES;
  557. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  558. CLANG_WARN_BOOL_CONVERSION = YES;
  559. CLANG_WARN_COMMA = YES;
  560. CLANG_WARN_CONSTANT_CONVERSION = YES;
  561. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  562. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  563. CLANG_WARN_EMPTY_BODY = YES;
  564. CLANG_WARN_ENUM_CONVERSION = YES;
  565. CLANG_WARN_INFINITE_RECURSION = YES;
  566. CLANG_WARN_INT_CONVERSION = YES;
  567. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  568. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  569. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  570. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  571. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  572. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  573. CLANG_WARN_STRICT_PROTOTYPES = YES;
  574. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  575. CLANG_WARN_UNREACHABLE_CODE = YES;
  576. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  577. CODE_SIGN_IDENTITY = "-";
  578. COPY_PHASE_STRIP = NO;
  579. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  580. ENABLE_NS_ASSERTIONS = NO;
  581. ENABLE_STRICT_OBJC_MSGSEND = YES;
  582. GCC_C_LANGUAGE_STANDARD = gnu99;
  583. GCC_NO_COMMON_BLOCKS = YES;
  584. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  585. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  586. GCC_WARN_UNDECLARED_SELECTOR = YES;
  587. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  588. GCC_WARN_UNUSED_FUNCTION = YES;
  589. GCC_WARN_UNUSED_VARIABLE = YES;
  590. HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/usr/local/include";
  591. MTL_ENABLE_DEBUG_INFO = NO;
  592. SDKROOT = macosx;
  593. USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include";
  594. };
  595. name = Release;
  596. };
  597. CD3786241CF9F61100BE89B2 /* Debug */ = {
  598. isa = XCBuildConfiguration;
  599. buildSettings = {
  600. DYLIB_COMPATIBILITY_VERSION = 1;
  601. DYLIB_CURRENT_VERSION = 1;
  602. EXECUTABLE_PREFIX = lib;
  603. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  604. GCC_ENABLE_CPP_RTTI = YES;
  605. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  606. PRODUCT_NAME = "$(TARGET_NAME)";
  607. };
  608. name = Debug;
  609. };
  610. CD3786251CF9F61100BE89B2 /* Release */ = {
  611. isa = XCBuildConfiguration;
  612. buildSettings = {
  613. DYLIB_COMPATIBILITY_VERSION = 1;
  614. DYLIB_CURRENT_VERSION = 1;
  615. EXECUTABLE_PREFIX = lib;
  616. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  617. GCC_ENABLE_CPP_RTTI = YES;
  618. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  619. PRODUCT_NAME = "$(TARGET_NAME)";
  620. };
  621. name = Release;
  622. };
  623. /* End XCBuildConfiguration section */
  624. /* Begin XCConfigurationList section */
  625. CD1FCFD5227E194D00F9BF93 /* Build configuration list for PBXNativeTarget "math-test" */ = {
  626. isa = XCConfigurationList;
  627. buildConfigurations = (
  628. CD1FCFD6227E194D00F9BF93 /* Debug */,
  629. CD1FCFD7227E194D00F9BF93 /* Release */,
  630. );
  631. defaultConfigurationIsVisible = 0;
  632. defaultConfigurationName = Release;
  633. };
  634. CD3786131CF9F61100BE89B2 /* Build configuration list for PBXProject "math" */ = {
  635. isa = XCConfigurationList;
  636. buildConfigurations = (
  637. CD3786211CF9F61100BE89B2 /* Debug */,
  638. CD3786221CF9F61100BE89B2 /* Release */,
  639. );
  640. defaultConfigurationIsVisible = 0;
  641. defaultConfigurationName = Release;
  642. };
  643. CD3786231CF9F61100BE89B2 /* Build configuration list for PBXNativeTarget "math" */ = {
  644. isa = XCConfigurationList;
  645. buildConfigurations = (
  646. CD3786241CF9F61100BE89B2 /* Debug */,
  647. CD3786251CF9F61100BE89B2 /* Release */,
  648. );
  649. defaultConfigurationIsVisible = 0;
  650. defaultConfigurationName = Release;
  651. };
  652. /* End XCConfigurationList section */
  653. };
  654. rootObject = CD3786101CF9F61100BE89B2 /* Project object */;
  655. }