project.pbxproj 43 KB

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