project.pbxproj 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD38F50D21C83926007A732C /* die.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDED6A3021B2F2DC00AB91D0 /* die.cxx */; };
  10. CD38F50E21C83929007A732C /* roll.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD8F1ABD21B31E9E00CBB3CA /* roll.cxx */; };
  11. CD38F50F21C83936007A732C /* libdice.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CD38F50921C83912007A732C /* libdice.a */; };
  12. CD38F52B21C87771007A732C /* libdice.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CD38F50921C83912007A732C /* libdice.a */; };
  13. CD38F53521C87799007A732C /* parser_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD38F53421C87799007A732C /* parser_test.cxx */; };
  14. CD38F53721C89493007A732C /* exception.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD38F53621C89493007A732C /* exception.cxx */; };
  15. CD38F53921C922E2007A732C /* roll_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD38F53821C922E2007A732C /* roll_test.cxx */; };
  16. CD38F53B21C928B4007A732C /* exception_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD38F53A21C928B4007A732C /* exception_test.cxx */; };
  17. CD38F54F21C945C2007A732C /* terminal_helper.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD38F54E21C945C2007A732C /* terminal_helper.cxx */; };
  18. CD38F55721C9482A007A732C /* main.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD38F55621C9482A007A732C /* main.cxx */; };
  19. CD38F56221C94872007A732C /* terminal_helper.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD38F54E21C945C2007A732C /* terminal_helper.cxx */; };
  20. CD38F56521C94A00007A732C /* libdice.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CD38F50921C83912007A732C /* libdice.a */; };
  21. CD5B3FD229D8ED5D0028CD41 /* libshared_random_generator.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CD5B3F6B29D8EBD90028CD41 /* libshared_random_generator.a */; };
  22. CDC7489B25312DD6008D9D1D /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDC7489425312DBF008D9D1D /* GoogleMock.framework */; };
  23. CDED6A2721B2F28A00AB91D0 /* main.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDED6A2621B2F28A00AB91D0 /* main.cxx */; };
  24. CDEE78F725B336B000F195F9 /* parser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDEE78F625B336B000F195F9 /* parser.cxx */; };
  25. CDEE790225B336EC00F195F9 /* io.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDEE790125B336EC00F195F9 /* io.cxx */; };
  26. CDEE7A6B25B34DAA00F195F9 /* die_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDEE7A6A25B34DAA00F195F9 /* die_test.cxx */; };
  27. CDEE7A7525B35EEC00F195F9 /* io_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDEE7A7425B35EEC00F195F9 /* io_test.cxx */; };
  28. /* End PBXBuildFile section */
  29. /* Begin PBXContainerItemProxy section */
  30. CD38F51021C83950007A732C /* PBXContainerItemProxy */ = {
  31. isa = PBXContainerItemProxy;
  32. containerPortal = CDED6A1B21B2F28A00AB91D0 /* Project object */;
  33. proxyType = 1;
  34. remoteGlobalIDString = CD38F50821C83912007A732C;
  35. remoteInfo = dice;
  36. };
  37. CD38F52C21C87771007A732C /* PBXContainerItemProxy */ = {
  38. isa = PBXContainerItemProxy;
  39. containerPortal = CDED6A1B21B2F28A00AB91D0 /* Project object */;
  40. proxyType = 1;
  41. remoteGlobalIDString = CD38F50821C83912007A732C;
  42. remoteInfo = dice;
  43. };
  44. CD38F56321C949FB007A732C /* PBXContainerItemProxy */ = {
  45. isa = PBXContainerItemProxy;
  46. containerPortal = CDED6A1B21B2F28A00AB91D0 /* Project object */;
  47. proxyType = 1;
  48. remoteGlobalIDString = CD38F50821C83912007A732C;
  49. remoteInfo = dice;
  50. };
  51. CD5B3F5429D8EBD10028CD41 /* PBXContainerItemProxy */ = {
  52. isa = PBXContainerItemProxy;
  53. containerPortal = CD5B3F4E29D8EBD10028CD41 /* scope_guard.xcodeproj */;
  54. proxyType = 2;
  55. remoteGlobalIDString = CDD215D129CCFA1E00A4582C;
  56. remoteInfo = scope_guard;
  57. };
  58. CD5B3F5629D8EBD10028CD41 /* PBXContainerItemProxy */ = {
  59. isa = PBXContainerItemProxy;
  60. containerPortal = CD5B3F4E29D8EBD10028CD41 /* scope_guard.xcodeproj */;
  61. proxyType = 2;
  62. remoteGlobalIDString = CDD215EA29CCFA5000A4582C;
  63. remoteInfo = "scope_guard-test";
  64. };
  65. CD5B3F5E29D8EBD50028CD41 /* PBXContainerItemProxy */ = {
  66. isa = PBXContainerItemProxy;
  67. containerPortal = CD5B3F5829D8EBD50028CD41 /* expect.xcodeproj */;
  68. proxyType = 2;
  69. remoteGlobalIDString = CDD476BD29C5423B00BDB829;
  70. remoteInfo = expect;
  71. };
  72. CD5B3F6029D8EBD50028CD41 /* PBXContainerItemProxy */ = {
  73. isa = PBXContainerItemProxy;
  74. containerPortal = CD5B3F5829D8EBD50028CD41 /* expect.xcodeproj */;
  75. proxyType = 2;
  76. remoteGlobalIDString = CDEC1E8A235248390091D9F2;
  77. remoteInfo = "expect-test";
  78. };
  79. CD5B3F6A29D8EBD90028CD41 /* PBXContainerItemProxy */ = {
  80. isa = PBXContainerItemProxy;
  81. containerPortal = CD5B3F6229D8EBD90028CD41 /* shared_random_generator.xcodeproj */;
  82. proxyType = 2;
  83. remoteGlobalIDString = CDED6A4221B2F5A700AB91D0;
  84. remoteInfo = shared_random_generator;
  85. };
  86. CD5B3F6C29D8EBD90028CD41 /* PBXContainerItemProxy */ = {
  87. isa = PBXContainerItemProxy;
  88. containerPortal = CD5B3F6229D8EBD90028CD41 /* shared_random_generator.xcodeproj */;
  89. proxyType = 2;
  90. remoteGlobalIDString = CD89E51324E6F3FD008167A8;
  91. remoteInfo = "shared_random_generator-test";
  92. };
  93. CD5B3F6E29D8EBF00028CD41 /* PBXContainerItemProxy */ = {
  94. isa = PBXContainerItemProxy;
  95. containerPortal = CD5B3F5829D8EBD50028CD41 /* expect.xcodeproj */;
  96. proxyType = 1;
  97. remoteGlobalIDString = CDD476BC29C5423B00BDB829;
  98. remoteInfo = expect;
  99. };
  100. CD5B3F7029D8EBF00028CD41 /* PBXContainerItemProxy */ = {
  101. isa = PBXContainerItemProxy;
  102. containerPortal = CD5B3F4E29D8EBD10028CD41 /* scope_guard.xcodeproj */;
  103. proxyType = 1;
  104. remoteGlobalIDString = CDD215D029CCFA1E00A4582C;
  105. remoteInfo = scope_guard;
  106. };
  107. CD5B3F7229D8EBF00028CD41 /* PBXContainerItemProxy */ = {
  108. isa = PBXContainerItemProxy;
  109. containerPortal = CD5B3F6229D8EBD90028CD41 /* shared_random_generator.xcodeproj */;
  110. proxyType = 1;
  111. remoteGlobalIDString = CDED6A4121B2F5A700AB91D0;
  112. remoteInfo = shared_random_generator;
  113. };
  114. CDC7489325312DBF008D9D1D /* PBXContainerItemProxy */ = {
  115. isa = PBXContainerItemProxy;
  116. containerPortal = CDC7488C25312DBF008D9D1D /* GoogleMock.xcodeproj */;
  117. proxyType = 2;
  118. remoteGlobalIDString = 05818F861A685AEA0072A469;
  119. remoteInfo = GoogleMock;
  120. };
  121. CDC7489525312DBF008D9D1D /* PBXContainerItemProxy */ = {
  122. isa = PBXContainerItemProxy;
  123. containerPortal = CDC7488C25312DBF008D9D1D /* GoogleMock.xcodeproj */;
  124. proxyType = 2;
  125. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  126. remoteInfo = gmock;
  127. };
  128. CDC7489725312DBF008D9D1D /* PBXContainerItemProxy */ = {
  129. isa = PBXContainerItemProxy;
  130. containerPortal = CDC7488C25312DBF008D9D1D /* GoogleMock.xcodeproj */;
  131. proxyType = 2;
  132. remoteGlobalIDString = 05E96B1F1A68634900204102;
  133. remoteInfo = gtest;
  134. };
  135. CDC7489925312DBF008D9D1D /* PBXContainerItemProxy */ = {
  136. isa = PBXContainerItemProxy;
  137. containerPortal = CDC7488C25312DBF008D9D1D /* GoogleMock.xcodeproj */;
  138. proxyType = 2;
  139. remoteGlobalIDString = 05818F901A685AEA0072A469;
  140. remoteInfo = GoogleMockTests;
  141. };
  142. /* End PBXContainerItemProxy section */
  143. /* Begin PBXCopyFilesBuildPhase section */
  144. CD38F55221C9482A007A732C /* CopyFiles */ = {
  145. isa = PBXCopyFilesBuildPhase;
  146. buildActionMask = 2147483647;
  147. dstPath = /usr/share/man/man1/;
  148. dstSubfolderSpec = 0;
  149. files = (
  150. );
  151. runOnlyForDeploymentPostprocessing = 1;
  152. };
  153. CDED6A2121B2F28A00AB91D0 /* CopyFiles */ = {
  154. isa = PBXCopyFilesBuildPhase;
  155. buildActionMask = 2147483647;
  156. dstPath = /usr/share/man/man1/;
  157. dstSubfolderSpec = 0;
  158. files = (
  159. );
  160. runOnlyForDeploymentPostprocessing = 1;
  161. };
  162. /* End PBXCopyFilesBuildPhase section */
  163. /* Begin PBXFileReference section */
  164. CD38F50921C83912007A732C /* libdice.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libdice.a; sourceTree = BUILT_PRODUCTS_DIR; };
  165. CD38F52621C87771007A732C /* dice-td.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "dice-td.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  166. CD38F52A21C87771007A732C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  167. CD38F53421C87799007A732C /* parser_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = parser_test.cxx; sourceTree = "<group>"; };
  168. CD38F53621C89493007A732C /* exception.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception.cxx; sourceTree = "<group>"; };
  169. CD38F53821C922E2007A732C /* roll_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = roll_test.cxx; sourceTree = "<group>"; };
  170. CD38F53A21C928B4007A732C /* exception_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception_test.cxx; sourceTree = "<group>"; };
  171. CD38F54E21C945C2007A732C /* terminal_helper.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = terminal_helper.cxx; sourceTree = "<group>"; };
  172. CD38F55421C9482A007A732C /* stateful_dice */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = stateful_dice; sourceTree = BUILT_PRODUCTS_DIR; };
  173. CD38F55621C9482A007A732C /* main.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cxx; sourceTree = "<group>"; };
  174. CD5B3F4E29D8EBD10028CD41 /* scope_guard.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = scope_guard.xcodeproj; path = external/scope_guard/scope_guard.xcodeproj; sourceTree = "<group>"; };
  175. CD5B3F5829D8EBD50028CD41 /* expect.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = expect.xcodeproj; path = external/expect/expect.xcodeproj; sourceTree = "<group>"; };
  176. CD5B3F6229D8EBD90028CD41 /* shared_random_generator.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = shared_random_generator.xcodeproj; path = external/shared_random_generator/shared_random_generator.xcodeproj; sourceTree = "<group>"; };
  177. CD8F1ABD21B31E9E00CBB3CA /* roll.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = roll.cxx; sourceTree = "<group>"; };
  178. CDC7488C25312DBF008D9D1D /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  179. CDED6A2321B2F28A00AB91D0 /* simple_dice */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = simple_dice; sourceTree = BUILT_PRODUCTS_DIR; };
  180. CDED6A2621B2F28A00AB91D0 /* main.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cxx; sourceTree = "<group>"; };
  181. CDED6A3021B2F2DC00AB91D0 /* die.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = die.cxx; sourceTree = "<group>"; };
  182. CDED6A6021B2F89900AB91D0 /* libshared_random_generator.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libshared_random_generator.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  183. CDEE78D225B333A700F195F9 /* dice-roll */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "dice-roll"; path = "include/dice-roll"; sourceTree = "<group>"; };
  184. CDEE78ED25B3350B00F195F9 /* xcode_gtest_helper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xcode_gtest_helper.h; sourceTree = "<group>"; };
  185. CDEE78F625B336B000F195F9 /* parser.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = parser.cxx; sourceTree = "<group>"; };
  186. CDEE790125B336EC00F195F9 /* io.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = io.cxx; sourceTree = "<group>"; };
  187. CDEE7A5925B3437D00F195F9 /* terminal_helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = terminal_helper.h; sourceTree = "<group>"; };
  188. CDEE7A6A25B34DAA00F195F9 /* die_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = die_test.cxx; sourceTree = "<group>"; };
  189. CDEE7A7425B35EEC00F195F9 /* io_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = io_test.cxx; sourceTree = "<group>"; };
  190. /* End PBXFileReference section */
  191. /* Begin PBXFrameworksBuildPhase section */
  192. CD38F50721C83912007A732C /* Frameworks */ = {
  193. isa = PBXFrameworksBuildPhase;
  194. buildActionMask = 2147483647;
  195. files = (
  196. CD5B3FD229D8ED5D0028CD41 /* libshared_random_generator.a in Frameworks */,
  197. );
  198. runOnlyForDeploymentPostprocessing = 0;
  199. };
  200. CD38F52321C87771007A732C /* Frameworks */ = {
  201. isa = PBXFrameworksBuildPhase;
  202. buildActionMask = 2147483647;
  203. files = (
  204. CDC7489B25312DD6008D9D1D /* GoogleMock.framework in Frameworks */,
  205. CD38F52B21C87771007A732C /* libdice.a in Frameworks */,
  206. );
  207. runOnlyForDeploymentPostprocessing = 0;
  208. };
  209. CD38F55121C9482A007A732C /* Frameworks */ = {
  210. isa = PBXFrameworksBuildPhase;
  211. buildActionMask = 2147483647;
  212. files = (
  213. CD38F56521C94A00007A732C /* libdice.a in Frameworks */,
  214. );
  215. runOnlyForDeploymentPostprocessing = 0;
  216. };
  217. CDED6A2021B2F28A00AB91D0 /* Frameworks */ = {
  218. isa = PBXFrameworksBuildPhase;
  219. buildActionMask = 2147483647;
  220. files = (
  221. CD38F50F21C83936007A732C /* libdice.a in Frameworks */,
  222. );
  223. runOnlyForDeploymentPostprocessing = 0;
  224. };
  225. /* End PBXFrameworksBuildPhase section */
  226. /* Begin PBXGroup section */
  227. CD38F52721C87771007A732C /* dice-td */ = {
  228. isa = PBXGroup;
  229. children = (
  230. CD38F52A21C87771007A732C /* Info.plist */,
  231. );
  232. path = "dice-td";
  233. sourceTree = "<group>";
  234. };
  235. CD38F55521C9482A007A732C /* stateful_dice */ = {
  236. isa = PBXGroup;
  237. children = (
  238. CD38F55621C9482A007A732C /* main.cxx */,
  239. );
  240. path = stateful_dice;
  241. sourceTree = "<group>";
  242. };
  243. CD38F55E21C9485F007A732C /* simple_dice */ = {
  244. isa = PBXGroup;
  245. children = (
  246. CDED6A2621B2F28A00AB91D0 /* main.cxx */,
  247. );
  248. path = simple_dice;
  249. sourceTree = "<group>";
  250. };
  251. CD5B3F4F29D8EBD10028CD41 /* Products */ = {
  252. isa = PBXGroup;
  253. children = (
  254. CD5B3F5529D8EBD10028CD41 /* libscope_guard.a */,
  255. CD5B3F5729D8EBD10028CD41 /* scope_guard-test.xctest */,
  256. );
  257. name = Products;
  258. sourceTree = "<group>";
  259. };
  260. CD5B3F5929D8EBD50028CD41 /* Products */ = {
  261. isa = PBXGroup;
  262. children = (
  263. CD5B3F5F29D8EBD50028CD41 /* libexpect.a */,
  264. CD5B3F6129D8EBD50028CD41 /* expect-test.xctest */,
  265. );
  266. name = Products;
  267. sourceTree = "<group>";
  268. };
  269. CD5B3F6329D8EBD90028CD41 /* Products */ = {
  270. isa = PBXGroup;
  271. children = (
  272. CD5B3F6B29D8EBD90028CD41 /* libshared_random_generator.a */,
  273. CD5B3F6D29D8EBD90028CD41 /* shared_random_generator-test.xctest */,
  274. );
  275. name = Products;
  276. sourceTree = "<group>";
  277. };
  278. CDC7488D25312DBF008D9D1D /* Products */ = {
  279. isa = PBXGroup;
  280. children = (
  281. CDC7489425312DBF008D9D1D /* GoogleMock.framework */,
  282. CDC7489625312DBF008D9D1D /* gmock.framework */,
  283. CDC7489825312DBF008D9D1D /* gtest.framework */,
  284. CDC7489A25312DBF008D9D1D /* GoogleMockTests.xctest */,
  285. );
  286. name = Products;
  287. sourceTree = "<group>";
  288. };
  289. CDED6A1A21B2F28A00AB91D0 = {
  290. isa = PBXGroup;
  291. children = (
  292. CDC7488C25312DBF008D9D1D /* GoogleMock.xcodeproj */,
  293. CD5B3F5829D8EBD50028CD41 /* expect.xcodeproj */,
  294. CD5B3F4E29D8EBD10028CD41 /* scope_guard.xcodeproj */,
  295. CD5B3F6229D8EBD90028CD41 /* shared_random_generator.xcodeproj */,
  296. CDEE78D225B333A700F195F9 /* dice-roll */,
  297. CDED6A2D21B2F2B200AB91D0 /* test */,
  298. CDED6A2521B2F28A00AB91D0 /* src */,
  299. CD38F52721C87771007A732C /* dice-td */,
  300. CD38F55E21C9485F007A732C /* simple_dice */,
  301. CD38F55521C9482A007A732C /* stateful_dice */,
  302. CDED6A2421B2F28A00AB91D0 /* Products */,
  303. CDED6A5F21B2F89900AB91D0 /* Frameworks */,
  304. );
  305. sourceTree = "<group>";
  306. };
  307. CDED6A2421B2F28A00AB91D0 /* Products */ = {
  308. isa = PBXGroup;
  309. children = (
  310. CDED6A2321B2F28A00AB91D0 /* simple_dice */,
  311. CD38F50921C83912007A732C /* libdice.a */,
  312. CD38F52621C87771007A732C /* dice-td.xctest */,
  313. CD38F55421C9482A007A732C /* stateful_dice */,
  314. );
  315. name = Products;
  316. sourceTree = "<group>";
  317. };
  318. CDED6A2521B2F28A00AB91D0 /* src */ = {
  319. isa = PBXGroup;
  320. children = (
  321. CDEE7A5925B3437D00F195F9 /* terminal_helper.h */,
  322. CD38F54E21C945C2007A732C /* terminal_helper.cxx */,
  323. CDED6A3021B2F2DC00AB91D0 /* die.cxx */,
  324. CDEE78F625B336B000F195F9 /* parser.cxx */,
  325. CDEE790125B336EC00F195F9 /* io.cxx */,
  326. CD38F53621C89493007A732C /* exception.cxx */,
  327. CD8F1ABD21B31E9E00CBB3CA /* roll.cxx */,
  328. );
  329. path = src;
  330. sourceTree = "<group>";
  331. };
  332. CDED6A2D21B2F2B200AB91D0 /* test */ = {
  333. isa = PBXGroup;
  334. children = (
  335. CD38F53421C87799007A732C /* parser_test.cxx */,
  336. CDEE7A6A25B34DAA00F195F9 /* die_test.cxx */,
  337. CD38F53821C922E2007A732C /* roll_test.cxx */,
  338. CDEE7A7425B35EEC00F195F9 /* io_test.cxx */,
  339. CD38F53A21C928B4007A732C /* exception_test.cxx */,
  340. CDEE78ED25B3350B00F195F9 /* xcode_gtest_helper.h */,
  341. );
  342. path = test;
  343. sourceTree = "<group>";
  344. };
  345. CDED6A5F21B2F89900AB91D0 /* Frameworks */ = {
  346. isa = PBXGroup;
  347. children = (
  348. CDED6A6021B2F89900AB91D0 /* libshared_random_generator.dylib */,
  349. );
  350. name = Frameworks;
  351. sourceTree = "<group>";
  352. };
  353. /* End PBXGroup section */
  354. /* Begin PBXHeadersBuildPhase section */
  355. CD38F50521C83912007A732C /* Headers */ = {
  356. isa = PBXHeadersBuildPhase;
  357. buildActionMask = 2147483647;
  358. files = (
  359. );
  360. runOnlyForDeploymentPostprocessing = 0;
  361. };
  362. /* End PBXHeadersBuildPhase section */
  363. /* Begin PBXNativeTarget section */
  364. CD38F50821C83912007A732C /* dice */ = {
  365. isa = PBXNativeTarget;
  366. buildConfigurationList = CD38F50A21C83912007A732C /* Build configuration list for PBXNativeTarget "dice" */;
  367. buildPhases = (
  368. CD38F50521C83912007A732C /* Headers */,
  369. CD38F50621C83912007A732C /* Sources */,
  370. CD38F50721C83912007A732C /* Frameworks */,
  371. );
  372. buildRules = (
  373. );
  374. dependencies = (
  375. CD5B3F6F29D8EBF00028CD41 /* PBXTargetDependency */,
  376. CD5B3F7129D8EBF00028CD41 /* PBXTargetDependency */,
  377. CD5B3F7329D8EBF00028CD41 /* PBXTargetDependency */,
  378. );
  379. name = dice;
  380. productName = dice;
  381. productReference = CD38F50921C83912007A732C /* libdice.a */;
  382. productType = "com.apple.product-type.library.static";
  383. };
  384. CD38F52521C87771007A732C /* dice-td */ = {
  385. isa = PBXNativeTarget;
  386. buildConfigurationList = CD38F52E21C87771007A732C /* Build configuration list for PBXNativeTarget "dice-td" */;
  387. buildPhases = (
  388. CD38F52221C87771007A732C /* Sources */,
  389. CD38F52321C87771007A732C /* Frameworks */,
  390. CD38F52421C87771007A732C /* Resources */,
  391. );
  392. buildRules = (
  393. );
  394. dependencies = (
  395. CD38F52D21C87771007A732C /* PBXTargetDependency */,
  396. );
  397. name = "dice-td";
  398. productName = "dice-td";
  399. productReference = CD38F52621C87771007A732C /* dice-td.xctest */;
  400. productType = "com.apple.product-type.bundle.unit-test";
  401. };
  402. CD38F55321C9482A007A732C /* stateful_dice */ = {
  403. isa = PBXNativeTarget;
  404. buildConfigurationList = CD38F55821C9482A007A732C /* Build configuration list for PBXNativeTarget "stateful_dice" */;
  405. buildPhases = (
  406. CD38F55021C9482A007A732C /* Sources */,
  407. CD38F55121C9482A007A732C /* Frameworks */,
  408. CD38F55221C9482A007A732C /* CopyFiles */,
  409. );
  410. buildRules = (
  411. );
  412. dependencies = (
  413. CD38F56421C949FB007A732C /* PBXTargetDependency */,
  414. );
  415. name = stateful_dice;
  416. productName = stateful_dice;
  417. productReference = CD38F55421C9482A007A732C /* stateful_dice */;
  418. productType = "com.apple.product-type.tool";
  419. };
  420. CDED6A2221B2F28A00AB91D0 /* simple_dice */ = {
  421. isa = PBXNativeTarget;
  422. buildConfigurationList = CDED6A2A21B2F28A00AB91D0 /* Build configuration list for PBXNativeTarget "simple_dice" */;
  423. buildPhases = (
  424. CDED6A1F21B2F28A00AB91D0 /* Sources */,
  425. CDED6A2021B2F28A00AB91D0 /* Frameworks */,
  426. CDED6A2121B2F28A00AB91D0 /* CopyFiles */,
  427. );
  428. buildRules = (
  429. );
  430. dependencies = (
  431. CD38F51121C83950007A732C /* PBXTargetDependency */,
  432. );
  433. name = simple_dice;
  434. productName = "dice-roll";
  435. productReference = CDED6A2321B2F28A00AB91D0 /* simple_dice */;
  436. productType = "com.apple.product-type.tool";
  437. };
  438. /* End PBXNativeTarget section */
  439. /* Begin PBXProject section */
  440. CDED6A1B21B2F28A00AB91D0 /* Project object */ = {
  441. isa = PBXProject;
  442. attributes = {
  443. LastUpgradeCheck = 1230;
  444. ORGANIZATIONNAME = "Sam Jaffe";
  445. TargetAttributes = {
  446. CD38F50821C83912007A732C = {
  447. CreatedOnToolsVersion = 10.1;
  448. };
  449. CD38F52521C87771007A732C = {
  450. CreatedOnToolsVersion = 10.1;
  451. };
  452. CD38F55321C9482A007A732C = {
  453. CreatedOnToolsVersion = 10.1;
  454. };
  455. CDED6A2221B2F28A00AB91D0 = {
  456. CreatedOnToolsVersion = 10.1;
  457. };
  458. };
  459. };
  460. buildConfigurationList = CDED6A1E21B2F28A00AB91D0 /* Build configuration list for PBXProject "dice-roll" */;
  461. compatibilityVersion = "Xcode 9.3";
  462. developmentRegion = en;
  463. hasScannedForEncodings = 0;
  464. knownRegions = (
  465. en,
  466. Base,
  467. );
  468. mainGroup = CDED6A1A21B2F28A00AB91D0;
  469. productRefGroup = CDED6A2421B2F28A00AB91D0 /* Products */;
  470. projectDirPath = "";
  471. projectReferences = (
  472. {
  473. ProductGroup = CD5B3F5929D8EBD50028CD41 /* Products */;
  474. ProjectRef = CD5B3F5829D8EBD50028CD41 /* expect.xcodeproj */;
  475. },
  476. {
  477. ProductGroup = CDC7488D25312DBF008D9D1D /* Products */;
  478. ProjectRef = CDC7488C25312DBF008D9D1D /* GoogleMock.xcodeproj */;
  479. },
  480. {
  481. ProductGroup = CD5B3F4F29D8EBD10028CD41 /* Products */;
  482. ProjectRef = CD5B3F4E29D8EBD10028CD41 /* scope_guard.xcodeproj */;
  483. },
  484. {
  485. ProductGroup = CD5B3F6329D8EBD90028CD41 /* Products */;
  486. ProjectRef = CD5B3F6229D8EBD90028CD41 /* shared_random_generator.xcodeproj */;
  487. },
  488. );
  489. projectRoot = "";
  490. targets = (
  491. CDED6A2221B2F28A00AB91D0 /* simple_dice */,
  492. CD38F50821C83912007A732C /* dice */,
  493. CD38F52521C87771007A732C /* dice-td */,
  494. CD38F55321C9482A007A732C /* stateful_dice */,
  495. );
  496. };
  497. /* End PBXProject section */
  498. /* Begin PBXReferenceProxy section */
  499. CD5B3F5529D8EBD10028CD41 /* libscope_guard.a */ = {
  500. isa = PBXReferenceProxy;
  501. fileType = archive.ar;
  502. path = libscope_guard.a;
  503. remoteRef = CD5B3F5429D8EBD10028CD41 /* PBXContainerItemProxy */;
  504. sourceTree = BUILT_PRODUCTS_DIR;
  505. };
  506. CD5B3F5729D8EBD10028CD41 /* scope_guard-test.xctest */ = {
  507. isa = PBXReferenceProxy;
  508. fileType = wrapper.cfbundle;
  509. path = "scope_guard-test.xctest";
  510. remoteRef = CD5B3F5629D8EBD10028CD41 /* PBXContainerItemProxy */;
  511. sourceTree = BUILT_PRODUCTS_DIR;
  512. };
  513. CD5B3F5F29D8EBD50028CD41 /* libexpect.a */ = {
  514. isa = PBXReferenceProxy;
  515. fileType = archive.ar;
  516. path = libexpect.a;
  517. remoteRef = CD5B3F5E29D8EBD50028CD41 /* PBXContainerItemProxy */;
  518. sourceTree = BUILT_PRODUCTS_DIR;
  519. };
  520. CD5B3F6129D8EBD50028CD41 /* expect-test.xctest */ = {
  521. isa = PBXReferenceProxy;
  522. fileType = wrapper.cfbundle;
  523. path = "expect-test.xctest";
  524. remoteRef = CD5B3F6029D8EBD50028CD41 /* PBXContainerItemProxy */;
  525. sourceTree = BUILT_PRODUCTS_DIR;
  526. };
  527. CD5B3F6B29D8EBD90028CD41 /* libshared_random_generator.a */ = {
  528. isa = PBXReferenceProxy;
  529. fileType = "compiled.mach-o.dylib";
  530. path = libshared_random_generator.a;
  531. remoteRef = CD5B3F6A29D8EBD90028CD41 /* PBXContainerItemProxy */;
  532. sourceTree = BUILT_PRODUCTS_DIR;
  533. };
  534. CD5B3F6D29D8EBD90028CD41 /* shared_random_generator-test.xctest */ = {
  535. isa = PBXReferenceProxy;
  536. fileType = wrapper.cfbundle;
  537. path = "shared_random_generator-test.xctest";
  538. remoteRef = CD5B3F6C29D8EBD90028CD41 /* PBXContainerItemProxy */;
  539. sourceTree = BUILT_PRODUCTS_DIR;
  540. };
  541. CDC7489425312DBF008D9D1D /* GoogleMock.framework */ = {
  542. isa = PBXReferenceProxy;
  543. fileType = wrapper.framework;
  544. path = GoogleMock.framework;
  545. remoteRef = CDC7489325312DBF008D9D1D /* PBXContainerItemProxy */;
  546. sourceTree = BUILT_PRODUCTS_DIR;
  547. };
  548. CDC7489625312DBF008D9D1D /* gmock.framework */ = {
  549. isa = PBXReferenceProxy;
  550. fileType = wrapper.framework;
  551. path = gmock.framework;
  552. remoteRef = CDC7489525312DBF008D9D1D /* PBXContainerItemProxy */;
  553. sourceTree = BUILT_PRODUCTS_DIR;
  554. };
  555. CDC7489825312DBF008D9D1D /* gtest.framework */ = {
  556. isa = PBXReferenceProxy;
  557. fileType = wrapper.framework;
  558. path = gtest.framework;
  559. remoteRef = CDC7489725312DBF008D9D1D /* PBXContainerItemProxy */;
  560. sourceTree = BUILT_PRODUCTS_DIR;
  561. };
  562. CDC7489A25312DBF008D9D1D /* GoogleMockTests.xctest */ = {
  563. isa = PBXReferenceProxy;
  564. fileType = wrapper.cfbundle;
  565. path = GoogleMockTests.xctest;
  566. remoteRef = CDC7489925312DBF008D9D1D /* PBXContainerItemProxy */;
  567. sourceTree = BUILT_PRODUCTS_DIR;
  568. };
  569. /* End PBXReferenceProxy section */
  570. /* Begin PBXResourcesBuildPhase section */
  571. CD38F52421C87771007A732C /* Resources */ = {
  572. isa = PBXResourcesBuildPhase;
  573. buildActionMask = 2147483647;
  574. files = (
  575. );
  576. runOnlyForDeploymentPostprocessing = 0;
  577. };
  578. /* End PBXResourcesBuildPhase section */
  579. /* Begin PBXSourcesBuildPhase section */
  580. CD38F50621C83912007A732C /* Sources */ = {
  581. isa = PBXSourcesBuildPhase;
  582. buildActionMask = 2147483647;
  583. files = (
  584. CDEE790225B336EC00F195F9 /* io.cxx in Sources */,
  585. CDEE78F725B336B000F195F9 /* parser.cxx in Sources */,
  586. CD38F50E21C83929007A732C /* roll.cxx in Sources */,
  587. CD38F50D21C83926007A732C /* die.cxx in Sources */,
  588. CD38F53721C89493007A732C /* exception.cxx in Sources */,
  589. );
  590. runOnlyForDeploymentPostprocessing = 0;
  591. };
  592. CD38F52221C87771007A732C /* Sources */ = {
  593. isa = PBXSourcesBuildPhase;
  594. buildActionMask = 2147483647;
  595. files = (
  596. CD38F53B21C928B4007A732C /* exception_test.cxx in Sources */,
  597. CD38F53921C922E2007A732C /* roll_test.cxx in Sources */,
  598. CDEE7A6B25B34DAA00F195F9 /* die_test.cxx in Sources */,
  599. CDEE7A7525B35EEC00F195F9 /* io_test.cxx in Sources */,
  600. CD38F53521C87799007A732C /* parser_test.cxx in Sources */,
  601. );
  602. runOnlyForDeploymentPostprocessing = 0;
  603. };
  604. CD38F55021C9482A007A732C /* Sources */ = {
  605. isa = PBXSourcesBuildPhase;
  606. buildActionMask = 2147483647;
  607. files = (
  608. CD38F55721C9482A007A732C /* main.cxx in Sources */,
  609. CD38F56221C94872007A732C /* terminal_helper.cxx in Sources */,
  610. );
  611. runOnlyForDeploymentPostprocessing = 0;
  612. };
  613. CDED6A1F21B2F28A00AB91D0 /* Sources */ = {
  614. isa = PBXSourcesBuildPhase;
  615. buildActionMask = 2147483647;
  616. files = (
  617. CDED6A2721B2F28A00AB91D0 /* main.cxx in Sources */,
  618. CD38F54F21C945C2007A732C /* terminal_helper.cxx in Sources */,
  619. );
  620. runOnlyForDeploymentPostprocessing = 0;
  621. };
  622. /* End PBXSourcesBuildPhase section */
  623. /* Begin PBXTargetDependency section */
  624. CD38F51121C83950007A732C /* PBXTargetDependency */ = {
  625. isa = PBXTargetDependency;
  626. target = CD38F50821C83912007A732C /* dice */;
  627. targetProxy = CD38F51021C83950007A732C /* PBXContainerItemProxy */;
  628. };
  629. CD38F52D21C87771007A732C /* PBXTargetDependency */ = {
  630. isa = PBXTargetDependency;
  631. target = CD38F50821C83912007A732C /* dice */;
  632. targetProxy = CD38F52C21C87771007A732C /* PBXContainerItemProxy */;
  633. };
  634. CD38F56421C949FB007A732C /* PBXTargetDependency */ = {
  635. isa = PBXTargetDependency;
  636. target = CD38F50821C83912007A732C /* dice */;
  637. targetProxy = CD38F56321C949FB007A732C /* PBXContainerItemProxy */;
  638. };
  639. CD5B3F6F29D8EBF00028CD41 /* PBXTargetDependency */ = {
  640. isa = PBXTargetDependency;
  641. name = expect;
  642. targetProxy = CD5B3F6E29D8EBF00028CD41 /* PBXContainerItemProxy */;
  643. };
  644. CD5B3F7129D8EBF00028CD41 /* PBXTargetDependency */ = {
  645. isa = PBXTargetDependency;
  646. name = scope_guard;
  647. targetProxy = CD5B3F7029D8EBF00028CD41 /* PBXContainerItemProxy */;
  648. };
  649. CD5B3F7329D8EBF00028CD41 /* PBXTargetDependency */ = {
  650. isa = PBXTargetDependency;
  651. name = shared_random_generator;
  652. targetProxy = CD5B3F7229D8EBF00028CD41 /* PBXContainerItemProxy */;
  653. };
  654. /* End PBXTargetDependency section */
  655. /* Begin XCBuildConfiguration section */
  656. CD38F50B21C83912007A732C /* Debug */ = {
  657. isa = XCBuildConfiguration;
  658. buildSettings = {
  659. CODE_SIGN_STYLE = Automatic;
  660. DYLIB_COMPATIBILITY_VERSION = 1;
  661. DYLIB_CURRENT_VERSION = 1;
  662. EXECUTABLE_PREFIX = lib;
  663. PRODUCT_NAME = "$(TARGET_NAME)";
  664. SKIP_INSTALL = YES;
  665. };
  666. name = Debug;
  667. };
  668. CD38F50C21C83912007A732C /* Release */ = {
  669. isa = XCBuildConfiguration;
  670. buildSettings = {
  671. CODE_SIGN_STYLE = Automatic;
  672. DYLIB_COMPATIBILITY_VERSION = 1;
  673. DYLIB_CURRENT_VERSION = 1;
  674. EXECUTABLE_PREFIX = lib;
  675. PRODUCT_NAME = "$(TARGET_NAME)";
  676. SKIP_INSTALL = YES;
  677. };
  678. name = Release;
  679. };
  680. CD38F52F21C87771007A732C /* Debug */ = {
  681. isa = XCBuildConfiguration;
  682. buildSettings = {
  683. CODE_SIGN_STYLE = Automatic;
  684. COMBINE_HIDPI_IMAGES = YES;
  685. INFOPLIST_FILE = "dice-td/Info.plist";
  686. LD_RUNPATH_SEARCH_PATHS = (
  687. "$(inherited)",
  688. "@executable_path/../Frameworks",
  689. "@loader_path/../Frameworks",
  690. );
  691. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.dice-td";
  692. PRODUCT_NAME = "$(TARGET_NAME)";
  693. };
  694. name = Debug;
  695. };
  696. CD38F53021C87771007A732C /* Release */ = {
  697. isa = XCBuildConfiguration;
  698. buildSettings = {
  699. CODE_SIGN_STYLE = Automatic;
  700. COMBINE_HIDPI_IMAGES = YES;
  701. INFOPLIST_FILE = "dice-td/Info.plist";
  702. LD_RUNPATH_SEARCH_PATHS = (
  703. "$(inherited)",
  704. "@executable_path/../Frameworks",
  705. "@loader_path/../Frameworks",
  706. );
  707. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.dice-td";
  708. PRODUCT_NAME = "$(TARGET_NAME)";
  709. };
  710. name = Release;
  711. };
  712. CD38F55921C9482A007A732C /* Debug */ = {
  713. isa = XCBuildConfiguration;
  714. buildSettings = {
  715. CODE_SIGN_IDENTITY = "-";
  716. CODE_SIGN_STYLE = Automatic;
  717. PRODUCT_NAME = "$(TARGET_NAME)";
  718. USER_HEADER_SEARCH_PATHS = (
  719. "$(PROJECT_DIR)/include/",
  720. "$(PROJECT_DIR)/src/",
  721. );
  722. };
  723. name = Debug;
  724. };
  725. CD38F55A21C9482A007A732C /* Release */ = {
  726. isa = XCBuildConfiguration;
  727. buildSettings = {
  728. CODE_SIGN_IDENTITY = "-";
  729. CODE_SIGN_STYLE = Automatic;
  730. PRODUCT_NAME = "$(TARGET_NAME)";
  731. USER_HEADER_SEARCH_PATHS = (
  732. "$(PROJECT_DIR)/include/",
  733. "$(PROJECT_DIR)/src/",
  734. );
  735. };
  736. name = Release;
  737. };
  738. CDED6A2821B2F28A00AB91D0 /* Debug */ = {
  739. isa = XCBuildConfiguration;
  740. buildSettings = {
  741. ALWAYS_SEARCH_USER_PATHS = NO;
  742. CLANG_ANALYZER_NONNULL = YES;
  743. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  744. CLANG_CXX_LANGUAGE_STANDARD = "c++17";
  745. CLANG_CXX_LIBRARY = "libc++";
  746. CLANG_ENABLE_MODULES = YES;
  747. CLANG_ENABLE_OBJC_ARC = YES;
  748. CLANG_ENABLE_OBJC_WEAK = YES;
  749. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  750. CLANG_WARN_BOOL_CONVERSION = YES;
  751. CLANG_WARN_COMMA = YES;
  752. CLANG_WARN_CONSTANT_CONVERSION = YES;
  753. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  754. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  755. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  756. CLANG_WARN_EMPTY_BODY = YES;
  757. CLANG_WARN_ENUM_CONVERSION = YES;
  758. CLANG_WARN_INFINITE_RECURSION = YES;
  759. CLANG_WARN_INT_CONVERSION = YES;
  760. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  761. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  762. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  763. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  764. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  765. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  766. CLANG_WARN_STRICT_PROTOTYPES = YES;
  767. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  768. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  769. CLANG_WARN_UNREACHABLE_CODE = YES;
  770. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  771. CODE_SIGN_IDENTITY = "-";
  772. COPY_PHASE_STRIP = NO;
  773. DEBUG_INFORMATION_FORMAT = dwarf;
  774. ENABLE_STRICT_OBJC_MSGSEND = YES;
  775. ENABLE_TESTABILITY = YES;
  776. GCC_C_LANGUAGE_STANDARD = gnu11;
  777. GCC_DYNAMIC_NO_PIC = NO;
  778. GCC_NO_COMMON_BLOCKS = YES;
  779. GCC_OPTIMIZATION_LEVEL = 0;
  780. GCC_PREPROCESSOR_DEFINITIONS = (
  781. "DEBUG=1",
  782. "$(inherited)",
  783. );
  784. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  785. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  786. GCC_WARN_UNDECLARED_SELECTOR = YES;
  787. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  788. GCC_WARN_UNUSED_FUNCTION = YES;
  789. GCC_WARN_UNUSED_VARIABLE = YES;
  790. HEADER_SEARCH_PATHS = (
  791. "$(BUILT_PRODUCTS_DIR)/usr/local/include",
  792. /opt/local/include,
  793. );
  794. MACOSX_DEPLOYMENT_TARGET = 10.15;
  795. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  796. MTL_FAST_MATH = YES;
  797. ONLY_ACTIVE_ARCH = YES;
  798. SDKROOT = macosx;
  799. USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include/";
  800. };
  801. name = Debug;
  802. };
  803. CDED6A2921B2F28A00AB91D0 /* Release */ = {
  804. isa = XCBuildConfiguration;
  805. buildSettings = {
  806. ALWAYS_SEARCH_USER_PATHS = NO;
  807. CLANG_ANALYZER_NONNULL = YES;
  808. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  809. CLANG_CXX_LANGUAGE_STANDARD = "c++17";
  810. CLANG_CXX_LIBRARY = "libc++";
  811. CLANG_ENABLE_MODULES = YES;
  812. CLANG_ENABLE_OBJC_ARC = YES;
  813. CLANG_ENABLE_OBJC_WEAK = YES;
  814. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  815. CLANG_WARN_BOOL_CONVERSION = YES;
  816. CLANG_WARN_COMMA = YES;
  817. CLANG_WARN_CONSTANT_CONVERSION = YES;
  818. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  819. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  820. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  821. CLANG_WARN_EMPTY_BODY = YES;
  822. CLANG_WARN_ENUM_CONVERSION = YES;
  823. CLANG_WARN_INFINITE_RECURSION = YES;
  824. CLANG_WARN_INT_CONVERSION = YES;
  825. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  826. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  827. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  828. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  829. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  830. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  831. CLANG_WARN_STRICT_PROTOTYPES = YES;
  832. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  833. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  834. CLANG_WARN_UNREACHABLE_CODE = YES;
  835. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  836. CODE_SIGN_IDENTITY = "-";
  837. COPY_PHASE_STRIP = NO;
  838. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  839. ENABLE_NS_ASSERTIONS = NO;
  840. ENABLE_STRICT_OBJC_MSGSEND = YES;
  841. GCC_C_LANGUAGE_STANDARD = gnu11;
  842. GCC_NO_COMMON_BLOCKS = YES;
  843. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  844. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  845. GCC_WARN_UNDECLARED_SELECTOR = YES;
  846. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  847. GCC_WARN_UNUSED_FUNCTION = YES;
  848. GCC_WARN_UNUSED_VARIABLE = YES;
  849. HEADER_SEARCH_PATHS = (
  850. "$(BUILT_PRODUCTS_DIR)/usr/local/include",
  851. /opt/local/include,
  852. );
  853. MACOSX_DEPLOYMENT_TARGET = 10.15;
  854. MTL_ENABLE_DEBUG_INFO = NO;
  855. MTL_FAST_MATH = YES;
  856. SDKROOT = macosx;
  857. USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include/";
  858. };
  859. name = Release;
  860. };
  861. CDED6A2B21B2F28A00AB91D0 /* Debug */ = {
  862. isa = XCBuildConfiguration;
  863. buildSettings = {
  864. CODE_SIGN_IDENTITY = "-";
  865. CODE_SIGN_STYLE = Automatic;
  866. PRODUCT_NAME = "$(TARGET_NAME)";
  867. USER_HEADER_SEARCH_PATHS = (
  868. "$(PROJECT_DIR)/include/",
  869. "$(PROJECT_DIR)/src/",
  870. );
  871. };
  872. name = Debug;
  873. };
  874. CDED6A2C21B2F28A00AB91D0 /* Release */ = {
  875. isa = XCBuildConfiguration;
  876. buildSettings = {
  877. CODE_SIGN_IDENTITY = "-";
  878. CODE_SIGN_STYLE = Automatic;
  879. PRODUCT_NAME = "$(TARGET_NAME)";
  880. USER_HEADER_SEARCH_PATHS = (
  881. "$(PROJECT_DIR)/include/",
  882. "$(PROJECT_DIR)/src/",
  883. );
  884. };
  885. name = Release;
  886. };
  887. /* End XCBuildConfiguration section */
  888. /* Begin XCConfigurationList section */
  889. CD38F50A21C83912007A732C /* Build configuration list for PBXNativeTarget "dice" */ = {
  890. isa = XCConfigurationList;
  891. buildConfigurations = (
  892. CD38F50B21C83912007A732C /* Debug */,
  893. CD38F50C21C83912007A732C /* Release */,
  894. );
  895. defaultConfigurationIsVisible = 0;
  896. defaultConfigurationName = Release;
  897. };
  898. CD38F52E21C87771007A732C /* Build configuration list for PBXNativeTarget "dice-td" */ = {
  899. isa = XCConfigurationList;
  900. buildConfigurations = (
  901. CD38F52F21C87771007A732C /* Debug */,
  902. CD38F53021C87771007A732C /* Release */,
  903. );
  904. defaultConfigurationIsVisible = 0;
  905. defaultConfigurationName = Release;
  906. };
  907. CD38F55821C9482A007A732C /* Build configuration list for PBXNativeTarget "stateful_dice" */ = {
  908. isa = XCConfigurationList;
  909. buildConfigurations = (
  910. CD38F55921C9482A007A732C /* Debug */,
  911. CD38F55A21C9482A007A732C /* Release */,
  912. );
  913. defaultConfigurationIsVisible = 0;
  914. defaultConfigurationName = Release;
  915. };
  916. CDED6A1E21B2F28A00AB91D0 /* Build configuration list for PBXProject "dice-roll" */ = {
  917. isa = XCConfigurationList;
  918. buildConfigurations = (
  919. CDED6A2821B2F28A00AB91D0 /* Debug */,
  920. CDED6A2921B2F28A00AB91D0 /* Release */,
  921. );
  922. defaultConfigurationIsVisible = 0;
  923. defaultConfigurationName = Release;
  924. };
  925. CDED6A2A21B2F28A00AB91D0 /* Build configuration list for PBXNativeTarget "simple_dice" */ = {
  926. isa = XCConfigurationList;
  927. buildConfigurations = (
  928. CDED6A2B21B2F28A00AB91D0 /* Debug */,
  929. CDED6A2C21B2F28A00AB91D0 /* Release */,
  930. );
  931. defaultConfigurationIsVisible = 0;
  932. defaultConfigurationName = Release;
  933. };
  934. /* End XCConfigurationList section */
  935. };
  936. rootObject = CDED6A1B21B2F28A00AB91D0 /* Project object */;
  937. }