project.pbxproj 128 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 71655061195BB372006E1227 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 71655060195BB372006E1227 /* UIKit.framework */; };
  10. 71655063195BB372006E1227 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 71655062195BB372006E1227 /* Foundation.framework */; };
  11. 71655065195BB372006E1227 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 71655064195BB372006E1227 /* CoreGraphics.framework */; };
  12. 71655073195BB372006E1227 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 71655072195BB372006E1227 /* Default.png */; };
  13. 71655075195BB372006E1227 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 71655074195BB372006E1227 /* Default@2x.png */; };
  14. 71655077195BB372006E1227 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 71655076195BB372006E1227 /* Default-568h@2x.png */; };
  15. 7165507F195BB3D8006E1227 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 7165507D195BB3D8006E1227 /* Icon.png */; };
  16. 716550A1195BB504006E1227 /* SDL_assert.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165509A195BB504006E1227 /* SDL_assert.c */; };
  17. 716550A2195BB504006E1227 /* SDL_error.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165509D195BB504006E1227 /* SDL_error.c */; };
  18. 716550A3195BB504006E1227 /* SDL_hints.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165509E195BB504006E1227 /* SDL_hints.c */; };
  19. 716550A4195BB504006E1227 /* SDL_log.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165509F195BB504006E1227 /* SDL_log.c */; };
  20. 716550A5195BB504006E1227 /* SDL.c in Sources */ = {isa = PBXBuildFile; fileRef = 716550A0195BB504006E1227 /* SDL.c */; };
  21. 716550B8195BB58A006E1227 /* SDL_atomic.c in Sources */ = {isa = PBXBuildFile; fileRef = 716550B6195BB58A006E1227 /* SDL_atomic.c */; };
  22. 716550B9195BB58A006E1227 /* SDL_spinlock.c in Sources */ = {isa = PBXBuildFile; fileRef = 716550B7195BB58A006E1227 /* SDL_spinlock.c */; };
  23. 716550CD195BB5D0006E1227 /* SDL_cpuinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 716550CC195BB5D0006E1227 /* SDL_cpuinfo.c */; };
  24. 716550D6195BB5E6006E1227 /* SDL_dynapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 716550D4195BB5E6006E1227 /* SDL_dynapi.c */; };
  25. 716550EE195BB5F3006E1227 /* SDL_clipboardevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 716550DC195BB5F3006E1227 /* SDL_clipboardevents.c */; };
  26. 716550EF195BB5F3006E1227 /* SDL_dropevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 716550DE195BB5F3006E1227 /* SDL_dropevents.c */; };
  27. 716550F0195BB5F3006E1227 /* SDL_events.c in Sources */ = {isa = PBXBuildFile; fileRef = 716550E0195BB5F3006E1227 /* SDL_events.c */; };
  28. 716550F1195BB5F3006E1227 /* SDL_gesture.c in Sources */ = {isa = PBXBuildFile; fileRef = 716550E2195BB5F3006E1227 /* SDL_gesture.c */; };
  29. 716550F2195BB5F3006E1227 /* SDL_keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 716550E4195BB5F3006E1227 /* SDL_keyboard.c */; };
  30. 716550F3195BB5F3006E1227 /* SDL_mouse.c in Sources */ = {isa = PBXBuildFile; fileRef = 716550E6195BB5F3006E1227 /* SDL_mouse.c */; };
  31. 716550F4195BB5F3006E1227 /* SDL_quit.c in Sources */ = {isa = PBXBuildFile; fileRef = 716550E8195BB5F3006E1227 /* SDL_quit.c */; };
  32. 716550F5195BB5F3006E1227 /* SDL_touch.c in Sources */ = {isa = PBXBuildFile; fileRef = 716550EA195BB5F3006E1227 /* SDL_touch.c */; };
  33. 716550F6195BB5F3006E1227 /* SDL_windowevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 716550EC195BB5F3006E1227 /* SDL_windowevents.c */; };
  34. 716550F8195BB5FC006E1227 /* SDL_rwops.c in Sources */ = {isa = PBXBuildFile; fileRef = 716550F7195BB5FC006E1227 /* SDL_rwops.c */; };
  35. 716550FB195BB605006E1227 /* SDL_rwopsbundlesupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 716550FA195BB605006E1227 /* SDL_rwopsbundlesupport.m */; };
  36. 716550FD195BB60E006E1227 /* SDL_sysfilesystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 716550FC195BB60E006E1227 /* SDL_sysfilesystem.m */; };
  37. 71655101195BB619006E1227 /* SDL_syshaptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 716550FE195BB619006E1227 /* SDL_syshaptic.c */; };
  38. 71655102195BB619006E1227 /* SDL_haptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 716550FF195BB619006E1227 /* SDL_haptic.c */; };
  39. 7165510A195BB622006E1227 /* SDL_sysjoystick.m in Sources */ = {isa = PBXBuildFile; fileRef = 71655103195BB622006E1227 /* SDL_sysjoystick.m */; };
  40. 7165510B195BB622006E1227 /* SDLUIAccelerationDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 71655105195BB622006E1227 /* SDLUIAccelerationDelegate.m */; };
  41. 7165510C195BB622006E1227 /* SDL_gamecontroller.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655106195BB622006E1227 /* SDL_gamecontroller.c */; };
  42. 7165510D195BB622006E1227 /* SDL_joystick.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655107195BB622006E1227 /* SDL_joystick.c */; };
  43. 71655110195BB633006E1227 /* SDL_sysloadso.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165510E195BB633006E1227 /* SDL_sysloadso.c */; };
  44. 71655111195BB633006E1227 /* SDL_sysloadso.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165510F195BB633006E1227 /* SDL_sysloadso.c */; };
  45. 71655114195BB63D006E1227 /* SDL_power.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655112195BB63D006E1227 /* SDL_power.c */; };
  46. 71655115195BB63D006E1227 /* SDL_syspower.m in Sources */ = {isa = PBXBuildFile; fileRef = 71655113195BB63D006E1227 /* SDL_syspower.m */; };
  47. 71655129195BB64C006E1227 /* SDL_render_gles.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655116195BB64C006E1227 /* SDL_render_gles.c */; };
  48. 7165512A195BB64C006E1227 /* SDL_render_gles2.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655117195BB64C006E1227 /* SDL_render_gles2.c */; };
  49. 7165512B195BB64C006E1227 /* SDL_shaders_gles2.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655118195BB64C006E1227 /* SDL_shaders_gles2.c */; };
  50. 7165512C195BB64C006E1227 /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165511A195BB64C006E1227 /* SDL_blendfillrect.c */; };
  51. 7165512D195BB64C006E1227 /* SDL_blendline.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165511C195BB64C006E1227 /* SDL_blendline.c */; };
  52. 7165512E195BB64C006E1227 /* SDL_blendpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165511E195BB64C006E1227 /* SDL_blendpoint.c */; };
  53. 7165512F195BB64C006E1227 /* SDL_drawline.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655121195BB64C006E1227 /* SDL_drawline.c */; };
  54. 71655130195BB64C006E1227 /* SDL_drawpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655123195BB64C006E1227 /* SDL_drawpoint.c */; };
  55. 71655131195BB64C006E1227 /* SDL_render_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655125195BB64C006E1227 /* SDL_render_sw.c */; };
  56. 71655132195BB64C006E1227 /* SDL_rotate.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655127195BB64C006E1227 /* SDL_rotate.c */; };
  57. 71655139195BB658006E1227 /* SDL_render.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655134195BB658006E1227 /* SDL_render.c */; };
  58. 7165513A195BB658006E1227 /* SDL_yuv_mmx.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655136195BB658006E1227 /* SDL_yuv_mmx.c */; };
  59. 7165513B195BB658006E1227 /* SDL_yuv_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655138195BB658006E1227 /* SDL_yuv_sw.c */; };
  60. 71655142195BB660006E1227 /* SDL_getenv.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165513C195BB660006E1227 /* SDL_getenv.c */; };
  61. 71655143195BB660006E1227 /* SDL_iconv.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165513D195BB660006E1227 /* SDL_iconv.c */; };
  62. 71655144195BB660006E1227 /* SDL_malloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165513E195BB660006E1227 /* SDL_malloc.c */; };
  63. 71655145195BB660006E1227 /* SDL_qsort.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165513F195BB660006E1227 /* SDL_qsort.c */; };
  64. 71655146195BB660006E1227 /* SDL_stdlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655140195BB660006E1227 /* SDL_stdlib.c */; };
  65. 71655147195BB660006E1227 /* SDL_string.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655141195BB660006E1227 /* SDL_string.c */; };
  66. 71655152195BB669006E1227 /* SDL_syscond.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655148195BB669006E1227 /* SDL_syscond.c */; };
  67. 71655153195BB669006E1227 /* SDL_sysmutex.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655149195BB669006E1227 /* SDL_sysmutex.c */; };
  68. 71655154195BB669006E1227 /* SDL_syssem.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165514B195BB669006E1227 /* SDL_syssem.c */; };
  69. 71655155195BB669006E1227 /* SDL_systhread.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165514C195BB669006E1227 /* SDL_systhread.c */; };
  70. 71655156195BB669006E1227 /* SDL_systls.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165514E195BB669006E1227 /* SDL_systls.c */; };
  71. 71655157195BB669006E1227 /* SDL_thread.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655150195BB669006E1227 /* SDL_thread.c */; };
  72. 7165515B195BB675006E1227 /* SDL_systimer.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655158195BB675006E1227 /* SDL_systimer.c */; };
  73. 7165515C195BB675006E1227 /* SDL_timer.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655159195BB675006E1227 /* SDL_timer.c */; };
  74. 71655190195BB685006E1227 /* SDL_uikitappdelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7165515F195BB685006E1227 /* SDL_uikitappdelegate.m */; };
  75. 71655191195BB685006E1227 /* SDL_uikitevents.m in Sources */ = {isa = PBXBuildFile; fileRef = 71655161195BB685006E1227 /* SDL_uikitevents.m */; };
  76. 71655192195BB685006E1227 /* SDL_uikitmessagebox.m in Sources */ = {isa = PBXBuildFile; fileRef = 71655163195BB685006E1227 /* SDL_uikitmessagebox.m */; };
  77. 71655193195BB685006E1227 /* SDL_uikitmodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 71655165195BB685006E1227 /* SDL_uikitmodes.m */; };
  78. 71655194195BB685006E1227 /* SDL_uikitopengles.m in Sources */ = {isa = PBXBuildFile; fileRef = 71655167195BB685006E1227 /* SDL_uikitopengles.m */; };
  79. 71655195195BB685006E1227 /* SDL_uikitopenglview.m in Sources */ = {isa = PBXBuildFile; fileRef = 71655169195BB685006E1227 /* SDL_uikitopenglview.m */; };
  80. 71655196195BB685006E1227 /* SDL_uikitvideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 7165516B195BB685006E1227 /* SDL_uikitvideo.m */; };
  81. 71655197195BB685006E1227 /* SDL_uikitview.m in Sources */ = {isa = PBXBuildFile; fileRef = 7165516D195BB685006E1227 /* SDL_uikitview.m */; };
  82. 71655198195BB685006E1227 /* SDL_uikitviewcontroller.m in Sources */ = {isa = PBXBuildFile; fileRef = 7165516F195BB685006E1227 /* SDL_uikitviewcontroller.m */; };
  83. 71655199195BB685006E1227 /* SDL_uikitwindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 71655171195BB685006E1227 /* SDL_uikitwindow.m */; };
  84. 7165519A195BB685006E1227 /* SDL_nullevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655172195BB685006E1227 /* SDL_nullevents.c */; };
  85. 7165519B195BB685006E1227 /* SDL_nullframebuffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655175195BB685006E1227 /* SDL_nullframebuffer.c */; };
  86. 7165519C195BB685006E1227 /* SDL_nullvideo.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655176195BB685006E1227 /* SDL_nullvideo.c */; };
  87. 7165519D195BB685006E1227 /* SDL_blit.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655178195BB685006E1227 /* SDL_blit.c */; };
  88. 7165519E195BB685006E1227 /* SDL_blit_0.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165517A195BB685006E1227 /* SDL_blit_0.c */; };
  89. 7165519F195BB685006E1227 /* SDL_blit_1.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165517B195BB685006E1227 /* SDL_blit_1.c */; };
  90. 716551A0195BB685006E1227 /* SDL_blit_A.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165517C195BB685006E1227 /* SDL_blit_A.c */; };
  91. 716551A1195BB685006E1227 /* SDL_blit_auto.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165517D195BB685006E1227 /* SDL_blit_auto.c */; };
  92. 716551A2195BB685006E1227 /* SDL_blit_copy.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165517F195BB685006E1227 /* SDL_blit_copy.c */; };
  93. 716551A3195BB685006E1227 /* SDL_blit_N.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655181195BB685006E1227 /* SDL_blit_N.c */; };
  94. 716551A4195BB685006E1227 /* SDL_blit_slow.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655182195BB685006E1227 /* SDL_blit_slow.c */; };
  95. 716551A5195BB685006E1227 /* SDL_bmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655184195BB685006E1227 /* SDL_bmp.c */; };
  96. 716551A6195BB685006E1227 /* SDL_clipboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655185195BB685006E1227 /* SDL_clipboard.c */; };
  97. 716551A7195BB685006E1227 /* SDL_fillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655186195BB685006E1227 /* SDL_fillrect.c */; };
  98. 716551A8195BB685006E1227 /* SDL_pixels.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655187195BB685006E1227 /* SDL_pixels.c */; };
  99. 716551A9195BB685006E1227 /* SDL_rect.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655189195BB685006E1227 /* SDL_rect.c */; };
  100. 716551AA195BB685006E1227 /* SDL_RLEaccel.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165518A195BB685006E1227 /* SDL_RLEaccel.c */; };
  101. 716551AB195BB685006E1227 /* SDL_stretch.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165518C195BB685006E1227 /* SDL_stretch.c */; };
  102. 716551AC195BB685006E1227 /* SDL_surface.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165518D195BB685006E1227 /* SDL_surface.c */; };
  103. 716551AD195BB685006E1227 /* SDL_video.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165518F195BB685006E1227 /* SDL_video.c */; };
  104. 71655256195BB6DB006E1227 /* binfile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 716551E5195BB6DA006E1227 /* binfile.cpp */; };
  105. 71655257195BB6DB006E1227 /* binio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 716551E7195BB6DA006E1227 /* binio.cpp */; };
  106. 71655258195BB6DB006E1227 /* dosbox_opl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 716551EA195BB6DA006E1227 /* dosbox_opl.cpp */; };
  107. 71655259195BB6DB006E1227 /* emuopl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 716551EC195BB6DA006E1227 /* emuopl.cpp */; };
  108. 7165525A195BB6DB006E1227 /* fmopl.c in Sources */ = {isa = PBXBuildFile; fileRef = 716551EE195BB6DA006E1227 /* fmopl.c */; };
  109. 7165525B195BB6DB006E1227 /* fprovide.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 716551F0195BB6DA006E1227 /* fprovide.cpp */; };
  110. 71655260195BB6DB006E1227 /* player.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 716551F8195BB6DA006E1227 /* player.cpp */; };
  111. 71655261195BB6DB006E1227 /* rix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 716551FA195BB6DA006E1227 /* rix.cpp */; };
  112. 71655262195BB6DB006E1227 /* surroundopl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 716551FC195BB6DA006E1227 /* surroundopl.cpp */; };
  113. 71655263195BB6DB006E1227 /* battle.c in Sources */ = {isa = PBXBuildFile; fileRef = 716551FF195BB6DA006E1227 /* battle.c */; };
  114. 71655264195BB6DB006E1227 /* ending.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655202195BB6DA006E1227 /* ending.c */; };
  115. 71655265195BB6DB006E1227 /* fight.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655204195BB6DA006E1227 /* fight.c */; };
  116. 71655266195BB6DB006E1227 /* font.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655206195BB6DA006E1227 /* font.c */; };
  117. 71655267195BB6DB006E1227 /* game.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655208195BB6DA006E1227 /* game.c */; };
  118. 71655268195BB6DB006E1227 /* getopt.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165520A195BB6DA006E1227 /* getopt.c */; };
  119. 71655269195BB6DB006E1227 /* global.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165520C195BB6DA006E1227 /* global.c */; };
  120. 7165526A195BB6DB006E1227 /* input.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165520E195BB6DA006E1227 /* input.c */; };
  121. 7165526B195BB6DB006E1227 /* itemmenu.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655210195BB6DA006E1227 /* itemmenu.c */; };
  122. 7165526C195BB6DB006E1227 /* bit.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655213195BB6DA006E1227 /* bit.c */; };
  123. 7165526E195BB6DB006E1227 /* decoder.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655216195BB6DA006E1227 /* decoder.c */; };
  124. 7165526F195BB6DB006E1227 /* fixed.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655218195BB6DA006E1227 /* fixed.c */; };
  125. 71655270195BB6DB006E1227 /* frame.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165521A195BB6DA006E1227 /* frame.c */; };
  126. 71655271195BB6DB006E1227 /* huffman.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165521C195BB6DA006E1227 /* huffman.c */; };
  127. 71655273195BB6DB006E1227 /* layer12.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165521F195BB6DA006E1227 /* layer12.c */; };
  128. 71655274195BB6DB006E1227 /* layer3.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655221195BB6DA006E1227 /* layer3.c */; };
  129. 71655275195BB6DB006E1227 /* music_mad.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655226195BB6DA006E1227 /* music_mad.c */; };
  130. 71655279195BB6DB006E1227 /* stream.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165522B195BB6DA006E1227 /* stream.c */; };
  131. 7165527A195BB6DB006E1227 /* synth.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165522D195BB6DA006E1227 /* synth.c */; };
  132. 7165527B195BB6DB006E1227 /* timer.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165522F195BB6DA006E1227 /* timer.c */; };
  133. 7165527C195BB6DB006E1227 /* magicmenu.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655231195BB6DA006E1227 /* magicmenu.c */; };
  134. 7165527D195BB6DB006E1227 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655233195BB6DA006E1227 /* main.c */; };
  135. 7165527E195BB6DB006E1227 /* map.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655235195BB6DA006E1227 /* map.c */; };
  136. 7165527F195BB6DB006E1227 /* palcommon.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655237195BB6DA006E1227 /* palcommon.c */; };
  137. 71655280195BB6DB006E1227 /* palette.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655239195BB6DB006E1227 /* palette.c */; };
  138. 71655281195BB6DB006E1227 /* play.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165523B195BB6DB006E1227 /* play.c */; };
  139. 71655282195BB6DB006E1227 /* res.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165523D195BB6DB006E1227 /* res.c */; };
  140. 71655283195BB6DB006E1227 /* rixplay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7165523F195BB6DB006E1227 /* rixplay.cpp */; };
  141. 71655284195BB6DB006E1227 /* rngplay.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655241195BB6DB006E1227 /* rngplay.c */; };
  142. 71655285195BB6DB006E1227 /* scene.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655243195BB6DB006E1227 /* scene.c */; };
  143. 71655286195BB6DB006E1227 /* script.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655245195BB6DB006E1227 /* script.c */; };
  144. 71655287195BB6DB006E1227 /* sound.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655247195BB6DB006E1227 /* sound.c */; };
  145. 71655288195BB6DB006E1227 /* text.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655249195BB6DB006E1227 /* text.c */; };
  146. 71655289195BB6DB006E1227 /* ui.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165524B195BB6DB006E1227 /* ui.c */; };
  147. 7165528A195BB6DB006E1227 /* uibattle.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165524D195BB6DB006E1227 /* uibattle.c */; };
  148. 7165528B195BB6DB006E1227 /* uigame.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165524F195BB6DB006E1227 /* uigame.c */; };
  149. 7165528C195BB6DB006E1227 /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655251195BB6DB006E1227 /* util.c */; };
  150. 7165528D195BB6DB006E1227 /* video.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655253195BB6DB006E1227 /* video.c */; };
  151. 7165528E195BB6DB006E1227 /* yj1.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655255195BB6DB006E1227 /* yj1.c */; };
  152. 71655292195BBCD6006E1227 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 71655291195BBCD6006E1227 /* OpenGLES.framework */; };
  153. 716552A2195BBDFF006E1227 /* SDL_coreaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655295195BBDFF006E1227 /* SDL_coreaudio.c */; };
  154. 716552A3195BBDFF006E1227 /* SDL_dummyaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655297195BBDFF006E1227 /* SDL_dummyaudio.c */; };
  155. 716552A4195BBDFF006E1227 /* SDL_audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 71655299195BBDFF006E1227 /* SDL_audio.c */; };
  156. 716552A5195BBDFF006E1227 /* SDL_audiocvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165529B195BBDFF006E1227 /* SDL_audiocvt.c */; };
  157. 716552A6195BBDFF006E1227 /* SDL_audiotypecvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165529D195BBDFF006E1227 /* SDL_audiotypecvt.c */; };
  158. 716552A7195BBDFF006E1227 /* SDL_mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 7165529E195BBDFF006E1227 /* SDL_mixer.c */; };
  159. 716552A8195BBDFF006E1227 /* SDL_wave.c in Sources */ = {isa = PBXBuildFile; fileRef = 716552A0195BBDFF006E1227 /* SDL_wave.c */; };
  160. 716552AA195BBE1B006E1227 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 716552A9195BBE1B006E1227 /* CoreAudio.framework */; };
  161. 716552AE195BBE7D006E1227 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 716552AD195BBE7D006E1227 /* AudioToolbox.framework */; };
  162. 716552B0195BBECE006E1227 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 716552AF195BBECE006E1227 /* QuartzCore.framework */; };
  163. 71AA35801A0BCA4E00793FFF /* util.m in Sources */ = {isa = PBXBuildFile; fileRef = 71AA357F1A0BCA4E00793FFF /* util.m */; };
  164. /* End PBXBuildFile section */
  165. /* Begin PBXFileReference section */
  166. 714FD4011977C6860024BE26 /* big5font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = big5font.h; path = ../../../big5font.h; sourceTree = "<group>"; };
  167. 714FD4021977C6860024BE26 /* gbfont.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = gbfont.h; path = ../../../gbfont.h; sourceTree = "<group>"; };
  168. 7165505D195BB372006E1227 /* SDLPal.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SDLPal.app; sourceTree = BUILT_PRODUCTS_DIR; };
  169. 71655060195BB372006E1227 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  170. 71655062195BB372006E1227 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  171. 71655064195BB372006E1227 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  172. 71655068195BB372006E1227 /* SDLPal-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SDLPal-Info.plist"; sourceTree = "<group>"; };
  173. 71655072195BB372006E1227 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
  174. 71655074195BB372006E1227 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
  175. 71655076195BB372006E1227 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
  176. 7165507D195BB3D8006E1227 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
  177. 71655099195BB504006E1227 /* SDL_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_internal.h; path = ../../SDL2/src/SDL_internal.h; sourceTree = "<group>"; };
  178. 7165509A195BB504006E1227 /* SDL_assert.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_assert.c; path = ../../SDL2/src/SDL_assert.c; sourceTree = "<group>"; };
  179. 7165509B195BB504006E1227 /* SDL_assert_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_assert_c.h; path = ../../SDL2/src/SDL_assert_c.h; sourceTree = "<group>"; };
  180. 7165509C195BB504006E1227 /* SDL_error_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_error_c.h; path = ../../SDL2/src/SDL_error_c.h; sourceTree = "<group>"; };
  181. 7165509D195BB504006E1227 /* SDL_error.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_error.c; path = ../../SDL2/src/SDL_error.c; sourceTree = "<group>"; };
  182. 7165509E195BB504006E1227 /* SDL_hints.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_hints.c; path = ../../SDL2/src/SDL_hints.c; sourceTree = "<group>"; };
  183. 7165509F195BB504006E1227 /* SDL_log.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_log.c; path = ../../SDL2/src/SDL_log.c; sourceTree = "<group>"; };
  184. 716550A0195BB504006E1227 /* SDL.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL.c; path = ../../SDL2/src/SDL.c; sourceTree = "<group>"; };
  185. 716550B6195BB58A006E1227 /* SDL_atomic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_atomic.c; path = ../../SDL2/src/atomic/SDL_atomic.c; sourceTree = "<group>"; };
  186. 716550B7195BB58A006E1227 /* SDL_spinlock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_spinlock.c; path = ../../SDL2/src/atomic/SDL_spinlock.c; sourceTree = "<group>"; };
  187. 716550CC195BB5D0006E1227 /* SDL_cpuinfo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_cpuinfo.c; path = ../../SDL2/src/cpuinfo/SDL_cpuinfo.c; sourceTree = "<group>"; };
  188. 716550D2195BB5E6006E1227 /* SDL_dynapi_overrides.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_dynapi_overrides.h; path = ../../SDL2/src/dynapi/SDL_dynapi_overrides.h; sourceTree = "<group>"; };
  189. 716550D3195BB5E6006E1227 /* SDL_dynapi_procs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_dynapi_procs.h; path = ../../SDL2/src/dynapi/SDL_dynapi_procs.h; sourceTree = "<group>"; };
  190. 716550D4195BB5E6006E1227 /* SDL_dynapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_dynapi.c; path = ../../SDL2/src/dynapi/SDL_dynapi.c; sourceTree = "<group>"; };
  191. 716550D5195BB5E6006E1227 /* SDL_dynapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_dynapi.h; path = ../../SDL2/src/dynapi/SDL_dynapi.h; sourceTree = "<group>"; };
  192. 716550D7195BB5F3006E1227 /* blank_cursor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = blank_cursor.h; path = ../../SDL2/src/events/blank_cursor.h; sourceTree = "<group>"; };
  193. 716550D8195BB5F3006E1227 /* default_cursor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = default_cursor.h; path = ../../SDL2/src/events/default_cursor.h; sourceTree = "<group>"; };
  194. 716550D9195BB5F3006E1227 /* scancodes_darwin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = scancodes_darwin.h; path = ../../SDL2/src/events/scancodes_darwin.h; sourceTree = "<group>"; };
  195. 716550DA195BB5F3006E1227 /* scancodes_linux.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = scancodes_linux.h; path = ../../SDL2/src/events/scancodes_linux.h; sourceTree = "<group>"; };
  196. 716550DB195BB5F3006E1227 /* scancodes_xfree86.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = scancodes_xfree86.h; path = ../../SDL2/src/events/scancodes_xfree86.h; sourceTree = "<group>"; };
  197. 716550DC195BB5F3006E1227 /* SDL_clipboardevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_clipboardevents.c; path = ../../SDL2/src/events/SDL_clipboardevents.c; sourceTree = "<group>"; };
  198. 716550DD195BB5F3006E1227 /* SDL_clipboardevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_clipboardevents_c.h; path = ../../SDL2/src/events/SDL_clipboardevents_c.h; sourceTree = "<group>"; };
  199. 716550DE195BB5F3006E1227 /* SDL_dropevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_dropevents.c; path = ../../SDL2/src/events/SDL_dropevents.c; sourceTree = "<group>"; };
  200. 716550DF195BB5F3006E1227 /* SDL_dropevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_dropevents_c.h; path = ../../SDL2/src/events/SDL_dropevents_c.h; sourceTree = "<group>"; };
  201. 716550E0195BB5F3006E1227 /* SDL_events.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_events.c; path = ../../SDL2/src/events/SDL_events.c; sourceTree = "<group>"; };
  202. 716550E1195BB5F3006E1227 /* SDL_events_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_events_c.h; path = ../../SDL2/src/events/SDL_events_c.h; sourceTree = "<group>"; };
  203. 716550E2195BB5F3006E1227 /* SDL_gesture.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_gesture.c; path = ../../SDL2/src/events/SDL_gesture.c; sourceTree = "<group>"; };
  204. 716550E3195BB5F3006E1227 /* SDL_gesture_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_gesture_c.h; path = ../../SDL2/src/events/SDL_gesture_c.h; sourceTree = "<group>"; };
  205. 716550E4195BB5F3006E1227 /* SDL_keyboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_keyboard.c; path = ../../SDL2/src/events/SDL_keyboard.c; sourceTree = "<group>"; };
  206. 716550E5195BB5F3006E1227 /* SDL_keyboard_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_keyboard_c.h; path = ../../SDL2/src/events/SDL_keyboard_c.h; sourceTree = "<group>"; };
  207. 716550E6195BB5F3006E1227 /* SDL_mouse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_mouse.c; path = ../../SDL2/src/events/SDL_mouse.c; sourceTree = "<group>"; };
  208. 716550E7195BB5F3006E1227 /* SDL_mouse_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_mouse_c.h; path = ../../SDL2/src/events/SDL_mouse_c.h; sourceTree = "<group>"; };
  209. 716550E8195BB5F3006E1227 /* SDL_quit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_quit.c; path = ../../SDL2/src/events/SDL_quit.c; sourceTree = "<group>"; };
  210. 716550E9195BB5F3006E1227 /* SDL_sysevents.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_sysevents.h; path = ../../SDL2/src/events/SDL_sysevents.h; sourceTree = "<group>"; };
  211. 716550EA195BB5F3006E1227 /* SDL_touch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_touch.c; path = ../../SDL2/src/events/SDL_touch.c; sourceTree = "<group>"; };
  212. 716550EB195BB5F3006E1227 /* SDL_touch_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_touch_c.h; path = ../../SDL2/src/events/SDL_touch_c.h; sourceTree = "<group>"; };
  213. 716550EC195BB5F3006E1227 /* SDL_windowevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_windowevents.c; path = ../../SDL2/src/events/SDL_windowevents.c; sourceTree = "<group>"; };
  214. 716550ED195BB5F3006E1227 /* SDL_windowevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_windowevents_c.h; path = ../../SDL2/src/events/SDL_windowevents_c.h; sourceTree = "<group>"; };
  215. 716550F7195BB5FC006E1227 /* SDL_rwops.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_rwops.c; path = ../../SDL2/src/file/SDL_rwops.c; sourceTree = "<group>"; };
  216. 716550F9195BB605006E1227 /* SDL_rwopsbundlesupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_rwopsbundlesupport.h; path = ../../SDL2/src/file/cocoa/SDL_rwopsbundlesupport.h; sourceTree = "<group>"; };
  217. 716550FA195BB605006E1227 /* SDL_rwopsbundlesupport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_rwopsbundlesupport.m; path = ../../SDL2/src/file/cocoa/SDL_rwopsbundlesupport.m; sourceTree = "<group>"; };
  218. 716550FC195BB60E006E1227 /* SDL_sysfilesystem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_sysfilesystem.m; path = ../../SDL2/src/filesystem/cocoa/SDL_sysfilesystem.m; sourceTree = "<group>"; };
  219. 716550FE195BB619006E1227 /* SDL_syshaptic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_syshaptic.c; path = ../../SDL2/src/haptic/dummy/SDL_syshaptic.c; sourceTree = "<group>"; };
  220. 716550FF195BB619006E1227 /* SDL_haptic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_haptic.c; path = ../../SDL2/src/haptic/SDL_haptic.c; sourceTree = "<group>"; };
  221. 71655100195BB619006E1227 /* SDL_syshaptic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_syshaptic.h; path = ../../SDL2/src/haptic/SDL_syshaptic.h; sourceTree = "<group>"; };
  222. 71655103195BB622006E1227 /* SDL_sysjoystick.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_sysjoystick.m; path = ../../SDL2/src/joystick/iphoneos/SDL_sysjoystick.m; sourceTree = "<group>"; };
  223. 71655104195BB622006E1227 /* SDLUIAccelerationDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDLUIAccelerationDelegate.h; path = ../../SDL2/src/joystick/iphoneos/SDLUIAccelerationDelegate.h; sourceTree = "<group>"; };
  224. 71655105195BB622006E1227 /* SDLUIAccelerationDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDLUIAccelerationDelegate.m; path = ../../SDL2/src/joystick/iphoneos/SDLUIAccelerationDelegate.m; sourceTree = "<group>"; };
  225. 71655106195BB622006E1227 /* SDL_gamecontroller.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_gamecontroller.c; path = ../../SDL2/src/joystick/SDL_gamecontroller.c; sourceTree = "<group>"; };
  226. 71655107195BB622006E1227 /* SDL_joystick.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_joystick.c; path = ../../SDL2/src/joystick/SDL_joystick.c; sourceTree = "<group>"; };
  227. 71655108195BB622006E1227 /* SDL_joystick_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_joystick_c.h; path = ../../SDL2/src/joystick/SDL_joystick_c.h; sourceTree = "<group>"; };
  228. 71655109195BB622006E1227 /* SDL_sysjoystick.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_sysjoystick.h; path = ../../SDL2/src/joystick/SDL_sysjoystick.h; sourceTree = "<group>"; };
  229. 7165510E195BB633006E1227 /* SDL_sysloadso.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_sysloadso.c; path = ../../SDL2/src/loadso/dummy/SDL_sysloadso.c; sourceTree = "<group>"; };
  230. 7165510F195BB633006E1227 /* SDL_sysloadso.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_sysloadso.c; path = ../../SDL2/src/loadso/dlopen/SDL_sysloadso.c; sourceTree = "<group>"; };
  231. 71655112195BB63D006E1227 /* SDL_power.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_power.c; path = ../../SDL2/src/power/SDL_power.c; sourceTree = "<group>"; };
  232. 71655113195BB63D006E1227 /* SDL_syspower.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_syspower.m; path = ../../SDL2/src/power/uikit/SDL_syspower.m; sourceTree = "<group>"; };
  233. 71655116195BB64C006E1227 /* SDL_render_gles.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_render_gles.c; path = ../../SDL2/src/render/opengles/SDL_render_gles.c; sourceTree = "<group>"; };
  234. 71655117195BB64C006E1227 /* SDL_render_gles2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_render_gles2.c; path = ../../SDL2/src/render/opengles2/SDL_render_gles2.c; sourceTree = "<group>"; };
  235. 71655118195BB64C006E1227 /* SDL_shaders_gles2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_shaders_gles2.c; path = ../../SDL2/src/render/opengles2/SDL_shaders_gles2.c; sourceTree = "<group>"; };
  236. 71655119195BB64C006E1227 /* SDL_shaders_gles2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_shaders_gles2.h; path = ../../SDL2/src/render/opengles2/SDL_shaders_gles2.h; sourceTree = "<group>"; };
  237. 7165511A195BB64C006E1227 /* SDL_blendfillrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_blendfillrect.c; path = ../../SDL2/src/render/software/SDL_blendfillrect.c; sourceTree = "<group>"; };
  238. 7165511B195BB64C006E1227 /* SDL_blendfillrect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_blendfillrect.h; path = ../../SDL2/src/render/software/SDL_blendfillrect.h; sourceTree = "<group>"; };
  239. 7165511C195BB64C006E1227 /* SDL_blendline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_blendline.c; path = ../../SDL2/src/render/software/SDL_blendline.c; sourceTree = "<group>"; };
  240. 7165511D195BB64C006E1227 /* SDL_blendline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_blendline.h; path = ../../SDL2/src/render/software/SDL_blendline.h; sourceTree = "<group>"; };
  241. 7165511E195BB64C006E1227 /* SDL_blendpoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_blendpoint.c; path = ../../SDL2/src/render/software/SDL_blendpoint.c; sourceTree = "<group>"; };
  242. 7165511F195BB64C006E1227 /* SDL_blendpoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_blendpoint.h; path = ../../SDL2/src/render/software/SDL_blendpoint.h; sourceTree = "<group>"; };
  243. 71655120195BB64C006E1227 /* SDL_draw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_draw.h; path = ../../SDL2/src/render/software/SDL_draw.h; sourceTree = "<group>"; };
  244. 71655121195BB64C006E1227 /* SDL_drawline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_drawline.c; path = ../../SDL2/src/render/software/SDL_drawline.c; sourceTree = "<group>"; };
  245. 71655122195BB64C006E1227 /* SDL_drawline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_drawline.h; path = ../../SDL2/src/render/software/SDL_drawline.h; sourceTree = "<group>"; };
  246. 71655123195BB64C006E1227 /* SDL_drawpoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_drawpoint.c; path = ../../SDL2/src/render/software/SDL_drawpoint.c; sourceTree = "<group>"; };
  247. 71655124195BB64C006E1227 /* SDL_drawpoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_drawpoint.h; path = ../../SDL2/src/render/software/SDL_drawpoint.h; sourceTree = "<group>"; };
  248. 71655125195BB64C006E1227 /* SDL_render_sw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_render_sw.c; path = ../../SDL2/src/render/software/SDL_render_sw.c; sourceTree = "<group>"; };
  249. 71655126195BB64C006E1227 /* SDL_render_sw_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_render_sw_c.h; path = ../../SDL2/src/render/software/SDL_render_sw_c.h; sourceTree = "<group>"; };
  250. 71655127195BB64C006E1227 /* SDL_rotate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_rotate.c; path = ../../SDL2/src/render/software/SDL_rotate.c; sourceTree = "<group>"; };
  251. 71655128195BB64C006E1227 /* SDL_rotate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_rotate.h; path = ../../SDL2/src/render/software/SDL_rotate.h; sourceTree = "<group>"; };
  252. 71655133195BB658006E1227 /* mmx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mmx.h; path = ../../SDL2/src/render/mmx.h; sourceTree = "<group>"; };
  253. 71655134195BB658006E1227 /* SDL_render.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_render.c; path = ../../SDL2/src/render/SDL_render.c; sourceTree = "<group>"; };
  254. 71655135195BB658006E1227 /* SDL_sysrender.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_sysrender.h; path = ../../SDL2/src/render/SDL_sysrender.h; sourceTree = "<group>"; };
  255. 71655136195BB658006E1227 /* SDL_yuv_mmx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_yuv_mmx.c; path = ../../SDL2/src/render/SDL_yuv_mmx.c; sourceTree = "<group>"; };
  256. 71655137195BB658006E1227 /* SDL_yuv_sw_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_yuv_sw_c.h; path = ../../SDL2/src/render/SDL_yuv_sw_c.h; sourceTree = "<group>"; };
  257. 71655138195BB658006E1227 /* SDL_yuv_sw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_yuv_sw.c; path = ../../SDL2/src/render/SDL_yuv_sw.c; sourceTree = "<group>"; };
  258. 7165513C195BB660006E1227 /* SDL_getenv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_getenv.c; path = ../../SDL2/src/stdlib/SDL_getenv.c; sourceTree = "<group>"; };
  259. 7165513D195BB660006E1227 /* SDL_iconv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_iconv.c; path = ../../SDL2/src/stdlib/SDL_iconv.c; sourceTree = "<group>"; };
  260. 7165513E195BB660006E1227 /* SDL_malloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_malloc.c; path = ../../SDL2/src/stdlib/SDL_malloc.c; sourceTree = "<group>"; };
  261. 7165513F195BB660006E1227 /* SDL_qsort.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_qsort.c; path = ../../SDL2/src/stdlib/SDL_qsort.c; sourceTree = "<group>"; };
  262. 71655140195BB660006E1227 /* SDL_stdlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_stdlib.c; path = ../../SDL2/src/stdlib/SDL_stdlib.c; sourceTree = "<group>"; };
  263. 71655141195BB660006E1227 /* SDL_string.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_string.c; path = ../../SDL2/src/stdlib/SDL_string.c; sourceTree = "<group>"; };
  264. 71655148195BB669006E1227 /* SDL_syscond.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_syscond.c; path = ../../SDL2/src/thread/pthread/SDL_syscond.c; sourceTree = "<group>"; };
  265. 71655149195BB669006E1227 /* SDL_sysmutex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_sysmutex.c; path = ../../SDL2/src/thread/pthread/SDL_sysmutex.c; sourceTree = "<group>"; };
  266. 7165514A195BB669006E1227 /* SDL_sysmutex_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_sysmutex_c.h; path = ../../SDL2/src/thread/pthread/SDL_sysmutex_c.h; sourceTree = "<group>"; };
  267. 7165514B195BB669006E1227 /* SDL_syssem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_syssem.c; path = ../../SDL2/src/thread/pthread/SDL_syssem.c; sourceTree = "<group>"; };
  268. 7165514C195BB669006E1227 /* SDL_systhread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_systhread.c; path = ../../SDL2/src/thread/pthread/SDL_systhread.c; sourceTree = "<group>"; };
  269. 7165514D195BB669006E1227 /* SDL_systhread_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_systhread_c.h; path = ../../SDL2/src/thread/pthread/SDL_systhread_c.h; sourceTree = "<group>"; };
  270. 7165514E195BB669006E1227 /* SDL_systls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_systls.c; path = ../../SDL2/src/thread/pthread/SDL_systls.c; sourceTree = "<group>"; };
  271. 7165514F195BB669006E1227 /* SDL_systhread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_systhread.h; path = ../../SDL2/src/thread/SDL_systhread.h; sourceTree = "<group>"; };
  272. 71655150195BB669006E1227 /* SDL_thread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_thread.c; path = ../../SDL2/src/thread/SDL_thread.c; sourceTree = "<group>"; };
  273. 71655151195BB669006E1227 /* SDL_thread_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_thread_c.h; path = ../../SDL2/src/thread/SDL_thread_c.h; sourceTree = "<group>"; };
  274. 71655158195BB675006E1227 /* SDL_systimer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_systimer.c; path = ../../SDL2/src/timer/unix/SDL_systimer.c; sourceTree = "<group>"; };
  275. 71655159195BB675006E1227 /* SDL_timer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_timer.c; path = ../../SDL2/src/timer/SDL_timer.c; sourceTree = "<group>"; };
  276. 7165515A195BB675006E1227 /* SDL_timer_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_timer_c.h; path = ../../SDL2/src/timer/SDL_timer_c.h; sourceTree = "<group>"; };
  277. 7165515D195BB685006E1227 /* keyinfotable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = keyinfotable.h; path = ../../SDL2/src/video/uikit/keyinfotable.h; sourceTree = "<group>"; };
  278. 7165515E195BB685006E1227 /* SDL_uikitappdelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_uikitappdelegate.h; path = ../../SDL2/src/video/uikit/SDL_uikitappdelegate.h; sourceTree = "<group>"; };
  279. 7165515F195BB685006E1227 /* SDL_uikitappdelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_uikitappdelegate.m; path = ../../SDL2/src/video/uikit/SDL_uikitappdelegate.m; sourceTree = "<group>"; };
  280. 71655160195BB685006E1227 /* SDL_uikitevents.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_uikitevents.h; path = ../../SDL2/src/video/uikit/SDL_uikitevents.h; sourceTree = "<group>"; };
  281. 71655161195BB685006E1227 /* SDL_uikitevents.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_uikitevents.m; path = ../../SDL2/src/video/uikit/SDL_uikitevents.m; sourceTree = "<group>"; };
  282. 71655162195BB685006E1227 /* SDL_uikitmessagebox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_uikitmessagebox.h; path = ../../SDL2/src/video/uikit/SDL_uikitmessagebox.h; sourceTree = "<group>"; };
  283. 71655163195BB685006E1227 /* SDL_uikitmessagebox.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_uikitmessagebox.m; path = ../../SDL2/src/video/uikit/SDL_uikitmessagebox.m; sourceTree = "<group>"; };
  284. 71655164195BB685006E1227 /* SDL_uikitmodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_uikitmodes.h; path = ../../SDL2/src/video/uikit/SDL_uikitmodes.h; sourceTree = "<group>"; };
  285. 71655165195BB685006E1227 /* SDL_uikitmodes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_uikitmodes.m; path = ../../SDL2/src/video/uikit/SDL_uikitmodes.m; sourceTree = "<group>"; };
  286. 71655166195BB685006E1227 /* SDL_uikitopengles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_uikitopengles.h; path = ../../SDL2/src/video/uikit/SDL_uikitopengles.h; sourceTree = "<group>"; };
  287. 71655167195BB685006E1227 /* SDL_uikitopengles.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_uikitopengles.m; path = ../../SDL2/src/video/uikit/SDL_uikitopengles.m; sourceTree = "<group>"; };
  288. 71655168195BB685006E1227 /* SDL_uikitopenglview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_uikitopenglview.h; path = ../../SDL2/src/video/uikit/SDL_uikitopenglview.h; sourceTree = "<group>"; };
  289. 71655169195BB685006E1227 /* SDL_uikitopenglview.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_uikitopenglview.m; path = ../../SDL2/src/video/uikit/SDL_uikitopenglview.m; sourceTree = "<group>"; };
  290. 7165516A195BB685006E1227 /* SDL_uikitvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_uikitvideo.h; path = ../../SDL2/src/video/uikit/SDL_uikitvideo.h; sourceTree = "<group>"; };
  291. 7165516B195BB685006E1227 /* SDL_uikitvideo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_uikitvideo.m; path = ../../SDL2/src/video/uikit/SDL_uikitvideo.m; sourceTree = "<group>"; };
  292. 7165516C195BB685006E1227 /* SDL_uikitview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_uikitview.h; path = ../../SDL2/src/video/uikit/SDL_uikitview.h; sourceTree = "<group>"; };
  293. 7165516D195BB685006E1227 /* SDL_uikitview.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_uikitview.m; path = ../../SDL2/src/video/uikit/SDL_uikitview.m; sourceTree = "<group>"; };
  294. 7165516E195BB685006E1227 /* SDL_uikitviewcontroller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_uikitviewcontroller.h; path = ../../SDL2/src/video/uikit/SDL_uikitviewcontroller.h; sourceTree = "<group>"; };
  295. 7165516F195BB685006E1227 /* SDL_uikitviewcontroller.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_uikitviewcontroller.m; path = ../../SDL2/src/video/uikit/SDL_uikitviewcontroller.m; sourceTree = "<group>"; };
  296. 71655170195BB685006E1227 /* SDL_uikitwindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_uikitwindow.h; path = ../../SDL2/src/video/uikit/SDL_uikitwindow.h; sourceTree = "<group>"; };
  297. 71655171195BB685006E1227 /* SDL_uikitwindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_uikitwindow.m; path = ../../SDL2/src/video/uikit/SDL_uikitwindow.m; sourceTree = "<group>"; };
  298. 71655172195BB685006E1227 /* SDL_nullevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_nullevents.c; path = ../../SDL2/src/video/dummy/SDL_nullevents.c; sourceTree = "<group>"; };
  299. 71655173195BB685006E1227 /* SDL_nullevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_nullevents_c.h; path = ../../SDL2/src/video/dummy/SDL_nullevents_c.h; sourceTree = "<group>"; };
  300. 71655174195BB685006E1227 /* SDL_nullframebuffer_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_nullframebuffer_c.h; path = ../../SDL2/src/video/dummy/SDL_nullframebuffer_c.h; sourceTree = "<group>"; };
  301. 71655175195BB685006E1227 /* SDL_nullframebuffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_nullframebuffer.c; path = ../../SDL2/src/video/dummy/SDL_nullframebuffer.c; sourceTree = "<group>"; };
  302. 71655176195BB685006E1227 /* SDL_nullvideo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_nullvideo.c; path = ../../SDL2/src/video/dummy/SDL_nullvideo.c; sourceTree = "<group>"; };
  303. 71655177195BB685006E1227 /* SDL_nullvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_nullvideo.h; path = ../../SDL2/src/video/dummy/SDL_nullvideo.h; sourceTree = "<group>"; };
  304. 71655178195BB685006E1227 /* SDL_blit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_blit.c; path = ../../SDL2/src/video/SDL_blit.c; sourceTree = "<group>"; };
  305. 71655179195BB685006E1227 /* SDL_blit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_blit.h; path = ../../SDL2/src/video/SDL_blit.h; sourceTree = "<group>"; };
  306. 7165517A195BB685006E1227 /* SDL_blit_0.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_blit_0.c; path = ../../SDL2/src/video/SDL_blit_0.c; sourceTree = "<group>"; };
  307. 7165517B195BB685006E1227 /* SDL_blit_1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_blit_1.c; path = ../../SDL2/src/video/SDL_blit_1.c; sourceTree = "<group>"; };
  308. 7165517C195BB685006E1227 /* SDL_blit_A.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_blit_A.c; path = ../../SDL2/src/video/SDL_blit_A.c; sourceTree = "<group>"; };
  309. 7165517D195BB685006E1227 /* SDL_blit_auto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_blit_auto.c; path = ../../SDL2/src/video/SDL_blit_auto.c; sourceTree = "<group>"; };
  310. 7165517E195BB685006E1227 /* SDL_blit_auto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_blit_auto.h; path = ../../SDL2/src/video/SDL_blit_auto.h; sourceTree = "<group>"; };
  311. 7165517F195BB685006E1227 /* SDL_blit_copy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_blit_copy.c; path = ../../SDL2/src/video/SDL_blit_copy.c; sourceTree = "<group>"; };
  312. 71655180195BB685006E1227 /* SDL_blit_copy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_blit_copy.h; path = ../../SDL2/src/video/SDL_blit_copy.h; sourceTree = "<group>"; };
  313. 71655181195BB685006E1227 /* SDL_blit_N.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_blit_N.c; path = ../../SDL2/src/video/SDL_blit_N.c; sourceTree = "<group>"; };
  314. 71655182195BB685006E1227 /* SDL_blit_slow.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_blit_slow.c; path = ../../SDL2/src/video/SDL_blit_slow.c; sourceTree = "<group>"; };
  315. 71655183195BB685006E1227 /* SDL_blit_slow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_blit_slow.h; path = ../../SDL2/src/video/SDL_blit_slow.h; sourceTree = "<group>"; };
  316. 71655184195BB685006E1227 /* SDL_bmp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_bmp.c; path = ../../SDL2/src/video/SDL_bmp.c; sourceTree = "<group>"; };
  317. 71655185195BB685006E1227 /* SDL_clipboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_clipboard.c; path = ../../SDL2/src/video/SDL_clipboard.c; sourceTree = "<group>"; };
  318. 71655186195BB685006E1227 /* SDL_fillrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_fillrect.c; path = ../../SDL2/src/video/SDL_fillrect.c; sourceTree = "<group>"; };
  319. 71655187195BB685006E1227 /* SDL_pixels.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_pixels.c; path = ../../SDL2/src/video/SDL_pixels.c; sourceTree = "<group>"; };
  320. 71655188195BB685006E1227 /* SDL_pixels_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_pixels_c.h; path = ../../SDL2/src/video/SDL_pixels_c.h; sourceTree = "<group>"; };
  321. 71655189195BB685006E1227 /* SDL_rect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_rect.c; path = ../../SDL2/src/video/SDL_rect.c; sourceTree = "<group>"; };
  322. 7165518A195BB685006E1227 /* SDL_RLEaccel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_RLEaccel.c; path = ../../SDL2/src/video/SDL_RLEaccel.c; sourceTree = "<group>"; };
  323. 7165518B195BB685006E1227 /* SDL_RLEaccel_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_RLEaccel_c.h; path = ../../SDL2/src/video/SDL_RLEaccel_c.h; sourceTree = "<group>"; };
  324. 7165518C195BB685006E1227 /* SDL_stretch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_stretch.c; path = ../../SDL2/src/video/SDL_stretch.c; sourceTree = "<group>"; };
  325. 7165518D195BB685006E1227 /* SDL_surface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_surface.c; path = ../../SDL2/src/video/SDL_surface.c; sourceTree = "<group>"; };
  326. 7165518E195BB685006E1227 /* SDL_sysvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_sysvideo.h; path = ../../SDL2/src/video/SDL_sysvideo.h; sourceTree = "<group>"; };
  327. 7165518F195BB685006E1227 /* SDL_video.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_video.c; path = ../../SDL2/src/video/SDL_video.c; sourceTree = "<group>"; };
  328. 716551AE195BB699006E1227 /* begin_code.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = begin_code.h; path = ../../SDL2/include/begin_code.h; sourceTree = "<group>"; };
  329. 716551AF195BB699006E1227 /* close_code.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = close_code.h; path = ../../SDL2/include/close_code.h; sourceTree = "<group>"; };
  330. 716551B0195BB699006E1227 /* SDL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL.h; path = ../../SDL2/include/SDL.h; sourceTree = "<group>"; };
  331. 716551B1195BB699006E1227 /* SDL_assert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_assert.h; path = ../../SDL2/include/SDL_assert.h; sourceTree = "<group>"; };
  332. 716551B2195BB699006E1227 /* SDL_atomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_atomic.h; path = ../../SDL2/include/SDL_atomic.h; sourceTree = "<group>"; };
  333. 716551B3195BB699006E1227 /* SDL_audio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_audio.h; path = ../../SDL2/include/SDL_audio.h; sourceTree = "<group>"; };
  334. 716551B4195BB699006E1227 /* SDL_bits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_bits.h; path = ../../SDL2/include/SDL_bits.h; sourceTree = "<group>"; };
  335. 716551B5195BB699006E1227 /* SDL_blendmode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_blendmode.h; path = ../../SDL2/include/SDL_blendmode.h; sourceTree = "<group>"; };
  336. 716551B6195BB699006E1227 /* SDL_clipboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_clipboard.h; path = ../../SDL2/include/SDL_clipboard.h; sourceTree = "<group>"; };
  337. 716551B7195BB699006E1227 /* SDL_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_config.h; path = ../../SDL2/include/SDL_config.h; sourceTree = "<group>"; };
  338. 716551B8195BB699006E1227 /* SDL_config_iphoneos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_config_iphoneos.h; path = ../../SDL2/include/SDL_config_iphoneos.h; sourceTree = "<group>"; };
  339. 716551B9195BB699006E1227 /* SDL_copying.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_copying.h; path = ../../SDL2/include/SDL_copying.h; sourceTree = "<group>"; };
  340. 716551BA195BB699006E1227 /* SDL_cpuinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_cpuinfo.h; path = ../../SDL2/include/SDL_cpuinfo.h; sourceTree = "<group>"; };
  341. 716551BB195BB699006E1227 /* SDL_endian.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_endian.h; path = ../../SDL2/include/SDL_endian.h; sourceTree = "<group>"; };
  342. 716551BC195BB699006E1227 /* SDL_error.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_error.h; path = ../../SDL2/include/SDL_error.h; sourceTree = "<group>"; };
  343. 716551BD195BB699006E1227 /* SDL_events.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_events.h; path = ../../SDL2/include/SDL_events.h; sourceTree = "<group>"; };
  344. 716551BE195BB699006E1227 /* SDL_filesystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_filesystem.h; path = ../../SDL2/include/SDL_filesystem.h; sourceTree = "<group>"; };
  345. 716551BF195BB699006E1227 /* SDL_gamecontroller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_gamecontroller.h; path = ../../SDL2/include/SDL_gamecontroller.h; sourceTree = "<group>"; };
  346. 716551C0195BB699006E1227 /* SDL_gesture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_gesture.h; path = ../../SDL2/include/SDL_gesture.h; sourceTree = "<group>"; };
  347. 716551C1195BB699006E1227 /* SDL_haptic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_haptic.h; path = ../../SDL2/include/SDL_haptic.h; sourceTree = "<group>"; };
  348. 716551C2195BB699006E1227 /* SDL_hints.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_hints.h; path = ../../SDL2/include/SDL_hints.h; sourceTree = "<group>"; };
  349. 716551C3195BB699006E1227 /* SDL_joystick.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_joystick.h; path = ../../SDL2/include/SDL_joystick.h; sourceTree = "<group>"; };
  350. 716551C4195BB699006E1227 /* SDL_keyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_keyboard.h; path = ../../SDL2/include/SDL_keyboard.h; sourceTree = "<group>"; };
  351. 716551C5195BB699006E1227 /* SDL_keycode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_keycode.h; path = ../../SDL2/include/SDL_keycode.h; sourceTree = "<group>"; };
  352. 716551C6195BB699006E1227 /* SDL_loadso.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_loadso.h; path = ../../SDL2/include/SDL_loadso.h; sourceTree = "<group>"; };
  353. 716551C7195BB699006E1227 /* SDL_log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_log.h; path = ../../SDL2/include/SDL_log.h; sourceTree = "<group>"; };
  354. 716551C8195BB699006E1227 /* SDL_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_main.h; path = ../../SDL2/include/SDL_main.h; sourceTree = "<group>"; };
  355. 716551C9195BB699006E1227 /* SDL_messagebox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_messagebox.h; path = ../../SDL2/include/SDL_messagebox.h; sourceTree = "<group>"; };
  356. 716551CA195BB699006E1227 /* SDL_mouse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_mouse.h; path = ../../SDL2/include/SDL_mouse.h; sourceTree = "<group>"; };
  357. 716551CB195BB699006E1227 /* SDL_mutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_mutex.h; path = ../../SDL2/include/SDL_mutex.h; sourceTree = "<group>"; };
  358. 716551CC195BB699006E1227 /* SDL_name.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_name.h; path = ../../SDL2/include/SDL_name.h; sourceTree = "<group>"; };
  359. 716551CD195BB699006E1227 /* SDL_opengl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_opengl.h; path = ../../SDL2/include/SDL_opengl.h; sourceTree = "<group>"; };
  360. 716551CE195BB699006E1227 /* SDL_opengles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_opengles.h; path = ../../SDL2/include/SDL_opengles.h; sourceTree = "<group>"; };
  361. 716551CF195BB699006E1227 /* SDL_opengles2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_opengles2.h; path = ../../SDL2/include/SDL_opengles2.h; sourceTree = "<group>"; };
  362. 716551D0195BB699006E1227 /* SDL_pixels.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_pixels.h; path = ../../SDL2/include/SDL_pixels.h; sourceTree = "<group>"; };
  363. 716551D1195BB699006E1227 /* SDL_platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_platform.h; path = ../../SDL2/include/SDL_platform.h; sourceTree = "<group>"; };
  364. 716551D2195BB699006E1227 /* SDL_power.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_power.h; path = ../../SDL2/include/SDL_power.h; sourceTree = "<group>"; };
  365. 716551D3195BB699006E1227 /* SDL_quit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_quit.h; path = ../../SDL2/include/SDL_quit.h; sourceTree = "<group>"; };
  366. 716551D4195BB699006E1227 /* SDL_rect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_rect.h; path = ../../SDL2/include/SDL_rect.h; sourceTree = "<group>"; };
  367. 716551D5195BB699006E1227 /* SDL_render.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_render.h; path = ../../SDL2/include/SDL_render.h; sourceTree = "<group>"; };
  368. 716551D6195BB699006E1227 /* SDL_revision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_revision.h; path = ../../SDL2/include/SDL_revision.h; sourceTree = "<group>"; };
  369. 716551D7195BB699006E1227 /* SDL_rwops.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_rwops.h; path = ../../SDL2/include/SDL_rwops.h; sourceTree = "<group>"; };
  370. 716551D8195BB699006E1227 /* SDL_scancode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_scancode.h; path = ../../SDL2/include/SDL_scancode.h; sourceTree = "<group>"; };
  371. 716551D9195BB699006E1227 /* SDL_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_shape.h; path = ../../SDL2/include/SDL_shape.h; sourceTree = "<group>"; };
  372. 716551DA195BB699006E1227 /* SDL_stdinc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_stdinc.h; path = ../../SDL2/include/SDL_stdinc.h; sourceTree = "<group>"; };
  373. 716551DB195BB699006E1227 /* SDL_surface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_surface.h; path = ../../SDL2/include/SDL_surface.h; sourceTree = "<group>"; };
  374. 716551DC195BB699006E1227 /* SDL_system.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_system.h; path = ../../SDL2/include/SDL_system.h; sourceTree = "<group>"; };
  375. 716551DD195BB699006E1227 /* SDL_syswm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_syswm.h; path = ../../SDL2/include/SDL_syswm.h; sourceTree = "<group>"; };
  376. 716551DE195BB699006E1227 /* SDL_thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_thread.h; path = ../../SDL2/include/SDL_thread.h; sourceTree = "<group>"; };
  377. 716551DF195BB699006E1227 /* SDL_timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_timer.h; path = ../../SDL2/include/SDL_timer.h; sourceTree = "<group>"; };
  378. 716551E0195BB699006E1227 /* SDL_touch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_touch.h; path = ../../SDL2/include/SDL_touch.h; sourceTree = "<group>"; };
  379. 716551E1195BB699006E1227 /* SDL_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_types.h; path = ../../SDL2/include/SDL_types.h; sourceTree = "<group>"; };
  380. 716551E2195BB699006E1227 /* SDL_version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_version.h; path = ../../SDL2/include/SDL_version.h; sourceTree = "<group>"; };
  381. 716551E3195BB699006E1227 /* SDL_video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_video.h; path = ../../SDL2/include/SDL_video.h; sourceTree = "<group>"; };
  382. 716551E5195BB6DA006E1227 /* binfile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = binfile.cpp; sourceTree = "<group>"; };
  383. 716551E6195BB6DA006E1227 /* binfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = binfile.h; sourceTree = "<group>"; };
  384. 716551E7195BB6DA006E1227 /* binio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = binio.cpp; sourceTree = "<group>"; };
  385. 716551E8195BB6DA006E1227 /* binio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = binio.h; sourceTree = "<group>"; };
  386. 716551E9195BB6DA006E1227 /* demuopl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = demuopl.h; sourceTree = "<group>"; };
  387. 716551EA195BB6DA006E1227 /* dosbox_opl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dosbox_opl.cpp; sourceTree = "<group>"; };
  388. 716551EB195BB6DA006E1227 /* dosbox_opl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dosbox_opl.h; sourceTree = "<group>"; };
  389. 716551EC195BB6DA006E1227 /* emuopl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = emuopl.cpp; sourceTree = "<group>"; };
  390. 716551ED195BB6DA006E1227 /* emuopl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = emuopl.h; sourceTree = "<group>"; };
  391. 716551EE195BB6DA006E1227 /* fmopl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fmopl.c; sourceTree = "<group>"; };
  392. 716551EF195BB6DA006E1227 /* fmopl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fmopl.h; sourceTree = "<group>"; };
  393. 716551F0195BB6DA006E1227 /* fprovide.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fprovide.cpp; sourceTree = "<group>"; };
  394. 716551F1195BB6DA006E1227 /* fprovide.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fprovide.h; sourceTree = "<group>"; };
  395. 716551F7195BB6DA006E1227 /* opl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opl.h; sourceTree = "<group>"; };
  396. 716551F8195BB6DA006E1227 /* player.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = player.cpp; sourceTree = "<group>"; };
  397. 716551F9195BB6DA006E1227 /* player.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = player.h; sourceTree = "<group>"; };
  398. 716551FA195BB6DA006E1227 /* rix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rix.cpp; sourceTree = "<group>"; };
  399. 716551FB195BB6DA006E1227 /* rix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rix.h; sourceTree = "<group>"; };
  400. 716551FC195BB6DA006E1227 /* surroundopl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surroundopl.cpp; sourceTree = "<group>"; };
  401. 716551FD195BB6DA006E1227 /* surroundopl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surroundopl.h; sourceTree = "<group>"; };
  402. 716551FE195BB6DA006E1227 /* ascii.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ascii.h; path = ../../../ascii.h; sourceTree = "<group>"; };
  403. 716551FF195BB6DA006E1227 /* battle.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = battle.c; path = ../../../battle.c; sourceTree = "<group>"; };
  404. 71655200195BB6DA006E1227 /* battle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = battle.h; path = ../../../battle.h; sourceTree = "<group>"; };
  405. 71655201195BB6DA006E1227 /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = common.h; path = ../../../common.h; sourceTree = "<group>"; };
  406. 71655202195BB6DA006E1227 /* ending.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ending.c; path = ../../../ending.c; sourceTree = "<group>"; };
  407. 71655203195BB6DA006E1227 /* ending.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ending.h; path = ../../../ending.h; sourceTree = "<group>"; };
  408. 71655204195BB6DA006E1227 /* fight.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fight.c; path = ../../../fight.c; sourceTree = "<group>"; };
  409. 71655205195BB6DA006E1227 /* fight.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fight.h; path = ../../../fight.h; sourceTree = "<group>"; };
  410. 71655206195BB6DA006E1227 /* font.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = font.c; path = ../../../font.c; sourceTree = "<group>"; };
  411. 71655207195BB6DA006E1227 /* font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = font.h; path = ../../../font.h; sourceTree = "<group>"; };
  412. 71655208195BB6DA006E1227 /* game.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = game.c; path = ../../../game.c; sourceTree = "<group>"; };
  413. 71655209195BB6DA006E1227 /* game.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = game.h; path = ../../../game.h; sourceTree = "<group>"; };
  414. 7165520A195BB6DA006E1227 /* getopt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = getopt.c; path = ../../../getopt.c; sourceTree = "<group>"; };
  415. 7165520B195BB6DA006E1227 /* getopt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getopt.h; path = ../../../getopt.h; sourceTree = "<group>"; };
  416. 7165520C195BB6DA006E1227 /* global.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = global.c; path = ../../../global.c; sourceTree = "<group>"; };
  417. 7165520D195BB6DA006E1227 /* global.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = global.h; path = ../../../global.h; sourceTree = "<group>"; };
  418. 7165520E195BB6DA006E1227 /* input.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = input.c; path = ../../../input.c; sourceTree = "<group>"; };
  419. 7165520F195BB6DA006E1227 /* input.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = input.h; path = ../../../input.h; sourceTree = "<group>"; };
  420. 71655210195BB6DA006E1227 /* itemmenu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = itemmenu.c; path = ../../../itemmenu.c; sourceTree = "<group>"; };
  421. 71655211195BB6DA006E1227 /* itemmenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = itemmenu.h; path = ../../../itemmenu.h; sourceTree = "<group>"; };
  422. 71655213195BB6DA006E1227 /* bit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bit.c; sourceTree = "<group>"; };
  423. 71655214195BB6DA006E1227 /* bit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bit.h; sourceTree = "<group>"; };
  424. 71655215195BB6DA006E1227 /* D.dat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = D.dat; sourceTree = "<group>"; };
  425. 71655216195BB6DA006E1227 /* decoder.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = decoder.c; sourceTree = "<group>"; };
  426. 71655217195BB6DA006E1227 /* decoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = decoder.h; sourceTree = "<group>"; };
  427. 71655218195BB6DA006E1227 /* fixed.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fixed.c; sourceTree = "<group>"; };
  428. 71655219195BB6DA006E1227 /* fixed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fixed.h; sourceTree = "<group>"; };
  429. 7165521A195BB6DA006E1227 /* frame.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = frame.c; sourceTree = "<group>"; };
  430. 7165521B195BB6DA006E1227 /* frame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = frame.h; sourceTree = "<group>"; };
  431. 7165521C195BB6DA006E1227 /* huffman.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = huffman.c; sourceTree = "<group>"; };
  432. 7165521D195BB6DA006E1227 /* huffman.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = huffman.h; sourceTree = "<group>"; };
  433. 7165521E195BB6DA006E1227 /* imdct_s.dat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = imdct_s.dat; sourceTree = "<group>"; };
  434. 7165521F195BB6DA006E1227 /* layer12.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = layer12.c; sourceTree = "<group>"; };
  435. 71655220195BB6DA006E1227 /* layer12.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = layer12.h; sourceTree = "<group>"; };
  436. 71655221195BB6DA006E1227 /* layer3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = layer3.c; sourceTree = "<group>"; };
  437. 71655222195BB6DA006E1227 /* layer3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = layer3.h; sourceTree = "<group>"; };
  438. 71655223195BB6DA006E1227 /* libmad_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libmad_config.h; sourceTree = "<group>"; };
  439. 71655224195BB6DA006E1227 /* libmad_global.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libmad_global.h; sourceTree = "<group>"; };
  440. 71655225195BB6DA006E1227 /* mad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mad.h; sourceTree = "<group>"; };
  441. 71655226195BB6DA006E1227 /* music_mad.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = music_mad.c; sourceTree = "<group>"; };
  442. 71655227195BB6DA006E1227 /* music_mad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = music_mad.h; sourceTree = "<group>"; };
  443. 71655228195BB6DA006E1227 /* qc_table.dat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = qc_table.dat; sourceTree = "<group>"; };
  444. 71655229195BB6DA006E1227 /* rq_table.dat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rq_table.dat; sourceTree = "<group>"; };
  445. 7165522A195BB6DA006E1227 /* sf_table.dat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = sf_table.dat; sourceTree = "<group>"; };
  446. 7165522B195BB6DA006E1227 /* stream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = stream.c; sourceTree = "<group>"; };
  447. 7165522C195BB6DA006E1227 /* stream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stream.h; sourceTree = "<group>"; };
  448. 7165522D195BB6DA006E1227 /* synth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = synth.c; sourceTree = "<group>"; };
  449. 7165522E195BB6DA006E1227 /* synth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = synth.h; sourceTree = "<group>"; };
  450. 7165522F195BB6DA006E1227 /* timer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = timer.c; sourceTree = "<group>"; };
  451. 71655230195BB6DA006E1227 /* timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timer.h; sourceTree = "<group>"; };
  452. 71655231195BB6DA006E1227 /* magicmenu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = magicmenu.c; path = ../../../magicmenu.c; sourceTree = "<group>"; };
  453. 71655232195BB6DA006E1227 /* magicmenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = magicmenu.h; path = ../../../magicmenu.h; sourceTree = "<group>"; };
  454. 71655233195BB6DA006E1227 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = main.c; path = ../../../main.c; sourceTree = "<group>"; };
  455. 71655234195BB6DA006E1227 /* main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = main.h; path = ../../../main.h; sourceTree = "<group>"; };
  456. 71655235195BB6DA006E1227 /* map.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = map.c; path = ../../../map.c; sourceTree = "<group>"; };
  457. 71655236195BB6DA006E1227 /* map.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = map.h; path = ../../../map.h; sourceTree = "<group>"; };
  458. 71655237195BB6DA006E1227 /* palcommon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = palcommon.c; path = ../../../palcommon.c; sourceTree = "<group>"; };
  459. 71655238195BB6DA006E1227 /* palcommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = palcommon.h; path = ../../../palcommon.h; sourceTree = "<group>"; };
  460. 71655239195BB6DB006E1227 /* palette.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = palette.c; path = ../../../palette.c; sourceTree = "<group>"; };
  461. 7165523A195BB6DB006E1227 /* palette.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = palette.h; path = ../../../palette.h; sourceTree = "<group>"; };
  462. 7165523B195BB6DB006E1227 /* play.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = play.c; path = ../../../play.c; sourceTree = "<group>"; };
  463. 7165523C195BB6DB006E1227 /* play.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = play.h; path = ../../../play.h; sourceTree = "<group>"; };
  464. 7165523D195BB6DB006E1227 /* res.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = res.c; path = ../../../res.c; sourceTree = "<group>"; };
  465. 7165523E195BB6DB006E1227 /* res.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = res.h; path = ../../../res.h; sourceTree = "<group>"; };
  466. 7165523F195BB6DB006E1227 /* rixplay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rixplay.cpp; path = ../../../rixplay.cpp; sourceTree = "<group>"; };
  467. 71655240195BB6DB006E1227 /* rixplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rixplay.h; path = ../../../rixplay.h; sourceTree = "<group>"; };
  468. 71655241195BB6DB006E1227 /* rngplay.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rngplay.c; path = ../../../rngplay.c; sourceTree = "<group>"; };
  469. 71655242195BB6DB006E1227 /* rngplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rngplay.h; path = ../../../rngplay.h; sourceTree = "<group>"; };
  470. 71655243195BB6DB006E1227 /* scene.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = scene.c; path = ../../../scene.c; sourceTree = "<group>"; };
  471. 71655244195BB6DB006E1227 /* scene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = scene.h; path = ../../../scene.h; sourceTree = "<group>"; };
  472. 71655245195BB6DB006E1227 /* script.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = script.c; path = ../../../script.c; sourceTree = "<group>"; };
  473. 71655246195BB6DB006E1227 /* script.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = script.h; path = ../../../script.h; sourceTree = "<group>"; };
  474. 71655247195BB6DB006E1227 /* sound.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sound.c; path = ../../../sound.c; sourceTree = "<group>"; };
  475. 71655248195BB6DB006E1227 /* sound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sound.h; path = ../../../sound.h; sourceTree = "<group>"; };
  476. 71655249195BB6DB006E1227 /* text.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = text.c; path = ../../../text.c; sourceTree = "<group>"; };
  477. 7165524A195BB6DB006E1227 /* text.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = text.h; path = ../../../text.h; sourceTree = "<group>"; };
  478. 7165524B195BB6DB006E1227 /* ui.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ui.c; path = ../../../ui.c; sourceTree = "<group>"; };
  479. 7165524C195BB6DB006E1227 /* ui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ui.h; path = ../../../ui.h; sourceTree = "<group>"; };
  480. 7165524D195BB6DB006E1227 /* uibattle.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = uibattle.c; path = ../../../uibattle.c; sourceTree = "<group>"; };
  481. 7165524E195BB6DB006E1227 /* uibattle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = uibattle.h; path = ../../../uibattle.h; sourceTree = "<group>"; };
  482. 7165524F195BB6DB006E1227 /* uigame.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = uigame.c; path = ../../../uigame.c; sourceTree = "<group>"; };
  483. 71655250195BB6DB006E1227 /* uigame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = uigame.h; path = ../../../uigame.h; sourceTree = "<group>"; };
  484. 71655251195BB6DB006E1227 /* util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = util.c; path = ../../../util.c; sourceTree = "<group>"; };
  485. 71655252195BB6DB006E1227 /* util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = util.h; path = ../../../util.h; sourceTree = "<group>"; };
  486. 71655253195BB6DB006E1227 /* video.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = video.c; path = ../../../video.c; sourceTree = "<group>"; };
  487. 71655254195BB6DB006E1227 /* video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = video.h; path = ../../../video.h; sourceTree = "<group>"; };
  488. 71655255195BB6DB006E1227 /* yj1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = yj1.c; path = ../../../yj1.c; sourceTree = "<group>"; };
  489. 71655291195BBCD6006E1227 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
  490. 71655295195BBDFF006E1227 /* SDL_coreaudio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_coreaudio.c; path = ../../SDL2/src/audio/coreaudio/SDL_coreaudio.c; sourceTree = "<group>"; };
  491. 71655296195BBDFF006E1227 /* SDL_coreaudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_coreaudio.h; path = ../../SDL2/src/audio/coreaudio/SDL_coreaudio.h; sourceTree = "<group>"; };
  492. 71655297195BBDFF006E1227 /* SDL_dummyaudio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_dummyaudio.c; path = ../../SDL2/src/audio/dummy/SDL_dummyaudio.c; sourceTree = "<group>"; };
  493. 71655298195BBDFF006E1227 /* SDL_dummyaudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_dummyaudio.h; path = ../../SDL2/src/audio/dummy/SDL_dummyaudio.h; sourceTree = "<group>"; };
  494. 71655299195BBDFF006E1227 /* SDL_audio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_audio.c; path = ../../SDL2/src/audio/SDL_audio.c; sourceTree = "<group>"; };
  495. 7165529A195BBDFF006E1227 /* SDL_audio_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_audio_c.h; path = ../../SDL2/src/audio/SDL_audio_c.h; sourceTree = "<group>"; };
  496. 7165529B195BBDFF006E1227 /* SDL_audiocvt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_audiocvt.c; path = ../../SDL2/src/audio/SDL_audiocvt.c; sourceTree = "<group>"; };
  497. 7165529C195BBDFF006E1227 /* SDL_audiomem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_audiomem.h; path = ../../SDL2/src/audio/SDL_audiomem.h; sourceTree = "<group>"; };
  498. 7165529D195BBDFF006E1227 /* SDL_audiotypecvt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_audiotypecvt.c; path = ../../SDL2/src/audio/SDL_audiotypecvt.c; sourceTree = "<group>"; };
  499. 7165529E195BBDFF006E1227 /* SDL_mixer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_mixer.c; path = ../../SDL2/src/audio/SDL_mixer.c; sourceTree = "<group>"; };
  500. 7165529F195BBDFF006E1227 /* SDL_sysaudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_sysaudio.h; path = ../../SDL2/src/audio/SDL_sysaudio.h; sourceTree = "<group>"; };
  501. 716552A0195BBDFF006E1227 /* SDL_wave.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_wave.c; path = ../../SDL2/src/audio/SDL_wave.c; sourceTree = "<group>"; };
  502. 716552A1195BBDFF006E1227 /* SDL_wave.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_wave.h; path = ../../SDL2/src/audio/SDL_wave.h; sourceTree = "<group>"; };
  503. 716552A9195BBE1B006E1227 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
  504. 716552AB195BBE4C006E1227 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = System/Library/Frameworks/AudioUnit.framework; sourceTree = SDKROOT; };
  505. 716552AD195BBE7D006E1227 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
  506. 716552AF195BBECE006E1227 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  507. 71AA357F1A0BCA4E00793FFF /* util.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = util.m; sourceTree = "<group>"; };
  508. /* End PBXFileReference section */
  509. /* Begin PBXFrameworksBuildPhase section */
  510. 7165505A195BB372006E1227 /* Frameworks */ = {
  511. isa = PBXFrameworksBuildPhase;
  512. buildActionMask = 2147483647;
  513. files = (
  514. 716552B0195BBECE006E1227 /* QuartzCore.framework in Frameworks */,
  515. 716552AE195BBE7D006E1227 /* AudioToolbox.framework in Frameworks */,
  516. 716552AA195BBE1B006E1227 /* CoreAudio.framework in Frameworks */,
  517. 71655292195BBCD6006E1227 /* OpenGLES.framework in Frameworks */,
  518. 71655061195BB372006E1227 /* UIKit.framework in Frameworks */,
  519. 71655063195BB372006E1227 /* Foundation.framework in Frameworks */,
  520. 71655065195BB372006E1227 /* CoreGraphics.framework in Frameworks */,
  521. );
  522. runOnlyForDeploymentPostprocessing = 0;
  523. };
  524. /* End PBXFrameworksBuildPhase section */
  525. /* Begin PBXGroup section */
  526. 71655054195BB372006E1227 = {
  527. isa = PBXGroup;
  528. children = (
  529. 71655066195BB372006E1227 /* SDLPal */,
  530. 7165505F195BB372006E1227 /* Frameworks */,
  531. 7165505E195BB372006E1227 /* Products */,
  532. );
  533. sourceTree = "<group>";
  534. };
  535. 7165505E195BB372006E1227 /* Products */ = {
  536. isa = PBXGroup;
  537. children = (
  538. 7165505D195BB372006E1227 /* SDLPal.app */,
  539. );
  540. name = Products;
  541. sourceTree = "<group>";
  542. };
  543. 7165505F195BB372006E1227 /* Frameworks */ = {
  544. isa = PBXGroup;
  545. children = (
  546. 716552AF195BBECE006E1227 /* QuartzCore.framework */,
  547. 716552AD195BBE7D006E1227 /* AudioToolbox.framework */,
  548. 716552AB195BBE4C006E1227 /* AudioUnit.framework */,
  549. 716552A9195BBE1B006E1227 /* CoreAudio.framework */,
  550. 71655291195BBCD6006E1227 /* OpenGLES.framework */,
  551. 71655060195BB372006E1227 /* UIKit.framework */,
  552. 71655062195BB372006E1227 /* Foundation.framework */,
  553. 71655064195BB372006E1227 /* CoreGraphics.framework */,
  554. );
  555. name = Frameworks;
  556. sourceTree = "<group>";
  557. };
  558. 71655066195BB372006E1227 /* SDLPal */ = {
  559. isa = PBXGroup;
  560. children = (
  561. 716551E4195BB6DA006E1227 /* adplug */,
  562. 716551FE195BB6DA006E1227 /* ascii.h */,
  563. 716551FF195BB6DA006E1227 /* battle.c */,
  564. 71655200195BB6DA006E1227 /* battle.h */,
  565. 714FD4011977C6860024BE26 /* big5font.h */,
  566. 71655201195BB6DA006E1227 /* common.h */,
  567. 71655202195BB6DA006E1227 /* ending.c */,
  568. 71655203195BB6DA006E1227 /* ending.h */,
  569. 71655204195BB6DA006E1227 /* fight.c */,
  570. 71655205195BB6DA006E1227 /* fight.h */,
  571. 71655206195BB6DA006E1227 /* font.c */,
  572. 71655207195BB6DA006E1227 /* font.h */,
  573. 71655208195BB6DA006E1227 /* game.c */,
  574. 71655209195BB6DA006E1227 /* game.h */,
  575. 714FD4021977C6860024BE26 /* gbfont.h */,
  576. 7165520A195BB6DA006E1227 /* getopt.c */,
  577. 7165520B195BB6DA006E1227 /* getopt.h */,
  578. 7165520C195BB6DA006E1227 /* global.c */,
  579. 7165520D195BB6DA006E1227 /* global.h */,
  580. 7165520E195BB6DA006E1227 /* input.c */,
  581. 7165520F195BB6DA006E1227 /* input.h */,
  582. 71655210195BB6DA006E1227 /* itemmenu.c */,
  583. 71655211195BB6DA006E1227 /* itemmenu.h */,
  584. 71655212195BB6DA006E1227 /* libmad */,
  585. 71655231195BB6DA006E1227 /* magicmenu.c */,
  586. 71655232195BB6DA006E1227 /* magicmenu.h */,
  587. 71655233195BB6DA006E1227 /* main.c */,
  588. 71655234195BB6DA006E1227 /* main.h */,
  589. 71655235195BB6DA006E1227 /* map.c */,
  590. 71655236195BB6DA006E1227 /* map.h */,
  591. 71655237195BB6DA006E1227 /* palcommon.c */,
  592. 71655238195BB6DA006E1227 /* palcommon.h */,
  593. 71655239195BB6DB006E1227 /* palette.c */,
  594. 7165523A195BB6DB006E1227 /* palette.h */,
  595. 7165523B195BB6DB006E1227 /* play.c */,
  596. 7165523C195BB6DB006E1227 /* play.h */,
  597. 7165523D195BB6DB006E1227 /* res.c */,
  598. 7165523E195BB6DB006E1227 /* res.h */,
  599. 7165523F195BB6DB006E1227 /* rixplay.cpp */,
  600. 71655240195BB6DB006E1227 /* rixplay.h */,
  601. 71655241195BB6DB006E1227 /* rngplay.c */,
  602. 71655242195BB6DB006E1227 /* rngplay.h */,
  603. 71655243195BB6DB006E1227 /* scene.c */,
  604. 71655244195BB6DB006E1227 /* scene.h */,
  605. 71655245195BB6DB006E1227 /* script.c */,
  606. 71655246195BB6DB006E1227 /* script.h */,
  607. 71655247195BB6DB006E1227 /* sound.c */,
  608. 71655248195BB6DB006E1227 /* sound.h */,
  609. 71655249195BB6DB006E1227 /* text.c */,
  610. 7165524A195BB6DB006E1227 /* text.h */,
  611. 7165524B195BB6DB006E1227 /* ui.c */,
  612. 7165524C195BB6DB006E1227 /* ui.h */,
  613. 7165524D195BB6DB006E1227 /* uibattle.c */,
  614. 7165524E195BB6DB006E1227 /* uibattle.h */,
  615. 7165524F195BB6DB006E1227 /* uigame.c */,
  616. 71655250195BB6DB006E1227 /* uigame.h */,
  617. 71655251195BB6DB006E1227 /* util.c */,
  618. 71655252195BB6DB006E1227 /* util.h */,
  619. 71655253195BB6DB006E1227 /* video.c */,
  620. 71655254195BB6DB006E1227 /* video.h */,
  621. 71655255195BB6DB006E1227 /* yj1.c */,
  622. 71655081195BB43A006E1227 /* SDL */,
  623. 71655067195BB372006E1227 /* Supporting Files */,
  624. );
  625. path = SDLPal;
  626. sourceTree = "<group>";
  627. };
  628. 71655067195BB372006E1227 /* Supporting Files */ = {
  629. isa = PBXGroup;
  630. children = (
  631. 71AA357F1A0BCA4E00793FFF /* util.m */,
  632. 7165507D195BB3D8006E1227 /* Icon.png */,
  633. 71655068195BB372006E1227 /* SDLPal-Info.plist */,
  634. 71655072195BB372006E1227 /* Default.png */,
  635. 71655074195BB372006E1227 /* Default@2x.png */,
  636. 71655076195BB372006E1227 /* Default-568h@2x.png */,
  637. );
  638. name = "Supporting Files";
  639. sourceTree = "<group>";
  640. };
  641. 71655081195BB43A006E1227 /* SDL */ = {
  642. isa = PBXGroup;
  643. children = (
  644. 71655083195BB4C9006E1227 /* src */,
  645. 71655082195BB4BF006E1227 /* include */,
  646. );
  647. name = SDL;
  648. sourceTree = "<group>";
  649. };
  650. 71655082195BB4BF006E1227 /* include */ = {
  651. isa = PBXGroup;
  652. children = (
  653. 716551AE195BB699006E1227 /* begin_code.h */,
  654. 716551AF195BB699006E1227 /* close_code.h */,
  655. 716551B0195BB699006E1227 /* SDL.h */,
  656. 716551B1195BB699006E1227 /* SDL_assert.h */,
  657. 716551B2195BB699006E1227 /* SDL_atomic.h */,
  658. 716551B3195BB699006E1227 /* SDL_audio.h */,
  659. 716551B4195BB699006E1227 /* SDL_bits.h */,
  660. 716551B5195BB699006E1227 /* SDL_blendmode.h */,
  661. 716551B6195BB699006E1227 /* SDL_clipboard.h */,
  662. 716551B7195BB699006E1227 /* SDL_config.h */,
  663. 716551B8195BB699006E1227 /* SDL_config_iphoneos.h */,
  664. 716551B9195BB699006E1227 /* SDL_copying.h */,
  665. 716551BA195BB699006E1227 /* SDL_cpuinfo.h */,
  666. 716551BB195BB699006E1227 /* SDL_endian.h */,
  667. 716551BC195BB699006E1227 /* SDL_error.h */,
  668. 716551BD195BB699006E1227 /* SDL_events.h */,
  669. 716551BE195BB699006E1227 /* SDL_filesystem.h */,
  670. 716551BF195BB699006E1227 /* SDL_gamecontroller.h */,
  671. 716551C0195BB699006E1227 /* SDL_gesture.h */,
  672. 716551C1195BB699006E1227 /* SDL_haptic.h */,
  673. 716551C2195BB699006E1227 /* SDL_hints.h */,
  674. 716551C3195BB699006E1227 /* SDL_joystick.h */,
  675. 716551C4195BB699006E1227 /* SDL_keyboard.h */,
  676. 716551C5195BB699006E1227 /* SDL_keycode.h */,
  677. 716551C6195BB699006E1227 /* SDL_loadso.h */,
  678. 716551C7195BB699006E1227 /* SDL_log.h */,
  679. 716551C8195BB699006E1227 /* SDL_main.h */,
  680. 716551C9195BB699006E1227 /* SDL_messagebox.h */,
  681. 716551CA195BB699006E1227 /* SDL_mouse.h */,
  682. 716551CB195BB699006E1227 /* SDL_mutex.h */,
  683. 716551CC195BB699006E1227 /* SDL_name.h */,
  684. 716551CD195BB699006E1227 /* SDL_opengl.h */,
  685. 716551CE195BB699006E1227 /* SDL_opengles.h */,
  686. 716551CF195BB699006E1227 /* SDL_opengles2.h */,
  687. 716551D0195BB699006E1227 /* SDL_pixels.h */,
  688. 716551D1195BB699006E1227 /* SDL_platform.h */,
  689. 716551D2195BB699006E1227 /* SDL_power.h */,
  690. 716551D3195BB699006E1227 /* SDL_quit.h */,
  691. 716551D4195BB699006E1227 /* SDL_rect.h */,
  692. 716551D5195BB699006E1227 /* SDL_render.h */,
  693. 716551D6195BB699006E1227 /* SDL_revision.h */,
  694. 716551D7195BB699006E1227 /* SDL_rwops.h */,
  695. 716551D8195BB699006E1227 /* SDL_scancode.h */,
  696. 716551D9195BB699006E1227 /* SDL_shape.h */,
  697. 716551DA195BB699006E1227 /* SDL_stdinc.h */,
  698. 716551DB195BB699006E1227 /* SDL_surface.h */,
  699. 716551DC195BB699006E1227 /* SDL_system.h */,
  700. 716551DD195BB699006E1227 /* SDL_syswm.h */,
  701. 716551DE195BB699006E1227 /* SDL_thread.h */,
  702. 716551DF195BB699006E1227 /* SDL_timer.h */,
  703. 716551E0195BB699006E1227 /* SDL_touch.h */,
  704. 716551E1195BB699006E1227 /* SDL_types.h */,
  705. 716551E2195BB699006E1227 /* SDL_version.h */,
  706. 716551E3195BB699006E1227 /* SDL_video.h */,
  707. );
  708. name = include;
  709. sourceTree = "<group>";
  710. };
  711. 71655083195BB4C9006E1227 /* src */ = {
  712. isa = PBXGroup;
  713. children = (
  714. 716550B5195BB577006E1227 /* video */,
  715. 716550B4195BB573006E1227 /* timer */,
  716. 716550B3195BB56D006E1227 /* thread */,
  717. 716550B2195BB569006E1227 /* stdlib */,
  718. 716550B1195BB562006E1227 /* render */,
  719. 716550B0195BB55E006E1227 /* power */,
  720. 716550AF195BB55A006E1227 /* loadso */,
  721. 716550AE195BB554006E1227 /* joystick */,
  722. 716550AD195BB550006E1227 /* haptic */,
  723. 716550AC195BB54B006E1227 /* filesystem */,
  724. 716550AB195BB547006E1227 /* file */,
  725. 716550AA195BB541006E1227 /* events */,
  726. 716550A9195BB53C006E1227 /* dynapi */,
  727. 716550A8195BB535006E1227 /* cpuinfo */,
  728. 716550A7195BB531006E1227 /* audio */,
  729. 716550A6195BB52C006E1227 /* atomic */,
  730. 71655099195BB504006E1227 /* SDL_internal.h */,
  731. 7165509A195BB504006E1227 /* SDL_assert.c */,
  732. 7165509B195BB504006E1227 /* SDL_assert_c.h */,
  733. 7165509C195BB504006E1227 /* SDL_error_c.h */,
  734. 7165509D195BB504006E1227 /* SDL_error.c */,
  735. 7165509E195BB504006E1227 /* SDL_hints.c */,
  736. 7165509F195BB504006E1227 /* SDL_log.c */,
  737. 716550A0195BB504006E1227 /* SDL.c */,
  738. );
  739. name = src;
  740. sourceTree = "<group>";
  741. };
  742. 716550A6195BB52C006E1227 /* atomic */ = {
  743. isa = PBXGroup;
  744. children = (
  745. 716550B6195BB58A006E1227 /* SDL_atomic.c */,
  746. 716550B7195BB58A006E1227 /* SDL_spinlock.c */,
  747. );
  748. name = atomic;
  749. sourceTree = "<group>";
  750. };
  751. 716550A7195BB531006E1227 /* audio */ = {
  752. isa = PBXGroup;
  753. children = (
  754. 71655295195BBDFF006E1227 /* SDL_coreaudio.c */,
  755. 71655296195BBDFF006E1227 /* SDL_coreaudio.h */,
  756. 71655297195BBDFF006E1227 /* SDL_dummyaudio.c */,
  757. 71655298195BBDFF006E1227 /* SDL_dummyaudio.h */,
  758. 71655299195BBDFF006E1227 /* SDL_audio.c */,
  759. 7165529A195BBDFF006E1227 /* SDL_audio_c.h */,
  760. 7165529B195BBDFF006E1227 /* SDL_audiocvt.c */,
  761. 7165529C195BBDFF006E1227 /* SDL_audiomem.h */,
  762. 7165529D195BBDFF006E1227 /* SDL_audiotypecvt.c */,
  763. 7165529E195BBDFF006E1227 /* SDL_mixer.c */,
  764. 7165529F195BBDFF006E1227 /* SDL_sysaudio.h */,
  765. 716552A0195BBDFF006E1227 /* SDL_wave.c */,
  766. 716552A1195BBDFF006E1227 /* SDL_wave.h */,
  767. );
  768. name = audio;
  769. sourceTree = "<group>";
  770. };
  771. 716550A8195BB535006E1227 /* cpuinfo */ = {
  772. isa = PBXGroup;
  773. children = (
  774. 716550CC195BB5D0006E1227 /* SDL_cpuinfo.c */,
  775. );
  776. name = cpuinfo;
  777. sourceTree = "<group>";
  778. };
  779. 716550A9195BB53C006E1227 /* dynapi */ = {
  780. isa = PBXGroup;
  781. children = (
  782. 716550D2195BB5E6006E1227 /* SDL_dynapi_overrides.h */,
  783. 716550D3195BB5E6006E1227 /* SDL_dynapi_procs.h */,
  784. 716550D4195BB5E6006E1227 /* SDL_dynapi.c */,
  785. 716550D5195BB5E6006E1227 /* SDL_dynapi.h */,
  786. );
  787. name = dynapi;
  788. sourceTree = "<group>";
  789. };
  790. 716550AA195BB541006E1227 /* events */ = {
  791. isa = PBXGroup;
  792. children = (
  793. 716550D7195BB5F3006E1227 /* blank_cursor.h */,
  794. 716550D8195BB5F3006E1227 /* default_cursor.h */,
  795. 716550D9195BB5F3006E1227 /* scancodes_darwin.h */,
  796. 716550DA195BB5F3006E1227 /* scancodes_linux.h */,
  797. 716550DB195BB5F3006E1227 /* scancodes_xfree86.h */,
  798. 716550DC195BB5F3006E1227 /* SDL_clipboardevents.c */,
  799. 716550DD195BB5F3006E1227 /* SDL_clipboardevents_c.h */,
  800. 716550DE195BB5F3006E1227 /* SDL_dropevents.c */,
  801. 716550DF195BB5F3006E1227 /* SDL_dropevents_c.h */,
  802. 716550E0195BB5F3006E1227 /* SDL_events.c */,
  803. 716550E1195BB5F3006E1227 /* SDL_events_c.h */,
  804. 716550E2195BB5F3006E1227 /* SDL_gesture.c */,
  805. 716550E3195BB5F3006E1227 /* SDL_gesture_c.h */,
  806. 716550E4195BB5F3006E1227 /* SDL_keyboard.c */,
  807. 716550E5195BB5F3006E1227 /* SDL_keyboard_c.h */,
  808. 716550E6195BB5F3006E1227 /* SDL_mouse.c */,
  809. 716550E7195BB5F3006E1227 /* SDL_mouse_c.h */,
  810. 716550E8195BB5F3006E1227 /* SDL_quit.c */,
  811. 716550E9195BB5F3006E1227 /* SDL_sysevents.h */,
  812. 716550EA195BB5F3006E1227 /* SDL_touch.c */,
  813. 716550EB195BB5F3006E1227 /* SDL_touch_c.h */,
  814. 716550EC195BB5F3006E1227 /* SDL_windowevents.c */,
  815. 716550ED195BB5F3006E1227 /* SDL_windowevents_c.h */,
  816. );
  817. name = events;
  818. sourceTree = "<group>";
  819. };
  820. 716550AB195BB547006E1227 /* file */ = {
  821. isa = PBXGroup;
  822. children = (
  823. 716550F9195BB605006E1227 /* SDL_rwopsbundlesupport.h */,
  824. 716550FA195BB605006E1227 /* SDL_rwopsbundlesupport.m */,
  825. 716550F7195BB5FC006E1227 /* SDL_rwops.c */,
  826. );
  827. name = file;
  828. sourceTree = "<group>";
  829. };
  830. 716550AC195BB54B006E1227 /* filesystem */ = {
  831. isa = PBXGroup;
  832. children = (
  833. 716550FC195BB60E006E1227 /* SDL_sysfilesystem.m */,
  834. );
  835. name = filesystem;
  836. sourceTree = "<group>";
  837. };
  838. 716550AD195BB550006E1227 /* haptic */ = {
  839. isa = PBXGroup;
  840. children = (
  841. 716550FE195BB619006E1227 /* SDL_syshaptic.c */,
  842. 716550FF195BB619006E1227 /* SDL_haptic.c */,
  843. 71655100195BB619006E1227 /* SDL_syshaptic.h */,
  844. );
  845. name = haptic;
  846. sourceTree = "<group>";
  847. };
  848. 716550AE195BB554006E1227 /* joystick */ = {
  849. isa = PBXGroup;
  850. children = (
  851. 71655103195BB622006E1227 /* SDL_sysjoystick.m */,
  852. 71655104195BB622006E1227 /* SDLUIAccelerationDelegate.h */,
  853. 71655105195BB622006E1227 /* SDLUIAccelerationDelegate.m */,
  854. 71655106195BB622006E1227 /* SDL_gamecontroller.c */,
  855. 71655107195BB622006E1227 /* SDL_joystick.c */,
  856. 71655108195BB622006E1227 /* SDL_joystick_c.h */,
  857. 71655109195BB622006E1227 /* SDL_sysjoystick.h */,
  858. );
  859. name = joystick;
  860. sourceTree = "<group>";
  861. };
  862. 716550AF195BB55A006E1227 /* loadso */ = {
  863. isa = PBXGroup;
  864. children = (
  865. 7165510E195BB633006E1227 /* SDL_sysloadso.c */,
  866. 7165510F195BB633006E1227 /* SDL_sysloadso.c */,
  867. );
  868. name = loadso;
  869. sourceTree = "<group>";
  870. };
  871. 716550B0195BB55E006E1227 /* power */ = {
  872. isa = PBXGroup;
  873. children = (
  874. 71655112195BB63D006E1227 /* SDL_power.c */,
  875. 71655113195BB63D006E1227 /* SDL_syspower.m */,
  876. );
  877. name = power;
  878. sourceTree = "<group>";
  879. };
  880. 716550B1195BB562006E1227 /* render */ = {
  881. isa = PBXGroup;
  882. children = (
  883. 71655133195BB658006E1227 /* mmx.h */,
  884. 71655134195BB658006E1227 /* SDL_render.c */,
  885. 71655135195BB658006E1227 /* SDL_sysrender.h */,
  886. 71655136195BB658006E1227 /* SDL_yuv_mmx.c */,
  887. 71655137195BB658006E1227 /* SDL_yuv_sw_c.h */,
  888. 71655138195BB658006E1227 /* SDL_yuv_sw.c */,
  889. 71655116195BB64C006E1227 /* SDL_render_gles.c */,
  890. 71655117195BB64C006E1227 /* SDL_render_gles2.c */,
  891. 71655118195BB64C006E1227 /* SDL_shaders_gles2.c */,
  892. 71655119195BB64C006E1227 /* SDL_shaders_gles2.h */,
  893. 7165511A195BB64C006E1227 /* SDL_blendfillrect.c */,
  894. 7165511B195BB64C006E1227 /* SDL_blendfillrect.h */,
  895. 7165511C195BB64C006E1227 /* SDL_blendline.c */,
  896. 7165511D195BB64C006E1227 /* SDL_blendline.h */,
  897. 7165511E195BB64C006E1227 /* SDL_blendpoint.c */,
  898. 7165511F195BB64C006E1227 /* SDL_blendpoint.h */,
  899. 71655120195BB64C006E1227 /* SDL_draw.h */,
  900. 71655121195BB64C006E1227 /* SDL_drawline.c */,
  901. 71655122195BB64C006E1227 /* SDL_drawline.h */,
  902. 71655123195BB64C006E1227 /* SDL_drawpoint.c */,
  903. 71655124195BB64C006E1227 /* SDL_drawpoint.h */,
  904. 71655125195BB64C006E1227 /* SDL_render_sw.c */,
  905. 71655126195BB64C006E1227 /* SDL_render_sw_c.h */,
  906. 71655127195BB64C006E1227 /* SDL_rotate.c */,
  907. 71655128195BB64C006E1227 /* SDL_rotate.h */,
  908. );
  909. name = render;
  910. sourceTree = "<group>";
  911. };
  912. 716550B2195BB569006E1227 /* stdlib */ = {
  913. isa = PBXGroup;
  914. children = (
  915. 7165513C195BB660006E1227 /* SDL_getenv.c */,
  916. 7165513D195BB660006E1227 /* SDL_iconv.c */,
  917. 7165513E195BB660006E1227 /* SDL_malloc.c */,
  918. 7165513F195BB660006E1227 /* SDL_qsort.c */,
  919. 71655140195BB660006E1227 /* SDL_stdlib.c */,
  920. 71655141195BB660006E1227 /* SDL_string.c */,
  921. );
  922. name = stdlib;
  923. sourceTree = "<group>";
  924. };
  925. 716550B3195BB56D006E1227 /* thread */ = {
  926. isa = PBXGroup;
  927. children = (
  928. 71655148195BB669006E1227 /* SDL_syscond.c */,
  929. 71655149195BB669006E1227 /* SDL_sysmutex.c */,
  930. 7165514A195BB669006E1227 /* SDL_sysmutex_c.h */,
  931. 7165514B195BB669006E1227 /* SDL_syssem.c */,
  932. 7165514C195BB669006E1227 /* SDL_systhread.c */,
  933. 7165514D195BB669006E1227 /* SDL_systhread_c.h */,
  934. 7165514E195BB669006E1227 /* SDL_systls.c */,
  935. 7165514F195BB669006E1227 /* SDL_systhread.h */,
  936. 71655150195BB669006E1227 /* SDL_thread.c */,
  937. 71655151195BB669006E1227 /* SDL_thread_c.h */,
  938. );
  939. name = thread;
  940. sourceTree = "<group>";
  941. };
  942. 716550B4195BB573006E1227 /* timer */ = {
  943. isa = PBXGroup;
  944. children = (
  945. 71655158195BB675006E1227 /* SDL_systimer.c */,
  946. 71655159195BB675006E1227 /* SDL_timer.c */,
  947. 7165515A195BB675006E1227 /* SDL_timer_c.h */,
  948. );
  949. name = timer;
  950. sourceTree = "<group>";
  951. };
  952. 716550B5195BB577006E1227 /* video */ = {
  953. isa = PBXGroup;
  954. children = (
  955. 7165515D195BB685006E1227 /* keyinfotable.h */,
  956. 7165515E195BB685006E1227 /* SDL_uikitappdelegate.h */,
  957. 7165515F195BB685006E1227 /* SDL_uikitappdelegate.m */,
  958. 71655160195BB685006E1227 /* SDL_uikitevents.h */,
  959. 71655161195BB685006E1227 /* SDL_uikitevents.m */,
  960. 71655162195BB685006E1227 /* SDL_uikitmessagebox.h */,
  961. 71655163195BB685006E1227 /* SDL_uikitmessagebox.m */,
  962. 71655164195BB685006E1227 /* SDL_uikitmodes.h */,
  963. 71655165195BB685006E1227 /* SDL_uikitmodes.m */,
  964. 71655166195BB685006E1227 /* SDL_uikitopengles.h */,
  965. 71655167195BB685006E1227 /* SDL_uikitopengles.m */,
  966. 71655168195BB685006E1227 /* SDL_uikitopenglview.h */,
  967. 71655169195BB685006E1227 /* SDL_uikitopenglview.m */,
  968. 7165516A195BB685006E1227 /* SDL_uikitvideo.h */,
  969. 7165516B195BB685006E1227 /* SDL_uikitvideo.m */,
  970. 7165516C195BB685006E1227 /* SDL_uikitview.h */,
  971. 7165516D195BB685006E1227 /* SDL_uikitview.m */,
  972. 7165516E195BB685006E1227 /* SDL_uikitviewcontroller.h */,
  973. 7165516F195BB685006E1227 /* SDL_uikitviewcontroller.m */,
  974. 71655170195BB685006E1227 /* SDL_uikitwindow.h */,
  975. 71655171195BB685006E1227 /* SDL_uikitwindow.m */,
  976. 71655172195BB685006E1227 /* SDL_nullevents.c */,
  977. 71655173195BB685006E1227 /* SDL_nullevents_c.h */,
  978. 71655174195BB685006E1227 /* SDL_nullframebuffer_c.h */,
  979. 71655175195BB685006E1227 /* SDL_nullframebuffer.c */,
  980. 71655176195BB685006E1227 /* SDL_nullvideo.c */,
  981. 71655177195BB685006E1227 /* SDL_nullvideo.h */,
  982. 71655178195BB685006E1227 /* SDL_blit.c */,
  983. 71655179195BB685006E1227 /* SDL_blit.h */,
  984. 7165517A195BB685006E1227 /* SDL_blit_0.c */,
  985. 7165517B195BB685006E1227 /* SDL_blit_1.c */,
  986. 7165517C195BB685006E1227 /* SDL_blit_A.c */,
  987. 7165517D195BB685006E1227 /* SDL_blit_auto.c */,
  988. 7165517E195BB685006E1227 /* SDL_blit_auto.h */,
  989. 7165517F195BB685006E1227 /* SDL_blit_copy.c */,
  990. 71655180195BB685006E1227 /* SDL_blit_copy.h */,
  991. 71655181195BB685006E1227 /* SDL_blit_N.c */,
  992. 71655182195BB685006E1227 /* SDL_blit_slow.c */,
  993. 71655183195BB685006E1227 /* SDL_blit_slow.h */,
  994. 71655184195BB685006E1227 /* SDL_bmp.c */,
  995. 71655185195BB685006E1227 /* SDL_clipboard.c */,
  996. 71655186195BB685006E1227 /* SDL_fillrect.c */,
  997. 71655187195BB685006E1227 /* SDL_pixels.c */,
  998. 71655188195BB685006E1227 /* SDL_pixels_c.h */,
  999. 71655189195BB685006E1227 /* SDL_rect.c */,
  1000. 7165518A195BB685006E1227 /* SDL_RLEaccel.c */,
  1001. 7165518B195BB685006E1227 /* SDL_RLEaccel_c.h */,
  1002. 7165518C195BB685006E1227 /* SDL_stretch.c */,
  1003. 7165518D195BB685006E1227 /* SDL_surface.c */,
  1004. 7165518E195BB685006E1227 /* SDL_sysvideo.h */,
  1005. 7165518F195BB685006E1227 /* SDL_video.c */,
  1006. );
  1007. name = video;
  1008. sourceTree = "<group>";
  1009. };
  1010. 716551E4195BB6DA006E1227 /* adplug */ = {
  1011. isa = PBXGroup;
  1012. children = (
  1013. 716551E5195BB6DA006E1227 /* binfile.cpp */,
  1014. 716551E6195BB6DA006E1227 /* binfile.h */,
  1015. 716551E7195BB6DA006E1227 /* binio.cpp */,
  1016. 716551E8195BB6DA006E1227 /* binio.h */,
  1017. 716551E9195BB6DA006E1227 /* demuopl.h */,
  1018. 716551EA195BB6DA006E1227 /* dosbox_opl.cpp */,
  1019. 716551EB195BB6DA006E1227 /* dosbox_opl.h */,
  1020. 716551EC195BB6DA006E1227 /* emuopl.cpp */,
  1021. 716551ED195BB6DA006E1227 /* emuopl.h */,
  1022. 716551EE195BB6DA006E1227 /* fmopl.c */,
  1023. 716551EF195BB6DA006E1227 /* fmopl.h */,
  1024. 716551F0195BB6DA006E1227 /* fprovide.cpp */,
  1025. 716551F1195BB6DA006E1227 /* fprovide.h */,
  1026. 716551F7195BB6DA006E1227 /* opl.h */,
  1027. 716551F8195BB6DA006E1227 /* player.cpp */,
  1028. 716551F9195BB6DA006E1227 /* player.h */,
  1029. 716551FA195BB6DA006E1227 /* rix.cpp */,
  1030. 716551FB195BB6DA006E1227 /* rix.h */,
  1031. 716551FC195BB6DA006E1227 /* surroundopl.cpp */,
  1032. 716551FD195BB6DA006E1227 /* surroundopl.h */,
  1033. );
  1034. name = adplug;
  1035. path = ../../../adplug;
  1036. sourceTree = "<group>";
  1037. };
  1038. 71655212195BB6DA006E1227 /* libmad */ = {
  1039. isa = PBXGroup;
  1040. children = (
  1041. 71655213195BB6DA006E1227 /* bit.c */,
  1042. 71655214195BB6DA006E1227 /* bit.h */,
  1043. 71655215195BB6DA006E1227 /* D.dat */,
  1044. 71655216195BB6DA006E1227 /* decoder.c */,
  1045. 71655217195BB6DA006E1227 /* decoder.h */,
  1046. 71655218195BB6DA006E1227 /* fixed.c */,
  1047. 71655219195BB6DA006E1227 /* fixed.h */,
  1048. 7165521A195BB6DA006E1227 /* frame.c */,
  1049. 7165521B195BB6DA006E1227 /* frame.h */,
  1050. 7165521C195BB6DA006E1227 /* huffman.c */,
  1051. 7165521D195BB6DA006E1227 /* huffman.h */,
  1052. 7165521E195BB6DA006E1227 /* imdct_s.dat */,
  1053. 7165521F195BB6DA006E1227 /* layer12.c */,
  1054. 71655220195BB6DA006E1227 /* layer12.h */,
  1055. 71655221195BB6DA006E1227 /* layer3.c */,
  1056. 71655222195BB6DA006E1227 /* layer3.h */,
  1057. 71655223195BB6DA006E1227 /* libmad_config.h */,
  1058. 71655224195BB6DA006E1227 /* libmad_global.h */,
  1059. 71655225195BB6DA006E1227 /* mad.h */,
  1060. 71655226195BB6DA006E1227 /* music_mad.c */,
  1061. 71655227195BB6DA006E1227 /* music_mad.h */,
  1062. 71655228195BB6DA006E1227 /* qc_table.dat */,
  1063. 71655229195BB6DA006E1227 /* rq_table.dat */,
  1064. 7165522A195BB6DA006E1227 /* sf_table.dat */,
  1065. 7165522B195BB6DA006E1227 /* stream.c */,
  1066. 7165522C195BB6DA006E1227 /* stream.h */,
  1067. 7165522D195BB6DA006E1227 /* synth.c */,
  1068. 7165522E195BB6DA006E1227 /* synth.h */,
  1069. 7165522F195BB6DA006E1227 /* timer.c */,
  1070. 71655230195BB6DA006E1227 /* timer.h */,
  1071. );
  1072. name = libmad;
  1073. path = ../../../libmad;
  1074. sourceTree = "<group>";
  1075. };
  1076. /* End PBXGroup section */
  1077. /* Begin PBXNativeTarget section */
  1078. 7165505C195BB372006E1227 /* SDLPal */ = {
  1079. isa = PBXNativeTarget;
  1080. buildConfigurationList = 7165507A195BB372006E1227 /* Build configuration list for PBXNativeTarget "SDLPal" */;
  1081. buildPhases = (
  1082. 71655059195BB372006E1227 /* Sources */,
  1083. 7165505A195BB372006E1227 /* Frameworks */,
  1084. 7165505B195BB372006E1227 /* Resources */,
  1085. );
  1086. buildRules = (
  1087. );
  1088. dependencies = (
  1089. );
  1090. name = SDLPal;
  1091. productName = SDLPal;
  1092. productReference = 7165505D195BB372006E1227 /* SDLPal.app */;
  1093. productType = "com.apple.product-type.application";
  1094. };
  1095. /* End PBXNativeTarget section */
  1096. /* Begin PBXProject section */
  1097. 71655055195BB372006E1227 /* Project object */ = {
  1098. isa = PBXProject;
  1099. attributes = {
  1100. CLASSPREFIX = codeplex;
  1101. LastUpgradeCheck = 0460;
  1102. ORGANIZATIONNAME = "Wei Mingzhi";
  1103. };
  1104. buildConfigurationList = 71655058195BB372006E1227 /* Build configuration list for PBXProject "SDLPal" */;
  1105. compatibilityVersion = "Xcode 3.2";
  1106. developmentRegion = English;
  1107. hasScannedForEncodings = 0;
  1108. knownRegions = (
  1109. en,
  1110. );
  1111. mainGroup = 71655054195BB372006E1227;
  1112. productRefGroup = 7165505E195BB372006E1227 /* Products */;
  1113. projectDirPath = "";
  1114. projectRoot = "";
  1115. targets = (
  1116. 7165505C195BB372006E1227 /* SDLPal */,
  1117. );
  1118. };
  1119. /* End PBXProject section */
  1120. /* Begin PBXResourcesBuildPhase section */
  1121. 7165505B195BB372006E1227 /* Resources */ = {
  1122. isa = PBXResourcesBuildPhase;
  1123. buildActionMask = 2147483647;
  1124. files = (
  1125. 71655073195BB372006E1227 /* Default.png in Resources */,
  1126. 71655075195BB372006E1227 /* Default@2x.png in Resources */,
  1127. 71655077195BB372006E1227 /* Default-568h@2x.png in Resources */,
  1128. 7165507F195BB3D8006E1227 /* Icon.png in Resources */,
  1129. );
  1130. runOnlyForDeploymentPostprocessing = 0;
  1131. };
  1132. /* End PBXResourcesBuildPhase section */
  1133. /* Begin PBXSourcesBuildPhase section */
  1134. 71655059195BB372006E1227 /* Sources */ = {
  1135. isa = PBXSourcesBuildPhase;
  1136. buildActionMask = 2147483647;
  1137. files = (
  1138. 716550A1195BB504006E1227 /* SDL_assert.c in Sources */,
  1139. 716550A2195BB504006E1227 /* SDL_error.c in Sources */,
  1140. 716550A3195BB504006E1227 /* SDL_hints.c in Sources */,
  1141. 716550A4195BB504006E1227 /* SDL_log.c in Sources */,
  1142. 716550A5195BB504006E1227 /* SDL.c in Sources */,
  1143. 716550B8195BB58A006E1227 /* SDL_atomic.c in Sources */,
  1144. 716550B9195BB58A006E1227 /* SDL_spinlock.c in Sources */,
  1145. 716550CD195BB5D0006E1227 /* SDL_cpuinfo.c in Sources */,
  1146. 716550D6195BB5E6006E1227 /* SDL_dynapi.c in Sources */,
  1147. 716550EE195BB5F3006E1227 /* SDL_clipboardevents.c in Sources */,
  1148. 716550EF195BB5F3006E1227 /* SDL_dropevents.c in Sources */,
  1149. 716550F0195BB5F3006E1227 /* SDL_events.c in Sources */,
  1150. 716550F1195BB5F3006E1227 /* SDL_gesture.c in Sources */,
  1151. 716550F2195BB5F3006E1227 /* SDL_keyboard.c in Sources */,
  1152. 716550F3195BB5F3006E1227 /* SDL_mouse.c in Sources */,
  1153. 716550F4195BB5F3006E1227 /* SDL_quit.c in Sources */,
  1154. 716550F5195BB5F3006E1227 /* SDL_touch.c in Sources */,
  1155. 716550F6195BB5F3006E1227 /* SDL_windowevents.c in Sources */,
  1156. 716550F8195BB5FC006E1227 /* SDL_rwops.c in Sources */,
  1157. 716550FB195BB605006E1227 /* SDL_rwopsbundlesupport.m in Sources */,
  1158. 716550FD195BB60E006E1227 /* SDL_sysfilesystem.m in Sources */,
  1159. 71655101195BB619006E1227 /* SDL_syshaptic.c in Sources */,
  1160. 71655102195BB619006E1227 /* SDL_haptic.c in Sources */,
  1161. 7165510A195BB622006E1227 /* SDL_sysjoystick.m in Sources */,
  1162. 7165510B195BB622006E1227 /* SDLUIAccelerationDelegate.m in Sources */,
  1163. 7165510C195BB622006E1227 /* SDL_gamecontroller.c in Sources */,
  1164. 7165510D195BB622006E1227 /* SDL_joystick.c in Sources */,
  1165. 71655110195BB633006E1227 /* SDL_sysloadso.c in Sources */,
  1166. 71655111195BB633006E1227 /* SDL_sysloadso.c in Sources */,
  1167. 71655114195BB63D006E1227 /* SDL_power.c in Sources */,
  1168. 71655115195BB63D006E1227 /* SDL_syspower.m in Sources */,
  1169. 71655129195BB64C006E1227 /* SDL_render_gles.c in Sources */,
  1170. 7165512A195BB64C006E1227 /* SDL_render_gles2.c in Sources */,
  1171. 7165512B195BB64C006E1227 /* SDL_shaders_gles2.c in Sources */,
  1172. 7165512C195BB64C006E1227 /* SDL_blendfillrect.c in Sources */,
  1173. 7165512D195BB64C006E1227 /* SDL_blendline.c in Sources */,
  1174. 7165512E195BB64C006E1227 /* SDL_blendpoint.c in Sources */,
  1175. 7165512F195BB64C006E1227 /* SDL_drawline.c in Sources */,
  1176. 71655130195BB64C006E1227 /* SDL_drawpoint.c in Sources */,
  1177. 71655131195BB64C006E1227 /* SDL_render_sw.c in Sources */,
  1178. 71655132195BB64C006E1227 /* SDL_rotate.c in Sources */,
  1179. 71655139195BB658006E1227 /* SDL_render.c in Sources */,
  1180. 7165513A195BB658006E1227 /* SDL_yuv_mmx.c in Sources */,
  1181. 7165513B195BB658006E1227 /* SDL_yuv_sw.c in Sources */,
  1182. 71655142195BB660006E1227 /* SDL_getenv.c in Sources */,
  1183. 71655143195BB660006E1227 /* SDL_iconv.c in Sources */,
  1184. 71655144195BB660006E1227 /* SDL_malloc.c in Sources */,
  1185. 71655145195BB660006E1227 /* SDL_qsort.c in Sources */,
  1186. 71655146195BB660006E1227 /* SDL_stdlib.c in Sources */,
  1187. 71655147195BB660006E1227 /* SDL_string.c in Sources */,
  1188. 71655152195BB669006E1227 /* SDL_syscond.c in Sources */,
  1189. 71655153195BB669006E1227 /* SDL_sysmutex.c in Sources */,
  1190. 71655154195BB669006E1227 /* SDL_syssem.c in Sources */,
  1191. 71655155195BB669006E1227 /* SDL_systhread.c in Sources */,
  1192. 71655156195BB669006E1227 /* SDL_systls.c in Sources */,
  1193. 71655157195BB669006E1227 /* SDL_thread.c in Sources */,
  1194. 7165515B195BB675006E1227 /* SDL_systimer.c in Sources */,
  1195. 7165515C195BB675006E1227 /* SDL_timer.c in Sources */,
  1196. 71655190195BB685006E1227 /* SDL_uikitappdelegate.m in Sources */,
  1197. 71655191195BB685006E1227 /* SDL_uikitevents.m in Sources */,
  1198. 71655192195BB685006E1227 /* SDL_uikitmessagebox.m in Sources */,
  1199. 71655193195BB685006E1227 /* SDL_uikitmodes.m in Sources */,
  1200. 71655194195BB685006E1227 /* SDL_uikitopengles.m in Sources */,
  1201. 71655195195BB685006E1227 /* SDL_uikitopenglview.m in Sources */,
  1202. 71655196195BB685006E1227 /* SDL_uikitvideo.m in Sources */,
  1203. 71655197195BB685006E1227 /* SDL_uikitview.m in Sources */,
  1204. 71655198195BB685006E1227 /* SDL_uikitviewcontroller.m in Sources */,
  1205. 71655199195BB685006E1227 /* SDL_uikitwindow.m in Sources */,
  1206. 7165519A195BB685006E1227 /* SDL_nullevents.c in Sources */,
  1207. 7165519B195BB685006E1227 /* SDL_nullframebuffer.c in Sources */,
  1208. 7165519C195BB685006E1227 /* SDL_nullvideo.c in Sources */,
  1209. 7165519D195BB685006E1227 /* SDL_blit.c in Sources */,
  1210. 7165519E195BB685006E1227 /* SDL_blit_0.c in Sources */,
  1211. 7165519F195BB685006E1227 /* SDL_blit_1.c in Sources */,
  1212. 716551A0195BB685006E1227 /* SDL_blit_A.c in Sources */,
  1213. 716551A1195BB685006E1227 /* SDL_blit_auto.c in Sources */,
  1214. 716551A2195BB685006E1227 /* SDL_blit_copy.c in Sources */,
  1215. 716551A3195BB685006E1227 /* SDL_blit_N.c in Sources */,
  1216. 716551A4195BB685006E1227 /* SDL_blit_slow.c in Sources */,
  1217. 716551A5195BB685006E1227 /* SDL_bmp.c in Sources */,
  1218. 716551A6195BB685006E1227 /* SDL_clipboard.c in Sources */,
  1219. 716551A7195BB685006E1227 /* SDL_fillrect.c in Sources */,
  1220. 716551A8195BB685006E1227 /* SDL_pixels.c in Sources */,
  1221. 716551A9195BB685006E1227 /* SDL_rect.c in Sources */,
  1222. 716551AA195BB685006E1227 /* SDL_RLEaccel.c in Sources */,
  1223. 716551AB195BB685006E1227 /* SDL_stretch.c in Sources */,
  1224. 716551AC195BB685006E1227 /* SDL_surface.c in Sources */,
  1225. 716551AD195BB685006E1227 /* SDL_video.c in Sources */,
  1226. 71655256195BB6DB006E1227 /* binfile.cpp in Sources */,
  1227. 71655257195BB6DB006E1227 /* binio.cpp in Sources */,
  1228. 71655258195BB6DB006E1227 /* dosbox_opl.cpp in Sources */,
  1229. 71655259195BB6DB006E1227 /* emuopl.cpp in Sources */,
  1230. 7165525A195BB6DB006E1227 /* fmopl.c in Sources */,
  1231. 7165525B195BB6DB006E1227 /* fprovide.cpp in Sources */,
  1232. 71655260195BB6DB006E1227 /* player.cpp in Sources */,
  1233. 71655261195BB6DB006E1227 /* rix.cpp in Sources */,
  1234. 71655262195BB6DB006E1227 /* surroundopl.cpp in Sources */,
  1235. 71655263195BB6DB006E1227 /* battle.c in Sources */,
  1236. 71655264195BB6DB006E1227 /* ending.c in Sources */,
  1237. 71655265195BB6DB006E1227 /* fight.c in Sources */,
  1238. 71655266195BB6DB006E1227 /* font.c in Sources */,
  1239. 71655267195BB6DB006E1227 /* game.c in Sources */,
  1240. 71655268195BB6DB006E1227 /* getopt.c in Sources */,
  1241. 71655269195BB6DB006E1227 /* global.c in Sources */,
  1242. 7165526A195BB6DB006E1227 /* input.c in Sources */,
  1243. 7165526B195BB6DB006E1227 /* itemmenu.c in Sources */,
  1244. 7165526C195BB6DB006E1227 /* bit.c in Sources */,
  1245. 7165526E195BB6DB006E1227 /* decoder.c in Sources */,
  1246. 7165526F195BB6DB006E1227 /* fixed.c in Sources */,
  1247. 71655270195BB6DB006E1227 /* frame.c in Sources */,
  1248. 71655271195BB6DB006E1227 /* huffman.c in Sources */,
  1249. 71655273195BB6DB006E1227 /* layer12.c in Sources */,
  1250. 71655274195BB6DB006E1227 /* layer3.c in Sources */,
  1251. 71655275195BB6DB006E1227 /* music_mad.c in Sources */,
  1252. 71655279195BB6DB006E1227 /* stream.c in Sources */,
  1253. 7165527A195BB6DB006E1227 /* synth.c in Sources */,
  1254. 7165527B195BB6DB006E1227 /* timer.c in Sources */,
  1255. 7165527C195BB6DB006E1227 /* magicmenu.c in Sources */,
  1256. 7165527D195BB6DB006E1227 /* main.c in Sources */,
  1257. 7165527E195BB6DB006E1227 /* map.c in Sources */,
  1258. 7165527F195BB6DB006E1227 /* palcommon.c in Sources */,
  1259. 71655280195BB6DB006E1227 /* palette.c in Sources */,
  1260. 71655281195BB6DB006E1227 /* play.c in Sources */,
  1261. 71655282195BB6DB006E1227 /* res.c in Sources */,
  1262. 71655283195BB6DB006E1227 /* rixplay.cpp in Sources */,
  1263. 71655284195BB6DB006E1227 /* rngplay.c in Sources */,
  1264. 71655285195BB6DB006E1227 /* scene.c in Sources */,
  1265. 71655286195BB6DB006E1227 /* script.c in Sources */,
  1266. 71655287195BB6DB006E1227 /* sound.c in Sources */,
  1267. 71655288195BB6DB006E1227 /* text.c in Sources */,
  1268. 71655289195BB6DB006E1227 /* ui.c in Sources */,
  1269. 7165528A195BB6DB006E1227 /* uibattle.c in Sources */,
  1270. 7165528B195BB6DB006E1227 /* uigame.c in Sources */,
  1271. 7165528C195BB6DB006E1227 /* util.c in Sources */,
  1272. 7165528D195BB6DB006E1227 /* video.c in Sources */,
  1273. 7165528E195BB6DB006E1227 /* yj1.c in Sources */,
  1274. 716552A2195BBDFF006E1227 /* SDL_coreaudio.c in Sources */,
  1275. 716552A3195BBDFF006E1227 /* SDL_dummyaudio.c in Sources */,
  1276. 716552A4195BBDFF006E1227 /* SDL_audio.c in Sources */,
  1277. 716552A5195BBDFF006E1227 /* SDL_audiocvt.c in Sources */,
  1278. 716552A6195BBDFF006E1227 /* SDL_audiotypecvt.c in Sources */,
  1279. 716552A7195BBDFF006E1227 /* SDL_mixer.c in Sources */,
  1280. 716552A8195BBDFF006E1227 /* SDL_wave.c in Sources */,
  1281. 71AA35801A0BCA4E00793FFF /* util.m in Sources */,
  1282. );
  1283. runOnlyForDeploymentPostprocessing = 0;
  1284. };
  1285. /* End PBXSourcesBuildPhase section */
  1286. /* Begin XCBuildConfiguration section */
  1287. 71655078195BB372006E1227 /* Debug */ = {
  1288. isa = XCBuildConfiguration;
  1289. buildSettings = {
  1290. ALWAYS_SEARCH_USER_PATHS = NO;
  1291. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1292. CLANG_CXX_LIBRARY = "libc++";
  1293. CLANG_ENABLE_OBJC_ARC = NO;
  1294. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1295. CLANG_WARN_EMPTY_BODY = YES;
  1296. CLANG_WARN_ENUM_CONVERSION = YES;
  1297. CLANG_WARN_INT_CONVERSION = YES;
  1298. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1299. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1300. COPY_PHASE_STRIP = NO;
  1301. GCC_C_LANGUAGE_STANDARD = gnu99;
  1302. GCC_DYNAMIC_NO_PIC = NO;
  1303. GCC_OPTIMIZATION_LEVEL = 0;
  1304. GCC_PREPROCESSOR_DEFINITIONS = (
  1305. "__IOS__=1",
  1306. "DEBUG=1",
  1307. );
  1308. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  1309. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  1310. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  1311. GCC_WARN_UNUSED_VARIABLE = YES;
  1312. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  1313. ONLY_ACTIVE_ARCH = YES;
  1314. SDKROOT = iphoneos;
  1315. TARGETED_DEVICE_FAMILY = "1,2";
  1316. };
  1317. name = Debug;
  1318. };
  1319. 71655079195BB372006E1227 /* Release */ = {
  1320. isa = XCBuildConfiguration;
  1321. buildSettings = {
  1322. ALWAYS_SEARCH_USER_PATHS = NO;
  1323. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1324. CLANG_CXX_LIBRARY = "libc++";
  1325. CLANG_ENABLE_OBJC_ARC = NO;
  1326. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1327. CLANG_WARN_EMPTY_BODY = YES;
  1328. CLANG_WARN_ENUM_CONVERSION = YES;
  1329. CLANG_WARN_INT_CONVERSION = YES;
  1330. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1331. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1332. COPY_PHASE_STRIP = YES;
  1333. GCC_C_LANGUAGE_STANDARD = gnu99;
  1334. GCC_PREPROCESSOR_DEFINITIONS = "__IOS__=1";
  1335. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  1336. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  1337. GCC_WARN_UNUSED_VARIABLE = YES;
  1338. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  1339. OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
  1340. SDKROOT = iphoneos;
  1341. TARGETED_DEVICE_FAMILY = "1,2";
  1342. VALIDATE_PRODUCT = YES;
  1343. };
  1344. name = Release;
  1345. };
  1346. 7165507B195BB372006E1227 /* Debug */ = {
  1347. isa = XCBuildConfiguration;
  1348. buildSettings = {
  1349. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1350. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  1351. GCC_PREFIX_HEADER = "";
  1352. GCC_PREPROCESSOR_DEFINITIONS = (
  1353. "__IOS__=1",
  1354. "DEBUG=1",
  1355. );
  1356. HEADER_SEARCH_PATHS = ../SDL2/include;
  1357. INFOPLIST_FILE = "SDLPal/SDLPal-Info.plist";
  1358. PRODUCT_NAME = "$(TARGET_NAME)";
  1359. WRAPPER_EXTENSION = app;
  1360. };
  1361. name = Debug;
  1362. };
  1363. 7165507C195BB372006E1227 /* Release */ = {
  1364. isa = XCBuildConfiguration;
  1365. buildSettings = {
  1366. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1367. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  1368. GCC_PREFIX_HEADER = "";
  1369. GCC_PREPROCESSOR_DEFINITIONS = "__IOS__=1";
  1370. HEADER_SEARCH_PATHS = ../SDL2/include;
  1371. INFOPLIST_FILE = "SDLPal/SDLPal-Info.plist";
  1372. PRODUCT_NAME = "$(TARGET_NAME)";
  1373. WRAPPER_EXTENSION = app;
  1374. };
  1375. name = Release;
  1376. };
  1377. /* End XCBuildConfiguration section */
  1378. /* Begin XCConfigurationList section */
  1379. 71655058195BB372006E1227 /* Build configuration list for PBXProject "SDLPal" */ = {
  1380. isa = XCConfigurationList;
  1381. buildConfigurations = (
  1382. 71655078195BB372006E1227 /* Debug */,
  1383. 71655079195BB372006E1227 /* Release */,
  1384. );
  1385. defaultConfigurationIsVisible = 0;
  1386. defaultConfigurationName = Release;
  1387. };
  1388. 7165507A195BB372006E1227 /* Build configuration list for PBXNativeTarget "SDLPal" */ = {
  1389. isa = XCConfigurationList;
  1390. buildConfigurations = (
  1391. 7165507B195BB372006E1227 /* Debug */,
  1392. 7165507C195BB372006E1227 /* Release */,
  1393. );
  1394. defaultConfigurationIsVisible = 0;
  1395. defaultConfigurationName = Release;
  1396. };
  1397. /* End XCConfigurationList section */
  1398. };
  1399. rootObject = 71655055195BB372006E1227 /* Project object */;
  1400. }