project.pbxproj 30 KB

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