project.pbxproj 95 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 6F3F406D60231E94188751BC /* SDL.c in Sources */ = {isa = PBXBuildFile; fileRef = 581F727C2E205CC67F140529 /* SDL.c */; };
  10. 19FA05DA50E3679839F6602B /* SDL_assert.c in Sources */ = {isa = PBXBuildFile; fileRef = 20A12A2435417EEB1A001847 /* SDL_assert.c */; };
  11. 356E00387A38053E5EE8705E /* SDL_error.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C4669E76F5E4522717C37DD /* SDL_error.c */; };
  12. 149E4E143D540244690204F8 /* SDL_hints.c in Sources */ = {isa = PBXBuildFile; fileRef = 1D2E68ED4D66639038F63099 /* SDL_hints.c */; };
  13. 6D2117B123FD403E5F17176E /* SDL_log.c in Sources */ = {isa = PBXBuildFile; fileRef = 4EAE1E8A03AF0D8C0BC74C60 /* SDL_log.c */; };
  14. 52F43FB27CAA2A34780F23D2 /* SDL_atomic.c in Sources */ = {isa = PBXBuildFile; fileRef = 741E10D47F9F35F77FC23C71 /* SDL_atomic.c */; };
  15. 492C77BF4FA9117B4C456DEE /* SDL_spinlock.c in Sources */ = {isa = PBXBuildFile; fileRef = 545D521E33195938012A701C /* SDL_spinlock.c */; };
  16. 2F1F27BE61AD6559771B219B /* SDL_audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 009822131E4843700095766C /* SDL_audio.c */; };
  17. 461F2F773934429817AA4299 /* SDL_audiocvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BA37BD372FE166821D80A1E /* SDL_audiocvt.c */; };
  18. 79F231BA363B7C142C533385 /* SDL_audiodev.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D2936CF698D392735D76E9E /* SDL_audiodev.c */; };
  19. 637A1C5F33B070F311F368D2 /* SDL_audiotypecvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 76263CFA4F4A3E8E74966406 /* SDL_audiotypecvt.c */; };
  20. 16451C9255A341FF66894454 /* SDL_mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 748562A8151756FF3FE91679 /* SDL_mixer.c */; };
  21. 20DE6FC1792A40ED25F514F9 /* SDL_wave.c in Sources */ = {isa = PBXBuildFile; fileRef = 58E6725272291A8B48974EC3 /* SDL_wave.c */; };
  22. 50C80EB5218555D753C36826 /* SDL_coreaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 17F2408C59BB1CE53ACB077B /* SDL_coreaudio.c */; };
  23. 44F427256F5C0EC273FC3B89 /* SDL_diskaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 694A007643FB227E1C011EE8 /* SDL_diskaudio.c */; };
  24. 388A0733659279AE2A123B36 /* SDL_dummyaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 183031E40F3E3665462E31AC /* SDL_dummyaudio.c */; };
  25. 1362409443423D9B472D0416 /* SDL_cpuinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 399D7F372AA42CDF004A30CB /* SDL_cpuinfo.c */; };
  26. 2C9E656F18713B73279B4B04 /* SDL_clipboardevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 5EEA55BC35E77DD14C8B6DEA /* SDL_clipboardevents.c */; };
  27. 0CCE44195C6176D8043D528A /* SDL_dropevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 64680D041F9E679917CF3CB8 /* SDL_dropevents.c */; };
  28. 25F304341BF22DF974DF1780 /* SDL_events.c in Sources */ = {isa = PBXBuildFile; fileRef = 67B9300749251C797177656C /* SDL_events.c */; };
  29. 7D5172AE101630DD2E8D3D30 /* SDL_gesture.c in Sources */ = {isa = PBXBuildFile; fileRef = 2427171D0D16540755560B01 /* SDL_gesture.c */; };
  30. 6A112F1137181ABE5AC417D0 /* SDL_keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 4A4523A15D1D31E40DBA55EF /* SDL_keyboard.c */; };
  31. 2EF9131C40D10D5B633214A1 /* SDL_mouse.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E064D1B5215736C4B0C0F8B /* SDL_mouse.c */; };
  32. 16DC68A33B9E04A63D9A54C6 /* SDL_quit.c in Sources */ = {isa = PBXBuildFile; fileRef = 7EAB2812398D5FDE1566622B /* SDL_quit.c */; };
  33. 53C876237C494B6428793CD6 /* SDL_touch.c in Sources */ = {isa = PBXBuildFile; fileRef = 11625DDF6F935BC24C1658C6 /* SDL_touch.c */; };
  34. 778838BC7EAC5963763138C1 /* SDL_windowevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B0D1AE01FCA24EC38765CFF /* SDL_windowevents.c */; };
  35. 4F65225D210F1D0C223A3842 /* SDL_rwops.c in Sources */ = {isa = PBXBuildFile; fileRef = 46E842226EEF2BBD3E14319D /* SDL_rwops.c */; };
  36. 189B1C085510122958EF71C2 /* SDL_rwopsbundlesupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E087787656B7EF200787EF7 /* SDL_rwopsbundlesupport.m */; };
  37. 218C0918297D7C1E31307429 /* SDL_sysfilesystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 7927299A5CBA392013905A95 /* SDL_sysfilesystem.m */; };
  38. 1F950ADC73537B891DE53BB8 /* SDL_haptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 6C027EE044E726073F02545E /* SDL_haptic.c */; };
  39. 1DA01FF6657570AA36A52EC5 /* SDL_syshaptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 466551BC2C236A3C09D52B8C /* SDL_syshaptic.c */; };
  40. 689A0A855C4F785B5C981CA4 /* SDL_gamecontroller.c in Sources */ = {isa = PBXBuildFile; fileRef = 7D0C59A3666A74AD19C81F68 /* SDL_gamecontroller.c */; };
  41. 159C6EB8203936010A1F2027 /* SDL_joystick.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FCA1736705A5DC74EC17138 /* SDL_joystick.c */; };
  42. 4FC953274C2A1641268F236B /* SDL_sysjoystick.c in Sources */ = {isa = PBXBuildFile; fileRef = 79981D6D163C5F2060C66FA5 /* SDL_sysjoystick.c */; };
  43. 151061BF5CDD3CB1146656AF /* SDL_sysloadso.c in Sources */ = {isa = PBXBuildFile; fileRef = 31CD0B3A1CC508507B0E69C7 /* SDL_sysloadso.c */; };
  44. 7F9268CB0F1354E475291503 /* SDL_power.c in Sources */ = {isa = PBXBuildFile; fileRef = 1C2235273DF86C1B64BC738C /* SDL_power.c */; };
  45. 6F6C5A254D6A1B6E6F2911D5 /* SDL_syspower.c in Sources */ = {isa = PBXBuildFile; fileRef = 6A4855D539F85E716904291D /* SDL_syspower.c */; };
  46. 34555B4E69CE63A24CDA7F43 /* SDL_render.c in Sources */ = {isa = PBXBuildFile; fileRef = 550435DE0C8635D76B737308 /* SDL_render.c */; };
  47. 7BEF2DBE471D78592D830CFC /* SDL_yuv_mmx.c in Sources */ = {isa = PBXBuildFile; fileRef = 30C711D35F4E10AE14064022 /* SDL_yuv_mmx.c */; };
  48. 50E3046B39F125B111E552E5 /* SDL_yuv_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 2B19077009C9231E3CB109F9 /* SDL_yuv_sw.c */; };
  49. 35A118A4441C11DE1E126429 /* SDL_render_gl.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E98213F58C83B7679EA2EE0 /* SDL_render_gl.c */; };
  50. 5D485D983D9508FF46252F6C /* SDL_shaders_gl.c in Sources */ = {isa = PBXBuildFile; fileRef = 74E6545673FD059731C53CB0 /* SDL_shaders_gl.c */; };
  51. 0B755CE80D912DB50009511D /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 139751A76375191B64F53E7D /* SDL_blendfillrect.c */; };
  52. 73765AD0352731C868D24D4A /* SDL_blendline.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E0B793E01E363125E115555 /* SDL_blendline.c */; };
  53. 02947C1003D14ADE559D42B2 /* SDL_blendpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 47A60CF070301F215AA31899 /* SDL_blendpoint.c */; };
  54. 75A536C37C5E31577AA043A4 /* SDL_drawline.c in Sources */ = {isa = PBXBuildFile; fileRef = 3DC17B6963CD575538C46E2B /* SDL_drawline.c */; };
  55. 34792E3153922D7D763C170E /* SDL_drawpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 57200BE31613529B5E4D145A /* SDL_drawpoint.c */; };
  56. 10763EF370CC093B1CFA183C /* SDL_render_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 7F4003F22A2B03CC4F3E2570 /* SDL_render_sw.c */; };
  57. 110C5B4311ED10D54C4F62AA /* SDL_rotate.c in Sources */ = {isa = PBXBuildFile; fileRef = 34F408411DF145AD78114160 /* SDL_rotate.c */; };
  58. 48487F951B64565B7D7207CA /* SDL_getenv.c in Sources */ = {isa = PBXBuildFile; fileRef = 467E7A495D341EA43CA77D04 /* SDL_getenv.c */; };
  59. 059730C916147C00706662AD /* SDL_iconv.c in Sources */ = {isa = PBXBuildFile; fileRef = 7420083415F10DBF1A6E4645 /* SDL_iconv.c */; };
  60. 7296105F4E1C17650F3D73C9 /* SDL_malloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 6AAD26CD05F31E954E925A93 /* SDL_malloc.c */; };
  61. 49DD00DB42335811763516DD /* SDL_qsort.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A637631359161D6452A680F /* SDL_qsort.c */; };
  62. 52DE7BE66FA215C168DF1677 /* SDL_stdlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B1A13D3324F661B06A354E4 /* SDL_stdlib.c */; };
  63. 5C645F5C4E433585671F555D /* SDL_string.c in Sources */ = {isa = PBXBuildFile; fileRef = 76AA2E0B0F173AC9212F4258 /* SDL_string.c */; };
  64. 1C0923FF7665104E12545B0C /* SDL_thread.c in Sources */ = {isa = PBXBuildFile; fileRef = 00BF063F2A516202081956FF /* SDL_thread.c */; };
  65. 56775E493033788C61470057 /* SDL_syscond.c in Sources */ = {isa = PBXBuildFile; fileRef = 75A15D1D350165C72B266D64 /* SDL_syscond.c */; };
  66. 6E88479E164B21F0200C15BC /* SDL_sysmutex.c in Sources */ = {isa = PBXBuildFile; fileRef = 575F34176E7226D0364C71AC /* SDL_sysmutex.c */; };
  67. 28E422FD2DB22AD275C62496 /* SDL_syssem.c in Sources */ = {isa = PBXBuildFile; fileRef = 68EA167A2FA9170A1EEA3B1D /* SDL_syssem.c */; };
  68. 427C5DE627A9073945E63965 /* SDL_systhread.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F031FEF2BCC1434771A7E86 /* SDL_systhread.c */; };
  69. 74D208E105A93E03446D0CC3 /* SDL_systls.c in Sources */ = {isa = PBXBuildFile; fileRef = 6A8F127A2C4E6F364C1526F0 /* SDL_systls.c */; };
  70. 55472CED35DA24E748C92A9D /* SDL_timer.c in Sources */ = {isa = PBXBuildFile; fileRef = 08B34CDF5C9079763C624849 /* SDL_timer.c */; };
  71. 641F56DE115627885E68139B /* SDL_systimer.c in Sources */ = {isa = PBXBuildFile; fileRef = 6A01774C1EED1B2144AE1CB5 /* SDL_systimer.c */; };
  72. 58C65B09535869014BC3131C /* SDL_RLEaccel.c in Sources */ = {isa = PBXBuildFile; fileRef = 676211D87FE20B7150213164 /* SDL_RLEaccel.c */; };
  73. 3E0401B74A716B967F1D70CB /* SDL_blit.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B5F52584ED13C49741749BD /* SDL_blit.c */; };
  74. 21B578155ED918C80674601C /* SDL_blit_0.c in Sources */ = {isa = PBXBuildFile; fileRef = 6BD9773F57DE397A34542B86 /* SDL_blit_0.c */; };
  75. 6E612A61515559E567CD5D9C /* SDL_blit_1.c in Sources */ = {isa = PBXBuildFile; fileRef = 5F717A917D9207E82B1709FD /* SDL_blit_1.c */; };
  76. 5E200CE93B4833C9061C18AF /* SDL_blit_A.c in Sources */ = {isa = PBXBuildFile; fileRef = 4A7C2E9C357B39870C9C7CBB /* SDL_blit_A.c */; };
  77. 71E83A8D25F069DC2952005B /* SDL_blit_N.c in Sources */ = {isa = PBXBuildFile; fileRef = 16F56E412F037AA6626704FC /* SDL_blit_N.c */; };
  78. 75EC6ADC292417204E4E701B /* SDL_blit_auto.c in Sources */ = {isa = PBXBuildFile; fileRef = 12AD22506E1411CA1FCA193D /* SDL_blit_auto.c */; };
  79. 0F073C586C5B0777519F427F /* SDL_blit_copy.c in Sources */ = {isa = PBXBuildFile; fileRef = 7D4437C37F683A8A58F55923 /* SDL_blit_copy.c */; };
  80. 1F897EA9155F39AB161168AD /* SDL_blit_slow.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C3813742F9649C6666B1E7E /* SDL_blit_slow.c */; };
  81. 78E46B133F7458F4295F5452 /* SDL_bmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 626030677A9E27FC1E8935A1 /* SDL_bmp.c */; };
  82. 6383693061D0250D26F00218 /* SDL_clipboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 5C4629AC64180D01435D314B /* SDL_clipboard.c */; };
  83. 0BEF1BDA1C6F691D22EB02A7 /* SDL_egl.c in Sources */ = {isa = PBXBuildFile; fileRef = 1AA429B9420C620D5F982BCC /* SDL_egl.c */; };
  84. 13F970752FFF253553FD1C57 /* SDL_fillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 127978F1333C57F33D196715 /* SDL_fillrect.c */; };
  85. 711F3C0A570B25DF7D873D2A /* SDL_pixels.c in Sources */ = {isa = PBXBuildFile; fileRef = 1C8921DA02C03ADB0F4646F8 /* SDL_pixels.c */; };
  86. 58AE29EA6A4E39D37DFF1403 /* SDL_rect.c in Sources */ = {isa = PBXBuildFile; fileRef = 39842F4E596B39E8643764C3 /* SDL_rect.c */; };
  87. 46AA6A03274D62FC24FF0927 /* SDL_shape.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A481A30600E3DFE77A26D0A /* SDL_shape.c */; };
  88. 277D2B962D136C4A24D2142F /* SDL_stretch.c in Sources */ = {isa = PBXBuildFile; fileRef = 467C2DC84A7B76C05E9E120F /* SDL_stretch.c */; };
  89. 14010A0150CF689E0D9E3221 /* SDL_surface.c in Sources */ = {isa = PBXBuildFile; fileRef = 518E5DE30064338C4BC17126 /* SDL_surface.c */; };
  90. 78B41B604F381B2D5C6D18E1 /* SDL_video.c in Sources */ = {isa = PBXBuildFile; fileRef = 095B54196A9037AE32C14507 /* SDL_video.c */; };
  91. 67D15BC71BE7653C55D74F61 /* SDL_cocoaclipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B1A7D591BBF260340365717 /* SDL_cocoaclipboard.m */; };
  92. 78F26FEE048D4A6B4A863229 /* SDL_cocoaevents.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CD471DB63ED0C072F712786 /* SDL_cocoaevents.m */; };
  93. 6F89267B7FF56499250A71CC /* SDL_cocoakeyboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FF971A805D912AE7C3511F7 /* SDL_cocoakeyboard.m */; };
  94. 5CF76F752B327CD948535F8F /* SDL_cocoamessagebox.m in Sources */ = {isa = PBXBuildFile; fileRef = 59FA32BE7DCE61473C727995 /* SDL_cocoamessagebox.m */; };
  95. 2AC25E1763A837323CD605E7 /* SDL_cocoamodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 090C140773EF64C55AB32D4D /* SDL_cocoamodes.m */; };
  96. 7D0450A731DD481909466CA0 /* SDL_cocoamouse.m in Sources */ = {isa = PBXBuildFile; fileRef = 36ED1B4309137DF626BA1304 /* SDL_cocoamouse.m */; };
  97. 0E6135F17C3B3277248323EB /* SDL_cocoamousetap.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A5F20432ADC009E19FA2C1E /* SDL_cocoamousetap.m */; };
  98. 18E915CA0AF24DC818255656 /* SDL_cocoaopengl.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A4F55752FF300143C835B3B /* SDL_cocoaopengl.m */; };
  99. 6C6654F603723710090735D5 /* SDL_cocoashape.m in Sources */ = {isa = PBXBuildFile; fileRef = 05CF7A893F4C1E2406AA11AA /* SDL_cocoashape.m */; };
  100. 647B47720F656FFC2BF30900 /* SDL_cocoavideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 297A08E31208586E5A9E4EB3 /* SDL_cocoavideo.m */; };
  101. 32ED7E75749236CD56FF20F0 /* SDL_cocoawindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 650003A700A8250D0F784E5A /* SDL_cocoawindow.m */; };
  102. 0F174DBC0448241115FC7C63 /* SDL_nullevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 2DD03852185F1A5357D16C0E /* SDL_nullevents.c */; };
  103. 6BC505CE4607095478152E99 /* SDL_nullframebuffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 7FE32E2D489C1F5676D070F3 /* SDL_nullframebuffer.c */; };
  104. 44AF6A685C5A55FE4A5E19FC /* SDL_nullvideo.c in Sources */ = {isa = PBXBuildFile; fileRef = 4576033B4C1F3E0D521D1842 /* SDL_nullvideo.c */; };
  105. 287200EA3B9D424D5DE575FD /* SDL_x11clipboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 58465C34749040C207292140 /* SDL_x11clipboard.c */; };
  106. 4E2C59800F607C372D6A3089 /* SDL_x11dyn.c in Sources */ = {isa = PBXBuildFile; fileRef = 36703205767270E5711876F8 /* SDL_x11dyn.c */; };
  107. 2DF75EB904B605E26DAF04C7 /* SDL_x11events.c in Sources */ = {isa = PBXBuildFile; fileRef = 7448494A32995EB4084F3B7D /* SDL_x11events.c */; };
  108. 47F6212A03D0643556910B37 /* SDL_x11framebuffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 3EF375972CA805682F8F74F4 /* SDL_x11framebuffer.c */; };
  109. 674049A36F4E1F8A39BA72F3 /* SDL_x11keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 4543334473D06CAE254F00B1 /* SDL_x11keyboard.c */; };
  110. 423735EE5D4E6C26652252E9 /* SDL_x11messagebox.c in Sources */ = {isa = PBXBuildFile; fileRef = 1D2B22B2741D4C6060E23309 /* SDL_x11messagebox.c */; };
  111. 057D7414702F46FC7B087EDC /* SDL_x11modes.c in Sources */ = {isa = PBXBuildFile; fileRef = 448A72B44504304B144C3E13 /* SDL_x11modes.c */; };
  112. 4DE24CFB2C5D19C9769A7FB9 /* SDL_x11mouse.c in Sources */ = {isa = PBXBuildFile; fileRef = 54687D293BC66D0A5C631CD2 /* SDL_x11mouse.c */; };
  113. 448B41931F8356286212178E /* SDL_x11opengl.c in Sources */ = {isa = PBXBuildFile; fileRef = 72DF3CFC4E8B09C256A46840 /* SDL_x11opengl.c */; };
  114. 5C724339694D58067B6016D3 /* SDL_x11opengles.c in Sources */ = {isa = PBXBuildFile; fileRef = 76560AEB0562134E7A7E6B36 /* SDL_x11opengles.c */; };
  115. 0F906C3D26303BD807A6588E /* SDL_x11shape.c in Sources */ = {isa = PBXBuildFile; fileRef = 077269AF6E2A464C6904277D /* SDL_x11shape.c */; };
  116. 6A5106E473582923650744EE /* SDL_x11touch.c in Sources */ = {isa = PBXBuildFile; fileRef = 652626396914587E520F7C8C /* SDL_x11touch.c */; };
  117. 11152B937B1F6F19699B764D /* SDL_x11video.c in Sources */ = {isa = PBXBuildFile; fileRef = 668E75F870AC40425B0D639F /* SDL_x11video.c */; };
  118. 1CFD4BF822A240336A086B93 /* SDL_x11window.c in Sources */ = {isa = PBXBuildFile; fileRef = 7FB6418B385644032BC404E9 /* SDL_x11window.c */; };
  119. 640C07407CC856FB1B373B79 /* SDL_x11xinput2.c in Sources */ = {isa = PBXBuildFile; fileRef = 085A68FD7A9151CF2E095ECB /* SDL_x11xinput2.c */; };
  120. 23120B9A3B8079C517555340 /* edid-parse.c in Sources */ = {isa = PBXBuildFile; fileRef = 11F5212A6B0F3DF7559B6BE3 /* edid-parse.c */; };
  121. 6B5A02020724656F6C16507F /* imKStoUCS.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A492D32559D49902FB05F45 /* imKStoUCS.c */; };
  122. 6BB96439701E5363094C5DD5 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 16087FC97B0458F07F343E84 /* AudioToolbox.framework */; };
  123. 63DC268722B13B3312A72478 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 517D7ABB382B14B10EEF73BE /* AudioUnit.framework */; };
  124. 116D397753E162E06F2A4550 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCD682F04A36BC83BCC7159 /* Cocoa.framework */; };
  125. 673D5F7B1D0E077948DA7126 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0E21418B420C32A255982342 /* CoreAudio.framework */; };
  126. 6C2B372D02D23CB0511D7889 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7735724A00183AF616F6186E /* IOKit.framework */; };
  127. 236B622A48961F397FF06EF7 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 12566C6F031E562D44A61FA5 /* Carbon.framework */; };
  128. 49957BE83EA63CF059A30F9C /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F7A40AB2F484EA966CD5A46 /* ForceFeedback.framework */; };
  129. 1B8B600655202E66597A6A1E /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01151A0B6D9422C20F99251B /* CoreFoundation.framework */; };
  130. 35A63C9C2D0E087E232429CF /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 711A00A97A0E506D5F82591B /* OpenGL.framework */; };
  131. /* End PBXBuildFile section */
  132. /* Begin PBXFileReference section */
  133. 581F727C2E205CC67F140529 /* SDL.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL.c"; path = "../../../../src/SDL.c"; sourceTree = "<group>"; };
  134. 20A12A2435417EEB1A001847 /* SDL_assert.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_assert.c"; path = "../../../../src/SDL_assert.c"; sourceTree = "<group>"; };
  135. 3DBA229B02BC326E66521EC6 /* SDL_assert_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_assert_c.h"; path = "../../../../src/SDL_assert_c.h"; sourceTree = "<group>"; };
  136. 7C4669E76F5E4522717C37DD /* SDL_error.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_error.c"; path = "../../../../src/SDL_error.c"; sourceTree = "<group>"; };
  137. 300D65535AAF1A8F2739388E /* SDL_error_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_error_c.h"; path = "../../../../src/SDL_error_c.h"; sourceTree = "<group>"; };
  138. 1D2E68ED4D66639038F63099 /* SDL_hints.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_hints.c"; path = "../../../../src/SDL_hints.c"; sourceTree = "<group>"; };
  139. 4EAE1E8A03AF0D8C0BC74C60 /* SDL_log.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_log.c"; path = "../../../../src/SDL_log.c"; sourceTree = "<group>"; };
  140. 741E10D47F9F35F77FC23C71 /* SDL_atomic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_atomic.c"; path = "../../../../src/atomic/SDL_atomic.c"; sourceTree = "<group>"; };
  141. 545D521E33195938012A701C /* SDL_spinlock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_spinlock.c"; path = "../../../../src/atomic/SDL_spinlock.c"; sourceTree = "<group>"; };
  142. 009822131E4843700095766C /* SDL_audio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_audio.c"; path = "../../../../src/audio/SDL_audio.c"; sourceTree = "<group>"; };
  143. 7C8304171E6648543F9779B6 /* SDL_audio_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_audio_c.h"; path = "../../../../src/audio/SDL_audio_c.h"; sourceTree = "<group>"; };
  144. 2BA37BD372FE166821D80A1E /* SDL_audiocvt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_audiocvt.c"; path = "../../../../src/audio/SDL_audiocvt.c"; sourceTree = "<group>"; };
  145. 5D2936CF698D392735D76E9E /* SDL_audiodev.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_audiodev.c"; path = "../../../../src/audio/SDL_audiodev.c"; sourceTree = "<group>"; };
  146. 1F255A29771744AC1DFE48A0 /* SDL_audiodev_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_audiodev_c.h"; path = "../../../../src/audio/SDL_audiodev_c.h"; sourceTree = "<group>"; };
  147. 14AA3D784A5D4B873D657338 /* SDL_audiomem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_audiomem.h"; path = "../../../../src/audio/SDL_audiomem.h"; sourceTree = "<group>"; };
  148. 76263CFA4F4A3E8E74966406 /* SDL_audiotypecvt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_audiotypecvt.c"; path = "../../../../src/audio/SDL_audiotypecvt.c"; sourceTree = "<group>"; };
  149. 748562A8151756FF3FE91679 /* SDL_mixer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_mixer.c"; path = "../../../../src/audio/SDL_mixer.c"; sourceTree = "<group>"; };
  150. 7B696A2B3C9847A40FD30FA2 /* SDL_sysaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_sysaudio.h"; path = "../../../../src/audio/SDL_sysaudio.h"; sourceTree = "<group>"; };
  151. 58E6725272291A8B48974EC3 /* SDL_wave.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_wave.c"; path = "../../../../src/audio/SDL_wave.c"; sourceTree = "<group>"; };
  152. 00EA32A02E3338A774D7623F /* SDL_wave.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_wave.h"; path = "../../../../src/audio/SDL_wave.h"; sourceTree = "<group>"; };
  153. 17F2408C59BB1CE53ACB077B /* SDL_coreaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_coreaudio.c"; path = "../../../../src/audio/coreaudio/SDL_coreaudio.c"; sourceTree = "<group>"; };
  154. 4EE3552C72927CDA048947F7 /* SDL_coreaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_coreaudio.h"; path = "../../../../src/audio/coreaudio/SDL_coreaudio.h"; sourceTree = "<group>"; };
  155. 694A007643FB227E1C011EE8 /* SDL_diskaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_diskaudio.c"; path = "../../../../src/audio/disk/SDL_diskaudio.c"; sourceTree = "<group>"; };
  156. 29C54C2B479130B15A262000 /* SDL_diskaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_diskaudio.h"; path = "../../../../src/audio/disk/SDL_diskaudio.h"; sourceTree = "<group>"; };
  157. 183031E40F3E3665462E31AC /* SDL_dummyaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_dummyaudio.c"; path = "../../../../src/audio/dummy/SDL_dummyaudio.c"; sourceTree = "<group>"; };
  158. 06A572223CF8475871EE7D5C /* SDL_dummyaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_dummyaudio.h"; path = "../../../../src/audio/dummy/SDL_dummyaudio.h"; sourceTree = "<group>"; };
  159. 399D7F372AA42CDF004A30CB /* SDL_cpuinfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_cpuinfo.c"; path = "../../../../src/cpuinfo/SDL_cpuinfo.c"; sourceTree = "<group>"; };
  160. 5EEA55BC35E77DD14C8B6DEA /* SDL_clipboardevents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_clipboardevents.c"; path = "../../../../src/events/SDL_clipboardevents.c"; sourceTree = "<group>"; };
  161. 130E0CF138CF24996422240B /* SDL_clipboardevents_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_clipboardevents_c.h"; path = "../../../../src/events/SDL_clipboardevents_c.h"; sourceTree = "<group>"; };
  162. 64680D041F9E679917CF3CB8 /* SDL_dropevents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_dropevents.c"; path = "../../../../src/events/SDL_dropevents.c"; sourceTree = "<group>"; };
  163. 688C5D160E4C409930EB1C46 /* SDL_dropevents_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_dropevents_c.h"; path = "../../../../src/events/SDL_dropevents_c.h"; sourceTree = "<group>"; };
  164. 67B9300749251C797177656C /* SDL_events.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_events.c"; path = "../../../../src/events/SDL_events.c"; sourceTree = "<group>"; };
  165. 576820C320D25B890F7E4EE7 /* SDL_events_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_events_c.h"; path = "../../../../src/events/SDL_events_c.h"; sourceTree = "<group>"; };
  166. 2427171D0D16540755560B01 /* SDL_gesture.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_gesture.c"; path = "../../../../src/events/SDL_gesture.c"; sourceTree = "<group>"; };
  167. 353545A10ADB514C610609C6 /* SDL_gesture_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_gesture_c.h"; path = "../../../../src/events/SDL_gesture_c.h"; sourceTree = "<group>"; };
  168. 4A4523A15D1D31E40DBA55EF /* SDL_keyboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_keyboard.c"; path = "../../../../src/events/SDL_keyboard.c"; sourceTree = "<group>"; };
  169. 74B612214A4706DA719F28D2 /* SDL_keyboard_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_keyboard_c.h"; path = "../../../../src/events/SDL_keyboard_c.h"; sourceTree = "<group>"; };
  170. 0E064D1B5215736C4B0C0F8B /* SDL_mouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_mouse.c"; path = "../../../../src/events/SDL_mouse.c"; sourceTree = "<group>"; };
  171. 058B27A349C800B503ED6669 /* SDL_mouse_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_mouse_c.h"; path = "../../../../src/events/SDL_mouse_c.h"; sourceTree = "<group>"; };
  172. 7EAB2812398D5FDE1566622B /* SDL_quit.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_quit.c"; path = "../../../../src/events/SDL_quit.c"; sourceTree = "<group>"; };
  173. 13A403E279690000102705FE /* SDL_sysevents.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_sysevents.h"; path = "../../../../src/events/SDL_sysevents.h"; sourceTree = "<group>"; };
  174. 11625DDF6F935BC24C1658C6 /* SDL_touch.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_touch.c"; path = "../../../../src/events/SDL_touch.c"; sourceTree = "<group>"; };
  175. 08D035322454110E49E76A60 /* SDL_touch_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_touch_c.h"; path = "../../../../src/events/SDL_touch_c.h"; sourceTree = "<group>"; };
  176. 7B0D1AE01FCA24EC38765CFF /* SDL_windowevents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_windowevents.c"; path = "../../../../src/events/SDL_windowevents.c"; sourceTree = "<group>"; };
  177. 06FA2EC12902637126010F3E /* SDL_windowevents_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_windowevents_c.h"; path = "../../../../src/events/SDL_windowevents_c.h"; sourceTree = "<group>"; };
  178. 3D290B0440424FCA73116E71 /* blank_cursor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "blank_cursor.h"; path = "../../../../src/events/blank_cursor.h"; sourceTree = "<group>"; };
  179. 5E5607A90E0E7383395F1124 /* default_cursor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "default_cursor.h"; path = "../../../../src/events/default_cursor.h"; sourceTree = "<group>"; };
  180. 5D38365C0E6E6FB712EA76DC /* scancodes_darwin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "scancodes_darwin.h"; path = "../../../../src/events/scancodes_darwin.h"; sourceTree = "<group>"; };
  181. 0BE05A937D854CC543FB3741 /* scancodes_linux.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "scancodes_linux.h"; path = "../../../../src/events/scancodes_linux.h"; sourceTree = "<group>"; };
  182. 1A9C33FD4D512FE04A4308B1 /* scancodes_windows.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "scancodes_windows.h"; path = "../../../../src/events/scancodes_windows.h"; sourceTree = "<group>"; };
  183. 59691A177371256478D52733 /* scancodes_xfree86.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "scancodes_xfree86.h"; path = "../../../../src/events/scancodes_xfree86.h"; sourceTree = "<group>"; };
  184. 46E842226EEF2BBD3E14319D /* SDL_rwops.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_rwops.c"; path = "../../../../src/file/SDL_rwops.c"; sourceTree = "<group>"; };
  185. 5ED91E7C0367157226554461 /* SDL_rwopsbundlesupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_rwopsbundlesupport.h"; path = "../../../../src/file/cocoa/SDL_rwopsbundlesupport.h"; sourceTree = "<group>"; };
  186. 5E087787656B7EF200787EF7 /* SDL_rwopsbundlesupport.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "SDL_rwopsbundlesupport.m"; path = "../../../../src/file/cocoa/SDL_rwopsbundlesupport.m"; sourceTree = "<group>"; };
  187. 7927299A5CBA392013905A95 /* SDL_sysfilesystem.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "SDL_sysfilesystem.m"; path = "../../../../src/filesystem/cocoa/SDL_sysfilesystem.m"; sourceTree = "<group>"; };
  188. 6C027EE044E726073F02545E /* SDL_haptic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_haptic.c"; path = "../../../../src/haptic/SDL_haptic.c"; sourceTree = "<group>"; };
  189. 6CA146A939633B3D587234B0 /* SDL_haptic_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_haptic_c.h"; path = "../../../../src/haptic/SDL_haptic_c.h"; sourceTree = "<group>"; };
  190. 465F3E1A22A90B691CB6261A /* SDL_syshaptic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_syshaptic.h"; path = "../../../../src/haptic/SDL_syshaptic.h"; sourceTree = "<group>"; };
  191. 466551BC2C236A3C09D52B8C /* SDL_syshaptic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_syshaptic.c"; path = "../../../../src/haptic/darwin/SDL_syshaptic.c"; sourceTree = "<group>"; };
  192. 7D0C59A3666A74AD19C81F68 /* SDL_gamecontroller.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_gamecontroller.c"; path = "../../../../src/joystick/SDL_gamecontroller.c"; sourceTree = "<group>"; };
  193. 7EBA21266FA01ACA47254FA4 /* SDL_gamecontrollerdb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_gamecontrollerdb.h"; path = "../../../../src/joystick/SDL_gamecontrollerdb.h"; sourceTree = "<group>"; };
  194. 4FCA1736705A5DC74EC17138 /* SDL_joystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_joystick.c"; path = "../../../../src/joystick/SDL_joystick.c"; sourceTree = "<group>"; };
  195. 77AB1AAE2997056268FF5C5C /* SDL_joystick_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_joystick_c.h"; path = "../../../../src/joystick/SDL_joystick_c.h"; sourceTree = "<group>"; };
  196. 2DD4468E154E427A6D1B3C33 /* SDL_sysjoystick.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_sysjoystick.h"; path = "../../../../src/joystick/SDL_sysjoystick.h"; sourceTree = "<group>"; };
  197. 79981D6D163C5F2060C66FA5 /* SDL_sysjoystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_sysjoystick.c"; path = "../../../../src/joystick/darwin/SDL_sysjoystick.c"; sourceTree = "<group>"; };
  198. 5E8A65BF1C1807EF6C8522A1 /* SDL_sysjoystick_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_sysjoystick_c.h"; path = "../../../../src/joystick/darwin/SDL_sysjoystick_c.h"; sourceTree = "<group>"; };
  199. 31CD0B3A1CC508507B0E69C7 /* SDL_sysloadso.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_sysloadso.c"; path = "../../../../src/loadso/dlopen/SDL_sysloadso.c"; sourceTree = "<group>"; };
  200. 1C2235273DF86C1B64BC738C /* SDL_power.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_power.c"; path = "../../../../src/power/SDL_power.c"; sourceTree = "<group>"; };
  201. 6A4855D539F85E716904291D /* SDL_syspower.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_syspower.c"; path = "../../../../src/power/macosx/SDL_syspower.c"; sourceTree = "<group>"; };
  202. 550435DE0C8635D76B737308 /* SDL_render.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_render.c"; path = "../../../../src/render/SDL_render.c"; sourceTree = "<group>"; };
  203. 0B803F96427D29011CAC67A9 /* SDL_sysrender.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_sysrender.h"; path = "../../../../src/render/SDL_sysrender.h"; sourceTree = "<group>"; };
  204. 30C711D35F4E10AE14064022 /* SDL_yuv_mmx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_yuv_mmx.c"; path = "../../../../src/render/SDL_yuv_mmx.c"; sourceTree = "<group>"; };
  205. 2B19077009C9231E3CB109F9 /* SDL_yuv_sw.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_yuv_sw.c"; path = "../../../../src/render/SDL_yuv_sw.c"; sourceTree = "<group>"; };
  206. 49360D2910D87F4C61260CC1 /* SDL_yuv_sw_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_yuv_sw_c.h"; path = "../../../../src/render/SDL_yuv_sw_c.h"; sourceTree = "<group>"; };
  207. 09C048B2597C65C2452F29A1 /* mmx.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "mmx.h"; path = "../../../../src/render/mmx.h"; sourceTree = "<group>"; };
  208. 02615473574C5DA45F8119C2 /* SDL_glfuncs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_glfuncs.h"; path = "../../../../src/render/opengl/SDL_glfuncs.h"; sourceTree = "<group>"; };
  209. 2E98213F58C83B7679EA2EE0 /* SDL_render_gl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_render_gl.c"; path = "../../../../src/render/opengl/SDL_render_gl.c"; sourceTree = "<group>"; };
  210. 74E6545673FD059731C53CB0 /* SDL_shaders_gl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_shaders_gl.c"; path = "../../../../src/render/opengl/SDL_shaders_gl.c"; sourceTree = "<group>"; };
  211. 7E5F355E58573DA27BC14C1C /* SDL_shaders_gl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_shaders_gl.h"; path = "../../../../src/render/opengl/SDL_shaders_gl.h"; sourceTree = "<group>"; };
  212. 139751A76375191B64F53E7D /* SDL_blendfillrect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_blendfillrect.c"; path = "../../../../src/render/software/SDL_blendfillrect.c"; sourceTree = "<group>"; };
  213. 64FD5AD01DA8269C6D04363A /* SDL_blendfillrect.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_blendfillrect.h"; path = "../../../../src/render/software/SDL_blendfillrect.h"; sourceTree = "<group>"; };
  214. 2E0B793E01E363125E115555 /* SDL_blendline.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_blendline.c"; path = "../../../../src/render/software/SDL_blendline.c"; sourceTree = "<group>"; };
  215. 70F6353E33186EFC79F57A18 /* SDL_blendline.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_blendline.h"; path = "../../../../src/render/software/SDL_blendline.h"; sourceTree = "<group>"; };
  216. 47A60CF070301F215AA31899 /* SDL_blendpoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_blendpoint.c"; path = "../../../../src/render/software/SDL_blendpoint.c"; sourceTree = "<group>"; };
  217. 357F47816FF76A56538A1A90 /* SDL_blendpoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_blendpoint.h"; path = "../../../../src/render/software/SDL_blendpoint.h"; sourceTree = "<group>"; };
  218. 6F3E58C258E816C01EE5607B /* SDL_draw.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_draw.h"; path = "../../../../src/render/software/SDL_draw.h"; sourceTree = "<group>"; };
  219. 3DC17B6963CD575538C46E2B /* SDL_drawline.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_drawline.c"; path = "../../../../src/render/software/SDL_drawline.c"; sourceTree = "<group>"; };
  220. 6BEC714C75AA234067F04A6F /* SDL_drawline.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_drawline.h"; path = "../../../../src/render/software/SDL_drawline.h"; sourceTree = "<group>"; };
  221. 57200BE31613529B5E4D145A /* SDL_drawpoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_drawpoint.c"; path = "../../../../src/render/software/SDL_drawpoint.c"; sourceTree = "<group>"; };
  222. 3140693929B158EB4CBA6F56 /* SDL_drawpoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_drawpoint.h"; path = "../../../../src/render/software/SDL_drawpoint.h"; sourceTree = "<group>"; };
  223. 7F4003F22A2B03CC4F3E2570 /* SDL_render_sw.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_render_sw.c"; path = "../../../../src/render/software/SDL_render_sw.c"; sourceTree = "<group>"; };
  224. 13DE07DE194D2BA503B10D81 /* SDL_render_sw_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_render_sw_c.h"; path = "../../../../src/render/software/SDL_render_sw_c.h"; sourceTree = "<group>"; };
  225. 34F408411DF145AD78114160 /* SDL_rotate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_rotate.c"; path = "../../../../src/render/software/SDL_rotate.c"; sourceTree = "<group>"; };
  226. 2BAA4C9A41A6056A24A70D24 /* SDL_rotate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_rotate.h"; path = "../../../../src/render/software/SDL_rotate.h"; sourceTree = "<group>"; };
  227. 467E7A495D341EA43CA77D04 /* SDL_getenv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_getenv.c"; path = "../../../../src/stdlib/SDL_getenv.c"; sourceTree = "<group>"; };
  228. 7420083415F10DBF1A6E4645 /* SDL_iconv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_iconv.c"; path = "../../../../src/stdlib/SDL_iconv.c"; sourceTree = "<group>"; };
  229. 6AAD26CD05F31E954E925A93 /* SDL_malloc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_malloc.c"; path = "../../../../src/stdlib/SDL_malloc.c"; sourceTree = "<group>"; };
  230. 1A637631359161D6452A680F /* SDL_qsort.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_qsort.c"; path = "../../../../src/stdlib/SDL_qsort.c"; sourceTree = "<group>"; };
  231. 0B1A13D3324F661B06A354E4 /* SDL_stdlib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_stdlib.c"; path = "../../../../src/stdlib/SDL_stdlib.c"; sourceTree = "<group>"; };
  232. 76AA2E0B0F173AC9212F4258 /* SDL_string.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_string.c"; path = "../../../../src/stdlib/SDL_string.c"; sourceTree = "<group>"; };
  233. 5AAF37911F8240A92E0F1490 /* SDL_systhread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_systhread.h"; path = "../../../../src/thread/SDL_systhread.h"; sourceTree = "<group>"; };
  234. 00BF063F2A516202081956FF /* SDL_thread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_thread.c"; path = "../../../../src/thread/SDL_thread.c"; sourceTree = "<group>"; };
  235. 78FB562052435E795D701744 /* SDL_thread_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_thread_c.h"; path = "../../../../src/thread/SDL_thread_c.h"; sourceTree = "<group>"; };
  236. 75A15D1D350165C72B266D64 /* SDL_syscond.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_syscond.c"; path = "../../../../src/thread/pthread/SDL_syscond.c"; sourceTree = "<group>"; };
  237. 575F34176E7226D0364C71AC /* SDL_sysmutex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_sysmutex.c"; path = "../../../../src/thread/pthread/SDL_sysmutex.c"; sourceTree = "<group>"; };
  238. 0CC42FB1128B78AA72B36280 /* SDL_sysmutex_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_sysmutex_c.h"; path = "../../../../src/thread/pthread/SDL_sysmutex_c.h"; sourceTree = "<group>"; };
  239. 68EA167A2FA9170A1EEA3B1D /* SDL_syssem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_syssem.c"; path = "../../../../src/thread/pthread/SDL_syssem.c"; sourceTree = "<group>"; };
  240. 2F031FEF2BCC1434771A7E86 /* SDL_systhread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_systhread.c"; path = "../../../../src/thread/pthread/SDL_systhread.c"; sourceTree = "<group>"; };
  241. 3FD000ED7A01775526CA5618 /* SDL_systhread_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_systhread_c.h"; path = "../../../../src/thread/pthread/SDL_systhread_c.h"; sourceTree = "<group>"; };
  242. 6A8F127A2C4E6F364C1526F0 /* SDL_systls.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_systls.c"; path = "../../../../src/thread/pthread/SDL_systls.c"; sourceTree = "<group>"; };
  243. 08B34CDF5C9079763C624849 /* SDL_timer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_timer.c"; path = "../../../../src/timer/SDL_timer.c"; sourceTree = "<group>"; };
  244. 336A25DF147652083BCD3D3C /* SDL_timer_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_timer_c.h"; path = "../../../../src/timer/SDL_timer_c.h"; sourceTree = "<group>"; };
  245. 6A01774C1EED1B2144AE1CB5 /* SDL_systimer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_systimer.c"; path = "../../../../src/timer/unix/SDL_systimer.c"; sourceTree = "<group>"; };
  246. 676211D87FE20B7150213164 /* SDL_RLEaccel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_RLEaccel.c"; path = "../../../../src/video/SDL_RLEaccel.c"; sourceTree = "<group>"; };
  247. 32C66811376436BE0E942436 /* SDL_RLEaccel_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_RLEaccel_c.h"; path = "../../../../src/video/SDL_RLEaccel_c.h"; sourceTree = "<group>"; };
  248. 7B5F52584ED13C49741749BD /* SDL_blit.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_blit.c"; path = "../../../../src/video/SDL_blit.c"; sourceTree = "<group>"; };
  249. 4C266BB0748836070E5430AB /* SDL_blit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_blit.h"; path = "../../../../src/video/SDL_blit.h"; sourceTree = "<group>"; };
  250. 6BD9773F57DE397A34542B86 /* SDL_blit_0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_blit_0.c"; path = "../../../../src/video/SDL_blit_0.c"; sourceTree = "<group>"; };
  251. 5F717A917D9207E82B1709FD /* SDL_blit_1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_blit_1.c"; path = "../../../../src/video/SDL_blit_1.c"; sourceTree = "<group>"; };
  252. 4A7C2E9C357B39870C9C7CBB /* SDL_blit_A.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_blit_A.c"; path = "../../../../src/video/SDL_blit_A.c"; sourceTree = "<group>"; };
  253. 16F56E412F037AA6626704FC /* SDL_blit_N.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_blit_N.c"; path = "../../../../src/video/SDL_blit_N.c"; sourceTree = "<group>"; };
  254. 12AD22506E1411CA1FCA193D /* SDL_blit_auto.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_blit_auto.c"; path = "../../../../src/video/SDL_blit_auto.c"; sourceTree = "<group>"; };
  255. 24D062C176AE370B678D5E1A /* SDL_blit_auto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_blit_auto.h"; path = "../../../../src/video/SDL_blit_auto.h"; sourceTree = "<group>"; };
  256. 7D4437C37F683A8A58F55923 /* SDL_blit_copy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_blit_copy.c"; path = "../../../../src/video/SDL_blit_copy.c"; sourceTree = "<group>"; };
  257. 260722C00E09302702FA08F5 /* SDL_blit_copy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_blit_copy.h"; path = "../../../../src/video/SDL_blit_copy.h"; sourceTree = "<group>"; };
  258. 2C3813742F9649C6666B1E7E /* SDL_blit_slow.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_blit_slow.c"; path = "../../../../src/video/SDL_blit_slow.c"; sourceTree = "<group>"; };
  259. 772B39E25F5C46CF744B6DC7 /* SDL_blit_slow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_blit_slow.h"; path = "../../../../src/video/SDL_blit_slow.h"; sourceTree = "<group>"; };
  260. 626030677A9E27FC1E8935A1 /* SDL_bmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_bmp.c"; path = "../../../../src/video/SDL_bmp.c"; sourceTree = "<group>"; };
  261. 5C4629AC64180D01435D314B /* SDL_clipboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_clipboard.c"; path = "../../../../src/video/SDL_clipboard.c"; sourceTree = "<group>"; };
  262. 1AA429B9420C620D5F982BCC /* SDL_egl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_egl.c"; path = "../../../../src/video/SDL_egl.c"; sourceTree = "<group>"; };
  263. 6005192E4497458D4A615860 /* SDL_egl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_egl.h"; path = "../../../../src/video/SDL_egl.h"; sourceTree = "<group>"; };
  264. 127978F1333C57F33D196715 /* SDL_fillrect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_fillrect.c"; path = "../../../../src/video/SDL_fillrect.c"; sourceTree = "<group>"; };
  265. 1C8921DA02C03ADB0F4646F8 /* SDL_pixels.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_pixels.c"; path = "../../../../src/video/SDL_pixels.c"; sourceTree = "<group>"; };
  266. 133907A045651496256139AF /* SDL_pixels_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_pixels_c.h"; path = "../../../../src/video/SDL_pixels_c.h"; sourceTree = "<group>"; };
  267. 39842F4E596B39E8643764C3 /* SDL_rect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_rect.c"; path = "../../../../src/video/SDL_rect.c"; sourceTree = "<group>"; };
  268. 530646B0528B495D2A062BFD /* SDL_rect_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_rect_c.h"; path = "../../../../src/video/SDL_rect_c.h"; sourceTree = "<group>"; };
  269. 1A481A30600E3DFE77A26D0A /* SDL_shape.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_shape.c"; path = "../../../../src/video/SDL_shape.c"; sourceTree = "<group>"; };
  270. 61CD6881175C22CC253B4D8E /* SDL_shape_internals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_shape_internals.h"; path = "../../../../src/video/SDL_shape_internals.h"; sourceTree = "<group>"; };
  271. 467C2DC84A7B76C05E9E120F /* SDL_stretch.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_stretch.c"; path = "../../../../src/video/SDL_stretch.c"; sourceTree = "<group>"; };
  272. 518E5DE30064338C4BC17126 /* SDL_surface.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_surface.c"; path = "../../../../src/video/SDL_surface.c"; sourceTree = "<group>"; };
  273. 184509C109CB13FB64680AD8 /* SDL_sysvideo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_sysvideo.h"; path = "../../../../src/video/SDL_sysvideo.h"; sourceTree = "<group>"; };
  274. 095B54196A9037AE32C14507 /* SDL_video.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_video.c"; path = "../../../../src/video/SDL_video.c"; sourceTree = "<group>"; };
  275. 54280E727B4A720C0E194582 /* SDL_cocoaclipboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_cocoaclipboard.h"; path = "../../../../src/video/cocoa/SDL_cocoaclipboard.h"; sourceTree = "<group>"; };
  276. 6B1A7D591BBF260340365717 /* SDL_cocoaclipboard.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "SDL_cocoaclipboard.m"; path = "../../../../src/video/cocoa/SDL_cocoaclipboard.m"; sourceTree = "<group>"; };
  277. 1A270B314E6440B967AF1587 /* SDL_cocoaevents.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_cocoaevents.h"; path = "../../../../src/video/cocoa/SDL_cocoaevents.h"; sourceTree = "<group>"; };
  278. 6CD471DB63ED0C072F712786 /* SDL_cocoaevents.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "SDL_cocoaevents.m"; path = "../../../../src/video/cocoa/SDL_cocoaevents.m"; sourceTree = "<group>"; };
  279. 5EB34F5F7E84410D43390A37 /* SDL_cocoakeyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_cocoakeyboard.h"; path = "../../../../src/video/cocoa/SDL_cocoakeyboard.h"; sourceTree = "<group>"; };
  280. 4FF971A805D912AE7C3511F7 /* SDL_cocoakeyboard.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "SDL_cocoakeyboard.m"; path = "../../../../src/video/cocoa/SDL_cocoakeyboard.m"; sourceTree = "<group>"; };
  281. 3E163466557909D8647817DB /* SDL_cocoamessagebox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_cocoamessagebox.h"; path = "../../../../src/video/cocoa/SDL_cocoamessagebox.h"; sourceTree = "<group>"; };
  282. 59FA32BE7DCE61473C727995 /* SDL_cocoamessagebox.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "SDL_cocoamessagebox.m"; path = "../../../../src/video/cocoa/SDL_cocoamessagebox.m"; sourceTree = "<group>"; };
  283. 2C045FBC31E41DC90B983693 /* SDL_cocoamodes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_cocoamodes.h"; path = "../../../../src/video/cocoa/SDL_cocoamodes.h"; sourceTree = "<group>"; };
  284. 090C140773EF64C55AB32D4D /* SDL_cocoamodes.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "SDL_cocoamodes.m"; path = "../../../../src/video/cocoa/SDL_cocoamodes.m"; sourceTree = "<group>"; };
  285. 15593F5425E22D8A44911FF5 /* SDL_cocoamouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_cocoamouse.h"; path = "../../../../src/video/cocoa/SDL_cocoamouse.h"; sourceTree = "<group>"; };
  286. 36ED1B4309137DF626BA1304 /* SDL_cocoamouse.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "SDL_cocoamouse.m"; path = "../../../../src/video/cocoa/SDL_cocoamouse.m"; sourceTree = "<group>"; };
  287. 0F950D9601F85D8A22A44228 /* SDL_cocoamousetap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_cocoamousetap.h"; path = "../../../../src/video/cocoa/SDL_cocoamousetap.h"; sourceTree = "<group>"; };
  288. 6A5F20432ADC009E19FA2C1E /* SDL_cocoamousetap.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "SDL_cocoamousetap.m"; path = "../../../../src/video/cocoa/SDL_cocoamousetap.m"; sourceTree = "<group>"; };
  289. 25DE143C196C205B51980555 /* SDL_cocoaopengl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_cocoaopengl.h"; path = "../../../../src/video/cocoa/SDL_cocoaopengl.h"; sourceTree = "<group>"; };
  290. 3A4F55752FF300143C835B3B /* SDL_cocoaopengl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "SDL_cocoaopengl.m"; path = "../../../../src/video/cocoa/SDL_cocoaopengl.m"; sourceTree = "<group>"; };
  291. 2ABD0A8B59FA64842735209E /* SDL_cocoashape.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_cocoashape.h"; path = "../../../../src/video/cocoa/SDL_cocoashape.h"; sourceTree = "<group>"; };
  292. 05CF7A893F4C1E2406AA11AA /* SDL_cocoashape.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "SDL_cocoashape.m"; path = "../../../../src/video/cocoa/SDL_cocoashape.m"; sourceTree = "<group>"; };
  293. 5B8467FB461063CC729E1488 /* SDL_cocoavideo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_cocoavideo.h"; path = "../../../../src/video/cocoa/SDL_cocoavideo.h"; sourceTree = "<group>"; };
  294. 297A08E31208586E5A9E4EB3 /* SDL_cocoavideo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "SDL_cocoavideo.m"; path = "../../../../src/video/cocoa/SDL_cocoavideo.m"; sourceTree = "<group>"; };
  295. 619C5EFB358E1D2248E557BF /* SDL_cocoawindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_cocoawindow.h"; path = "../../../../src/video/cocoa/SDL_cocoawindow.h"; sourceTree = "<group>"; };
  296. 650003A700A8250D0F784E5A /* SDL_cocoawindow.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "SDL_cocoawindow.m"; path = "../../../../src/video/cocoa/SDL_cocoawindow.m"; sourceTree = "<group>"; };
  297. 2DD03852185F1A5357D16C0E /* SDL_nullevents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_nullevents.c"; path = "../../../../src/video/dummy/SDL_nullevents.c"; sourceTree = "<group>"; };
  298. 64AC1624164719933D7D7C2D /* SDL_nullevents_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_nullevents_c.h"; path = "../../../../src/video/dummy/SDL_nullevents_c.h"; sourceTree = "<group>"; };
  299. 7FE32E2D489C1F5676D070F3 /* SDL_nullframebuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_nullframebuffer.c"; path = "../../../../src/video/dummy/SDL_nullframebuffer.c"; sourceTree = "<group>"; };
  300. 568828F86F02017D64E909DD /* SDL_nullframebuffer_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_nullframebuffer_c.h"; path = "../../../../src/video/dummy/SDL_nullframebuffer_c.h"; sourceTree = "<group>"; };
  301. 4576033B4C1F3E0D521D1842 /* SDL_nullvideo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_nullvideo.c"; path = "../../../../src/video/dummy/SDL_nullvideo.c"; sourceTree = "<group>"; };
  302. 7F1D717B488B567150456ADD /* SDL_nullvideo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_nullvideo.h"; path = "../../../../src/video/dummy/SDL_nullvideo.h"; sourceTree = "<group>"; };
  303. 58465C34749040C207292140 /* SDL_x11clipboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_x11clipboard.c"; path = "../../../../src/video/x11/SDL_x11clipboard.c"; sourceTree = "<group>"; };
  304. 60AA6D98240C1E16753F1F78 /* SDL_x11clipboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_x11clipboard.h"; path = "../../../../src/video/x11/SDL_x11clipboard.h"; sourceTree = "<group>"; };
  305. 36703205767270E5711876F8 /* SDL_x11dyn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_x11dyn.c"; path = "../../../../src/video/x11/SDL_x11dyn.c"; sourceTree = "<group>"; };
  306. 0E5A3F0C3CC540030ACE7F88 /* SDL_x11dyn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_x11dyn.h"; path = "../../../../src/video/x11/SDL_x11dyn.h"; sourceTree = "<group>"; };
  307. 7448494A32995EB4084F3B7D /* SDL_x11events.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_x11events.c"; path = "../../../../src/video/x11/SDL_x11events.c"; sourceTree = "<group>"; };
  308. 56517D6D01E97D41451D059D /* SDL_x11events.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_x11events.h"; path = "../../../../src/video/x11/SDL_x11events.h"; sourceTree = "<group>"; };
  309. 3EF375972CA805682F8F74F4 /* SDL_x11framebuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_x11framebuffer.c"; path = "../../../../src/video/x11/SDL_x11framebuffer.c"; sourceTree = "<group>"; };
  310. 79E9493B77FA59684C5974B7 /* SDL_x11framebuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_x11framebuffer.h"; path = "../../../../src/video/x11/SDL_x11framebuffer.h"; sourceTree = "<group>"; };
  311. 4543334473D06CAE254F00B1 /* SDL_x11keyboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_x11keyboard.c"; path = "../../../../src/video/x11/SDL_x11keyboard.c"; sourceTree = "<group>"; };
  312. 39CC0CFD6B7A19ED26007BB4 /* SDL_x11keyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_x11keyboard.h"; path = "../../../../src/video/x11/SDL_x11keyboard.h"; sourceTree = "<group>"; };
  313. 1D2B22B2741D4C6060E23309 /* SDL_x11messagebox.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_x11messagebox.c"; path = "../../../../src/video/x11/SDL_x11messagebox.c"; sourceTree = "<group>"; };
  314. 4062686F73250F0A0246473E /* SDL_x11messagebox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_x11messagebox.h"; path = "../../../../src/video/x11/SDL_x11messagebox.h"; sourceTree = "<group>"; };
  315. 448A72B44504304B144C3E13 /* SDL_x11modes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_x11modes.c"; path = "../../../../src/video/x11/SDL_x11modes.c"; sourceTree = "<group>"; };
  316. 27FB6C3B1FDD1C925C2D4B61 /* SDL_x11modes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_x11modes.h"; path = "../../../../src/video/x11/SDL_x11modes.h"; sourceTree = "<group>"; };
  317. 54687D293BC66D0A5C631CD2 /* SDL_x11mouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_x11mouse.c"; path = "../../../../src/video/x11/SDL_x11mouse.c"; sourceTree = "<group>"; };
  318. 5CCE0B2D44471331046106E6 /* SDL_x11mouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_x11mouse.h"; path = "../../../../src/video/x11/SDL_x11mouse.h"; sourceTree = "<group>"; };
  319. 72DF3CFC4E8B09C256A46840 /* SDL_x11opengl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_x11opengl.c"; path = "../../../../src/video/x11/SDL_x11opengl.c"; sourceTree = "<group>"; };
  320. 217F515544D919DC3B542BDB /* SDL_x11opengl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_x11opengl.h"; path = "../../../../src/video/x11/SDL_x11opengl.h"; sourceTree = "<group>"; };
  321. 76560AEB0562134E7A7E6B36 /* SDL_x11opengles.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_x11opengles.c"; path = "../../../../src/video/x11/SDL_x11opengles.c"; sourceTree = "<group>"; };
  322. 01A4506F329C34E9544E65C9 /* SDL_x11opengles.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_x11opengles.h"; path = "../../../../src/video/x11/SDL_x11opengles.h"; sourceTree = "<group>"; };
  323. 077269AF6E2A464C6904277D /* SDL_x11shape.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_x11shape.c"; path = "../../../../src/video/x11/SDL_x11shape.c"; sourceTree = "<group>"; };
  324. 60910F6738E036B6171642D5 /* SDL_x11shape.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_x11shape.h"; path = "../../../../src/video/x11/SDL_x11shape.h"; sourceTree = "<group>"; };
  325. 3E0545D92AE266C52A3A6C93 /* SDL_x11sym.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_x11sym.h"; path = "../../../../src/video/x11/SDL_x11sym.h"; sourceTree = "<group>"; };
  326. 652626396914587E520F7C8C /* SDL_x11touch.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_x11touch.c"; path = "../../../../src/video/x11/SDL_x11touch.c"; sourceTree = "<group>"; };
  327. 6796539A4EAF7FA5634E3B4F /* SDL_x11touch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_x11touch.h"; path = "../../../../src/video/x11/SDL_x11touch.h"; sourceTree = "<group>"; };
  328. 668E75F870AC40425B0D639F /* SDL_x11video.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_x11video.c"; path = "../../../../src/video/x11/SDL_x11video.c"; sourceTree = "<group>"; };
  329. 3B503D8111BC749C35456BC7 /* SDL_x11video.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_x11video.h"; path = "../../../../src/video/x11/SDL_x11video.h"; sourceTree = "<group>"; };
  330. 7FB6418B385644032BC404E9 /* SDL_x11window.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_x11window.c"; path = "../../../../src/video/x11/SDL_x11window.c"; sourceTree = "<group>"; };
  331. 03BC5ACE246D31A203BD2B15 /* SDL_x11window.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_x11window.h"; path = "../../../../src/video/x11/SDL_x11window.h"; sourceTree = "<group>"; };
  332. 085A68FD7A9151CF2E095ECB /* SDL_x11xinput2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_x11xinput2.c"; path = "../../../../src/video/x11/SDL_x11xinput2.c"; sourceTree = "<group>"; };
  333. 349969F15E6A02A1270D6BA0 /* SDL_x11xinput2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SDL_x11xinput2.h"; path = "../../../../src/video/x11/SDL_x11xinput2.h"; sourceTree = "<group>"; };
  334. 11F5212A6B0F3DF7559B6BE3 /* edid-parse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "edid-parse.c"; path = "../../../../src/video/x11/edid-parse.c"; sourceTree = "<group>"; };
  335. 1A364F9D6023493E20920E8B /* edid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "edid.h"; path = "../../../../src/video/x11/edid.h"; sourceTree = "<group>"; };
  336. 5A492D32559D49902FB05F45 /* imKStoUCS.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "imKStoUCS.c"; path = "../../../../src/video/x11/imKStoUCS.c"; sourceTree = "<group>"; };
  337. 71206CFD70915771458F467A /* imKStoUCS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "imKStoUCS.h"; path = "../../../../src/video/x11/imKStoUCS.h"; sourceTree = "<group>"; };
  338. 16087FC97B0458F07F343E84 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
  339. 517D7ABB382B14B10EEF73BE /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
  340. 5DCD682F04A36BC83BCC7159 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
  341. 0E21418B420C32A255982342 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
  342. 7735724A00183AF616F6186E /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
  343. 12566C6F031E562D44A61FA5 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
  344. 1F7A40AB2F484EA966CD5A46 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
  345. 01151A0B6D9422C20F99251B /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
  346. 711A00A97A0E506D5F82591B /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
  347. 07D004B11E733F1F0EA93105 /* libSDL2.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libSDL2.a"; path = "libSDL2.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  348. /* End PBXFileReference section */
  349. /* Begin PBXFrameworksBuildPhase section */
  350. 6D2F46F31435311A2F32250F /* Frameworks */ = {
  351. isa = PBXFrameworksBuildPhase;
  352. buildActionMask = 2147483647;
  353. files = (
  354. 6BB96439701E5363094C5DD5 /* AudioToolbox.framework in Frameworks */,
  355. 63DC268722B13B3312A72478 /* AudioUnit.framework in Frameworks */,
  356. 116D397753E162E06F2A4550 /* Cocoa.framework in Frameworks */,
  357. 673D5F7B1D0E077948DA7126 /* CoreAudio.framework in Frameworks */,
  358. 6C2B372D02D23CB0511D7889 /* IOKit.framework in Frameworks */,
  359. 236B622A48961F397FF06EF7 /* Carbon.framework in Frameworks */,
  360. 49957BE83EA63CF059A30F9C /* ForceFeedback.framework in Frameworks */,
  361. 1B8B600655202E66597A6A1E /* CoreFoundation.framework in Frameworks */,
  362. 35A63C9C2D0E087E232429CF /* OpenGL.framework in Frameworks */,
  363. );
  364. runOnlyForDeploymentPostprocessing = 0;
  365. };
  366. /* End PBXFrameworksBuildPhase section */
  367. /* Begin PBXGroup section */
  368. 2B14576D52B77980500C4530 /* SDL2 */ = {
  369. isa = PBXGroup;
  370. children = (
  371. 7F1615B67DCA68AA1B4A2D65 /* src */,
  372. 778B60761D6F788D20CF1089 /* Frameworks */,
  373. 64BF6DFE5A77548A48B644E1 /* Products */,
  374. );
  375. name = "SDL2";
  376. sourceTree = "<group>";
  377. };
  378. 7F1615B67DCA68AA1B4A2D65 /* src */ = {
  379. isa = PBXGroup;
  380. children = (
  381. 581F727C2E205CC67F140529 /* SDL.c */,
  382. 20A12A2435417EEB1A001847 /* SDL_assert.c */,
  383. 3DBA229B02BC326E66521EC6 /* SDL_assert_c.h */,
  384. 7C4669E76F5E4522717C37DD /* SDL_error.c */,
  385. 300D65535AAF1A8F2739388E /* SDL_error_c.h */,
  386. 1D2E68ED4D66639038F63099 /* SDL_hints.c */,
  387. 4EAE1E8A03AF0D8C0BC74C60 /* SDL_log.c */,
  388. 688234A1457F4899390578CF /* atomic */,
  389. 3B436A4F077A1168739174F1 /* audio */,
  390. 5FBE445076B30F5E181A6E72 /* cpuinfo */,
  391. 55AD5AFE0AC25A02516B6C0F /* events */,
  392. 169E182E269F4D57356F462F /* file */,
  393. 202A4F20595F11DE1C0E5DEF /* filesystem */,
  394. 402B7BD16DA178D365B82E74 /* haptic */,
  395. 23392EB30D7244ED2CAD16E6 /* joystick */,
  396. 2C2475364CBA026D4A046C45 /* loadso */,
  397. 2FF70AA82AFD089324DC1914 /* power */,
  398. 746E7D0E29004F251DB16B9F /* render */,
  399. 60E97A5510353DFB504F1D03 /* stdlib */,
  400. 511B65CD237E28165A3B0FFD /* thread */,
  401. 74166396173F5600536A7BC8 /* timer */,
  402. 3FC4100D63F1660C3B995BD6 /* video */,
  403. );
  404. name = "src";
  405. sourceTree = "<group>";
  406. };
  407. 688234A1457F4899390578CF /* atomic */ = {
  408. isa = PBXGroup;
  409. children = (
  410. 741E10D47F9F35F77FC23C71 /* SDL_atomic.c */,
  411. 545D521E33195938012A701C /* SDL_spinlock.c */,
  412. );
  413. name = "atomic";
  414. sourceTree = "<group>";
  415. };
  416. 3B436A4F077A1168739174F1 /* audio */ = {
  417. isa = PBXGroup;
  418. children = (
  419. 009822131E4843700095766C /* SDL_audio.c */,
  420. 7C8304171E6648543F9779B6 /* SDL_audio_c.h */,
  421. 2BA37BD372FE166821D80A1E /* SDL_audiocvt.c */,
  422. 5D2936CF698D392735D76E9E /* SDL_audiodev.c */,
  423. 1F255A29771744AC1DFE48A0 /* SDL_audiodev_c.h */,
  424. 14AA3D784A5D4B873D657338 /* SDL_audiomem.h */,
  425. 76263CFA4F4A3E8E74966406 /* SDL_audiotypecvt.c */,
  426. 748562A8151756FF3FE91679 /* SDL_mixer.c */,
  427. 7B696A2B3C9847A40FD30FA2 /* SDL_sysaudio.h */,
  428. 58E6725272291A8B48974EC3 /* SDL_wave.c */,
  429. 00EA32A02E3338A774D7623F /* SDL_wave.h */,
  430. 2D5C19413AFC226317315284 /* coreaudio */,
  431. 3ECA7F9726472B184E7B1DC0 /* disk */,
  432. 65C05A2970AC5239286044C7 /* dummy */,
  433. );
  434. name = "audio";
  435. sourceTree = "<group>";
  436. };
  437. 2D5C19413AFC226317315284 /* coreaudio */ = {
  438. isa = PBXGroup;
  439. children = (
  440. 17F2408C59BB1CE53ACB077B /* SDL_coreaudio.c */,
  441. 4EE3552C72927CDA048947F7 /* SDL_coreaudio.h */,
  442. );
  443. name = "coreaudio";
  444. sourceTree = "<group>";
  445. };
  446. 3ECA7F9726472B184E7B1DC0 /* disk */ = {
  447. isa = PBXGroup;
  448. children = (
  449. 694A007643FB227E1C011EE8 /* SDL_diskaudio.c */,
  450. 29C54C2B479130B15A262000 /* SDL_diskaudio.h */,
  451. );
  452. name = "disk";
  453. sourceTree = "<group>";
  454. };
  455. 65C05A2970AC5239286044C7 /* dummy */ = {
  456. isa = PBXGroup;
  457. children = (
  458. 183031E40F3E3665462E31AC /* SDL_dummyaudio.c */,
  459. 06A572223CF8475871EE7D5C /* SDL_dummyaudio.h */,
  460. );
  461. name = "dummy";
  462. sourceTree = "<group>";
  463. };
  464. 5FBE445076B30F5E181A6E72 /* cpuinfo */ = {
  465. isa = PBXGroup;
  466. children = (
  467. 399D7F372AA42CDF004A30CB /* SDL_cpuinfo.c */,
  468. );
  469. name = "cpuinfo";
  470. sourceTree = "<group>";
  471. };
  472. 55AD5AFE0AC25A02516B6C0F /* events */ = {
  473. isa = PBXGroup;
  474. children = (
  475. 5EEA55BC35E77DD14C8B6DEA /* SDL_clipboardevents.c */,
  476. 130E0CF138CF24996422240B /* SDL_clipboardevents_c.h */,
  477. 64680D041F9E679917CF3CB8 /* SDL_dropevents.c */,
  478. 688C5D160E4C409930EB1C46 /* SDL_dropevents_c.h */,
  479. 67B9300749251C797177656C /* SDL_events.c */,
  480. 576820C320D25B890F7E4EE7 /* SDL_events_c.h */,
  481. 2427171D0D16540755560B01 /* SDL_gesture.c */,
  482. 353545A10ADB514C610609C6 /* SDL_gesture_c.h */,
  483. 4A4523A15D1D31E40DBA55EF /* SDL_keyboard.c */,
  484. 74B612214A4706DA719F28D2 /* SDL_keyboard_c.h */,
  485. 0E064D1B5215736C4B0C0F8B /* SDL_mouse.c */,
  486. 058B27A349C800B503ED6669 /* SDL_mouse_c.h */,
  487. 7EAB2812398D5FDE1566622B /* SDL_quit.c */,
  488. 13A403E279690000102705FE /* SDL_sysevents.h */,
  489. 11625DDF6F935BC24C1658C6 /* SDL_touch.c */,
  490. 08D035322454110E49E76A60 /* SDL_touch_c.h */,
  491. 7B0D1AE01FCA24EC38765CFF /* SDL_windowevents.c */,
  492. 06FA2EC12902637126010F3E /* SDL_windowevents_c.h */,
  493. 3D290B0440424FCA73116E71 /* blank_cursor.h */,
  494. 5E5607A90E0E7383395F1124 /* default_cursor.h */,
  495. 5D38365C0E6E6FB712EA76DC /* scancodes_darwin.h */,
  496. 0BE05A937D854CC543FB3741 /* scancodes_linux.h */,
  497. 1A9C33FD4D512FE04A4308B1 /* scancodes_windows.h */,
  498. 59691A177371256478D52733 /* scancodes_xfree86.h */,
  499. );
  500. name = "events";
  501. sourceTree = "<group>";
  502. };
  503. 169E182E269F4D57356F462F /* file */ = {
  504. isa = PBXGroup;
  505. children = (
  506. 46E842226EEF2BBD3E14319D /* SDL_rwops.c */,
  507. 0F7844EB5A6F39F066B52DF5 /* cocoa */,
  508. );
  509. name = "file";
  510. sourceTree = "<group>";
  511. };
  512. 0F7844EB5A6F39F066B52DF5 /* cocoa */ = {
  513. isa = PBXGroup;
  514. children = (
  515. 5ED91E7C0367157226554461 /* SDL_rwopsbundlesupport.h */,
  516. 5E087787656B7EF200787EF7 /* SDL_rwopsbundlesupport.m */,
  517. );
  518. name = "cocoa";
  519. sourceTree = "<group>";
  520. };
  521. 202A4F20595F11DE1C0E5DEF /* filesystem */ = {
  522. isa = PBXGroup;
  523. children = (
  524. 2F2D3D4B30AA6BA34C0647E6 /* cocoa */,
  525. );
  526. name = "filesystem";
  527. sourceTree = "<group>";
  528. };
  529. 2F2D3D4B30AA6BA34C0647E6 /* cocoa */ = {
  530. isa = PBXGroup;
  531. children = (
  532. 7927299A5CBA392013905A95 /* SDL_sysfilesystem.m */,
  533. );
  534. name = "cocoa";
  535. sourceTree = "<group>";
  536. };
  537. 402B7BD16DA178D365B82E74 /* haptic */ = {
  538. isa = PBXGroup;
  539. children = (
  540. 6C027EE044E726073F02545E /* SDL_haptic.c */,
  541. 6CA146A939633B3D587234B0 /* SDL_haptic_c.h */,
  542. 465F3E1A22A90B691CB6261A /* SDL_syshaptic.h */,
  543. 35210A3C265F39CF73320BC1 /* darwin */,
  544. );
  545. name = "haptic";
  546. sourceTree = "<group>";
  547. };
  548. 35210A3C265F39CF73320BC1 /* darwin */ = {
  549. isa = PBXGroup;
  550. children = (
  551. 466551BC2C236A3C09D52B8C /* SDL_syshaptic.c */,
  552. );
  553. name = "darwin";
  554. sourceTree = "<group>";
  555. };
  556. 23392EB30D7244ED2CAD16E6 /* joystick */ = {
  557. isa = PBXGroup;
  558. children = (
  559. 7D0C59A3666A74AD19C81F68 /* SDL_gamecontroller.c */,
  560. 7EBA21266FA01ACA47254FA4 /* SDL_gamecontrollerdb.h */,
  561. 4FCA1736705A5DC74EC17138 /* SDL_joystick.c */,
  562. 77AB1AAE2997056268FF5C5C /* SDL_joystick_c.h */,
  563. 2DD4468E154E427A6D1B3C33 /* SDL_sysjoystick.h */,
  564. 3A02105A17B3711E2080498F /* darwin */,
  565. );
  566. name = "joystick";
  567. sourceTree = "<group>";
  568. };
  569. 3A02105A17B3711E2080498F /* darwin */ = {
  570. isa = PBXGroup;
  571. children = (
  572. 79981D6D163C5F2060C66FA5 /* SDL_sysjoystick.c */,
  573. 5E8A65BF1C1807EF6C8522A1 /* SDL_sysjoystick_c.h */,
  574. );
  575. name = "darwin";
  576. sourceTree = "<group>";
  577. };
  578. 2C2475364CBA026D4A046C45 /* loadso */ = {
  579. isa = PBXGroup;
  580. children = (
  581. 2EE438980D7C6329498E1501 /* dlopen */,
  582. );
  583. name = "loadso";
  584. sourceTree = "<group>";
  585. };
  586. 2EE438980D7C6329498E1501 /* dlopen */ = {
  587. isa = PBXGroup;
  588. children = (
  589. 31CD0B3A1CC508507B0E69C7 /* SDL_sysloadso.c */,
  590. );
  591. name = "dlopen";
  592. sourceTree = "<group>";
  593. };
  594. 2FF70AA82AFD089324DC1914 /* power */ = {
  595. isa = PBXGroup;
  596. children = (
  597. 1C2235273DF86C1B64BC738C /* SDL_power.c */,
  598. 029A07530D871F233FEF258B /* macosx */,
  599. );
  600. name = "power";
  601. sourceTree = "<group>";
  602. };
  603. 029A07530D871F233FEF258B /* macosx */ = {
  604. isa = PBXGroup;
  605. children = (
  606. 6A4855D539F85E716904291D /* SDL_syspower.c */,
  607. );
  608. name = "macosx";
  609. sourceTree = "<group>";
  610. };
  611. 746E7D0E29004F251DB16B9F /* render */ = {
  612. isa = PBXGroup;
  613. children = (
  614. 550435DE0C8635D76B737308 /* SDL_render.c */,
  615. 0B803F96427D29011CAC67A9 /* SDL_sysrender.h */,
  616. 30C711D35F4E10AE14064022 /* SDL_yuv_mmx.c */,
  617. 2B19077009C9231E3CB109F9 /* SDL_yuv_sw.c */,
  618. 49360D2910D87F4C61260CC1 /* SDL_yuv_sw_c.h */,
  619. 09C048B2597C65C2452F29A1 /* mmx.h */,
  620. 3C2D69C5103C04B5214F4C19 /* opengl */,
  621. 5E27683C527C630169150FED /* software */,
  622. );
  623. name = "render";
  624. sourceTree = "<group>";
  625. };
  626. 3C2D69C5103C04B5214F4C19 /* opengl */ = {
  627. isa = PBXGroup;
  628. children = (
  629. 02615473574C5DA45F8119C2 /* SDL_glfuncs.h */,
  630. 2E98213F58C83B7679EA2EE0 /* SDL_render_gl.c */,
  631. 74E6545673FD059731C53CB0 /* SDL_shaders_gl.c */,
  632. 7E5F355E58573DA27BC14C1C /* SDL_shaders_gl.h */,
  633. );
  634. name = "opengl";
  635. sourceTree = "<group>";
  636. };
  637. 5E27683C527C630169150FED /* software */ = {
  638. isa = PBXGroup;
  639. children = (
  640. 139751A76375191B64F53E7D /* SDL_blendfillrect.c */,
  641. 64FD5AD01DA8269C6D04363A /* SDL_blendfillrect.h */,
  642. 2E0B793E01E363125E115555 /* SDL_blendline.c */,
  643. 70F6353E33186EFC79F57A18 /* SDL_blendline.h */,
  644. 47A60CF070301F215AA31899 /* SDL_blendpoint.c */,
  645. 357F47816FF76A56538A1A90 /* SDL_blendpoint.h */,
  646. 6F3E58C258E816C01EE5607B /* SDL_draw.h */,
  647. 3DC17B6963CD575538C46E2B /* SDL_drawline.c */,
  648. 6BEC714C75AA234067F04A6F /* SDL_drawline.h */,
  649. 57200BE31613529B5E4D145A /* SDL_drawpoint.c */,
  650. 3140693929B158EB4CBA6F56 /* SDL_drawpoint.h */,
  651. 7F4003F22A2B03CC4F3E2570 /* SDL_render_sw.c */,
  652. 13DE07DE194D2BA503B10D81 /* SDL_render_sw_c.h */,
  653. 34F408411DF145AD78114160 /* SDL_rotate.c */,
  654. 2BAA4C9A41A6056A24A70D24 /* SDL_rotate.h */,
  655. );
  656. name = "software";
  657. sourceTree = "<group>";
  658. };
  659. 60E97A5510353DFB504F1D03 /* stdlib */ = {
  660. isa = PBXGroup;
  661. children = (
  662. 467E7A495D341EA43CA77D04 /* SDL_getenv.c */,
  663. 7420083415F10DBF1A6E4645 /* SDL_iconv.c */,
  664. 6AAD26CD05F31E954E925A93 /* SDL_malloc.c */,
  665. 1A637631359161D6452A680F /* SDL_qsort.c */,
  666. 0B1A13D3324F661B06A354E4 /* SDL_stdlib.c */,
  667. 76AA2E0B0F173AC9212F4258 /* SDL_string.c */,
  668. );
  669. name = "stdlib";
  670. sourceTree = "<group>";
  671. };
  672. 511B65CD237E28165A3B0FFD /* thread */ = {
  673. isa = PBXGroup;
  674. children = (
  675. 5AAF37911F8240A92E0F1490 /* SDL_systhread.h */,
  676. 00BF063F2A516202081956FF /* SDL_thread.c */,
  677. 78FB562052435E795D701744 /* SDL_thread_c.h */,
  678. 77227A70027F1AEE2C864094 /* pthread */,
  679. );
  680. name = "thread";
  681. sourceTree = "<group>";
  682. };
  683. 77227A70027F1AEE2C864094 /* pthread */ = {
  684. isa = PBXGroup;
  685. children = (
  686. 75A15D1D350165C72B266D64 /* SDL_syscond.c */,
  687. 575F34176E7226D0364C71AC /* SDL_sysmutex.c */,
  688. 0CC42FB1128B78AA72B36280 /* SDL_sysmutex_c.h */,
  689. 68EA167A2FA9170A1EEA3B1D /* SDL_syssem.c */,
  690. 2F031FEF2BCC1434771A7E86 /* SDL_systhread.c */,
  691. 3FD000ED7A01775526CA5618 /* SDL_systhread_c.h */,
  692. 6A8F127A2C4E6F364C1526F0 /* SDL_systls.c */,
  693. );
  694. name = "pthread";
  695. sourceTree = "<group>";
  696. };
  697. 74166396173F5600536A7BC8 /* timer */ = {
  698. isa = PBXGroup;
  699. children = (
  700. 08B34CDF5C9079763C624849 /* SDL_timer.c */,
  701. 336A25DF147652083BCD3D3C /* SDL_timer_c.h */,
  702. 532B498A1E6302C9738B2DFF /* unix */,
  703. );
  704. name = "timer";
  705. sourceTree = "<group>";
  706. };
  707. 532B498A1E6302C9738B2DFF /* unix */ = {
  708. isa = PBXGroup;
  709. children = (
  710. 6A01774C1EED1B2144AE1CB5 /* SDL_systimer.c */,
  711. );
  712. name = "unix";
  713. sourceTree = "<group>";
  714. };
  715. 3FC4100D63F1660C3B995BD6 /* video */ = {
  716. isa = PBXGroup;
  717. children = (
  718. 676211D87FE20B7150213164 /* SDL_RLEaccel.c */,
  719. 32C66811376436BE0E942436 /* SDL_RLEaccel_c.h */,
  720. 7B5F52584ED13C49741749BD /* SDL_blit.c */,
  721. 4C266BB0748836070E5430AB /* SDL_blit.h */,
  722. 6BD9773F57DE397A34542B86 /* SDL_blit_0.c */,
  723. 5F717A917D9207E82B1709FD /* SDL_blit_1.c */,
  724. 4A7C2E9C357B39870C9C7CBB /* SDL_blit_A.c */,
  725. 16F56E412F037AA6626704FC /* SDL_blit_N.c */,
  726. 12AD22506E1411CA1FCA193D /* SDL_blit_auto.c */,
  727. 24D062C176AE370B678D5E1A /* SDL_blit_auto.h */,
  728. 7D4437C37F683A8A58F55923 /* SDL_blit_copy.c */,
  729. 260722C00E09302702FA08F5 /* SDL_blit_copy.h */,
  730. 2C3813742F9649C6666B1E7E /* SDL_blit_slow.c */,
  731. 772B39E25F5C46CF744B6DC7 /* SDL_blit_slow.h */,
  732. 626030677A9E27FC1E8935A1 /* SDL_bmp.c */,
  733. 5C4629AC64180D01435D314B /* SDL_clipboard.c */,
  734. 1AA429B9420C620D5F982BCC /* SDL_egl.c */,
  735. 6005192E4497458D4A615860 /* SDL_egl.h */,
  736. 127978F1333C57F33D196715 /* SDL_fillrect.c */,
  737. 1C8921DA02C03ADB0F4646F8 /* SDL_pixels.c */,
  738. 133907A045651496256139AF /* SDL_pixels_c.h */,
  739. 39842F4E596B39E8643764C3 /* SDL_rect.c */,
  740. 530646B0528B495D2A062BFD /* SDL_rect_c.h */,
  741. 1A481A30600E3DFE77A26D0A /* SDL_shape.c */,
  742. 61CD6881175C22CC253B4D8E /* SDL_shape_internals.h */,
  743. 467C2DC84A7B76C05E9E120F /* SDL_stretch.c */,
  744. 518E5DE30064338C4BC17126 /* SDL_surface.c */,
  745. 184509C109CB13FB64680AD8 /* SDL_sysvideo.h */,
  746. 095B54196A9037AE32C14507 /* SDL_video.c */,
  747. 14664CC87EFE15A30F7210A7 /* cocoa */,
  748. 72A40D0826B87C940A0F1136 /* dummy */,
  749. 70A4478517CF4901021961DA /* x11 */,
  750. );
  751. name = "video";
  752. sourceTree = "<group>";
  753. };
  754. 14664CC87EFE15A30F7210A7 /* cocoa */ = {
  755. isa = PBXGroup;
  756. children = (
  757. 54280E727B4A720C0E194582 /* SDL_cocoaclipboard.h */,
  758. 6B1A7D591BBF260340365717 /* SDL_cocoaclipboard.m */,
  759. 1A270B314E6440B967AF1587 /* SDL_cocoaevents.h */,
  760. 6CD471DB63ED0C072F712786 /* SDL_cocoaevents.m */,
  761. 5EB34F5F7E84410D43390A37 /* SDL_cocoakeyboard.h */,
  762. 4FF971A805D912AE7C3511F7 /* SDL_cocoakeyboard.m */,
  763. 3E163466557909D8647817DB /* SDL_cocoamessagebox.h */,
  764. 59FA32BE7DCE61473C727995 /* SDL_cocoamessagebox.m */,
  765. 2C045FBC31E41DC90B983693 /* SDL_cocoamodes.h */,
  766. 090C140773EF64C55AB32D4D /* SDL_cocoamodes.m */,
  767. 15593F5425E22D8A44911FF5 /* SDL_cocoamouse.h */,
  768. 36ED1B4309137DF626BA1304 /* SDL_cocoamouse.m */,
  769. 0F950D9601F85D8A22A44228 /* SDL_cocoamousetap.h */,
  770. 6A5F20432ADC009E19FA2C1E /* SDL_cocoamousetap.m */,
  771. 25DE143C196C205B51980555 /* SDL_cocoaopengl.h */,
  772. 3A4F55752FF300143C835B3B /* SDL_cocoaopengl.m */,
  773. 2ABD0A8B59FA64842735209E /* SDL_cocoashape.h */,
  774. 05CF7A893F4C1E2406AA11AA /* SDL_cocoashape.m */,
  775. 5B8467FB461063CC729E1488 /* SDL_cocoavideo.h */,
  776. 297A08E31208586E5A9E4EB3 /* SDL_cocoavideo.m */,
  777. 619C5EFB358E1D2248E557BF /* SDL_cocoawindow.h */,
  778. 650003A700A8250D0F784E5A /* SDL_cocoawindow.m */,
  779. );
  780. name = "cocoa";
  781. sourceTree = "<group>";
  782. };
  783. 72A40D0826B87C940A0F1136 /* dummy */ = {
  784. isa = PBXGroup;
  785. children = (
  786. 2DD03852185F1A5357D16C0E /* SDL_nullevents.c */,
  787. 64AC1624164719933D7D7C2D /* SDL_nullevents_c.h */,
  788. 7FE32E2D489C1F5676D070F3 /* SDL_nullframebuffer.c */,
  789. 568828F86F02017D64E909DD /* SDL_nullframebuffer_c.h */,
  790. 4576033B4C1F3E0D521D1842 /* SDL_nullvideo.c */,
  791. 7F1D717B488B567150456ADD /* SDL_nullvideo.h */,
  792. );
  793. name = "dummy";
  794. sourceTree = "<group>";
  795. };
  796. 70A4478517CF4901021961DA /* x11 */ = {
  797. isa = PBXGroup;
  798. children = (
  799. 58465C34749040C207292140 /* SDL_x11clipboard.c */,
  800. 60AA6D98240C1E16753F1F78 /* SDL_x11clipboard.h */,
  801. 36703205767270E5711876F8 /* SDL_x11dyn.c */,
  802. 0E5A3F0C3CC540030ACE7F88 /* SDL_x11dyn.h */,
  803. 7448494A32995EB4084F3B7D /* SDL_x11events.c */,
  804. 56517D6D01E97D41451D059D /* SDL_x11events.h */,
  805. 3EF375972CA805682F8F74F4 /* SDL_x11framebuffer.c */,
  806. 79E9493B77FA59684C5974B7 /* SDL_x11framebuffer.h */,
  807. 4543334473D06CAE254F00B1 /* SDL_x11keyboard.c */,
  808. 39CC0CFD6B7A19ED26007BB4 /* SDL_x11keyboard.h */,
  809. 1D2B22B2741D4C6060E23309 /* SDL_x11messagebox.c */,
  810. 4062686F73250F0A0246473E /* SDL_x11messagebox.h */,
  811. 448A72B44504304B144C3E13 /* SDL_x11modes.c */,
  812. 27FB6C3B1FDD1C925C2D4B61 /* SDL_x11modes.h */,
  813. 54687D293BC66D0A5C631CD2 /* SDL_x11mouse.c */,
  814. 5CCE0B2D44471331046106E6 /* SDL_x11mouse.h */,
  815. 72DF3CFC4E8B09C256A46840 /* SDL_x11opengl.c */,
  816. 217F515544D919DC3B542BDB /* SDL_x11opengl.h */,
  817. 76560AEB0562134E7A7E6B36 /* SDL_x11opengles.c */,
  818. 01A4506F329C34E9544E65C9 /* SDL_x11opengles.h */,
  819. 077269AF6E2A464C6904277D /* SDL_x11shape.c */,
  820. 60910F6738E036B6171642D5 /* SDL_x11shape.h */,
  821. 3E0545D92AE266C52A3A6C93 /* SDL_x11sym.h */,
  822. 652626396914587E520F7C8C /* SDL_x11touch.c */,
  823. 6796539A4EAF7FA5634E3B4F /* SDL_x11touch.h */,
  824. 668E75F870AC40425B0D639F /* SDL_x11video.c */,
  825. 3B503D8111BC749C35456BC7 /* SDL_x11video.h */,
  826. 7FB6418B385644032BC404E9 /* SDL_x11window.c */,
  827. 03BC5ACE246D31A203BD2B15 /* SDL_x11window.h */,
  828. 085A68FD7A9151CF2E095ECB /* SDL_x11xinput2.c */,
  829. 349969F15E6A02A1270D6BA0 /* SDL_x11xinput2.h */,
  830. 11F5212A6B0F3DF7559B6BE3 /* edid-parse.c */,
  831. 1A364F9D6023493E20920E8B /* edid.h */,
  832. 5A492D32559D49902FB05F45 /* imKStoUCS.c */,
  833. 71206CFD70915771458F467A /* imKStoUCS.h */,
  834. );
  835. name = "x11";
  836. sourceTree = "<group>";
  837. };
  838. 778B60761D6F788D20CF1089 /* Frameworks */ = {
  839. isa = PBXGroup;
  840. children = (
  841. 16087FC97B0458F07F343E84 /* AudioToolbox.framework */,
  842. 517D7ABB382B14B10EEF73BE /* AudioUnit.framework */,
  843. 5DCD682F04A36BC83BCC7159 /* Cocoa.framework */,
  844. 0E21418B420C32A255982342 /* CoreAudio.framework */,
  845. 7735724A00183AF616F6186E /* IOKit.framework */,
  846. 12566C6F031E562D44A61FA5 /* Carbon.framework */,
  847. 1F7A40AB2F484EA966CD5A46 /* ForceFeedback.framework */,
  848. 01151A0B6D9422C20F99251B /* CoreFoundation.framework */,
  849. 711A00A97A0E506D5F82591B /* OpenGL.framework */,
  850. );
  851. name = "Frameworks";
  852. sourceTree = "<group>";
  853. };
  854. 64BF6DFE5A77548A48B644E1 /* Products */ = {
  855. isa = PBXGroup;
  856. children = (
  857. 07D004B11E733F1F0EA93105 /* libSDL2.a */,
  858. );
  859. name = "Products";
  860. sourceTree = "<group>";
  861. };
  862. /* End PBXGroup section */
  863. /* Begin PBXNativeTarget section */
  864. 58C10ED14175754444033E0E /* SDL2 */ = {
  865. isa = PBXNativeTarget;
  866. buildConfigurationList = 132E34C647554236197A43CB /* Build configuration list for PBXNativeTarget "SDL2" */;
  867. buildPhases = (
  868. 50D0255976AC17D747C2368C /* Resources */,
  869. 30F2001848230434140646C7 /* Sources */,
  870. 6D2F46F31435311A2F32250F /* Frameworks */,
  871. );
  872. buildRules = (
  873. );
  874. dependencies = (
  875. );
  876. name = "SDL2";
  877. productName = "SDL2";
  878. productReference = 07D004B11E733F1F0EA93105 /* libSDL2.a */;
  879. productType = "com.apple.product-type.library.static";
  880. };
  881. /* End PBXNativeTarget section */
  882. /* Begin PBXProject section */
  883. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  884. isa = PBXProject;
  885. buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "SDL2" */;
  886. compatibilityVersion = "Xcode 3.2";
  887. hasScannedForEncodings = 1;
  888. mainGroup = 2B14576D52B77980500C4530 /* SDL2 */;
  889. projectDirPath = "";
  890. projectRoot = "";
  891. targets = (
  892. 58C10ED14175754444033E0E /* libSDL2.a */,
  893. );
  894. };
  895. /* End PBXProject section */
  896. /* Begin PBXResourcesBuildPhase section */
  897. 50D0255976AC17D747C2368C /* Resources */ = {
  898. isa = PBXResourcesBuildPhase;
  899. buildActionMask = 2147483647;
  900. files = (
  901. );
  902. runOnlyForDeploymentPostprocessing = 0;
  903. };
  904. /* End PBXResourcesBuildPhase section */
  905. /* Begin PBXSourcesBuildPhase section */
  906. 30F2001848230434140646C7 /* Sources */ = {
  907. isa = PBXSourcesBuildPhase;
  908. buildActionMask = 2147483647;
  909. files = (
  910. 6F3F406D60231E94188751BC /* SDL.c in Sources */,
  911. 19FA05DA50E3679839F6602B /* SDL_assert.c in Sources */,
  912. 356E00387A38053E5EE8705E /* SDL_error.c in Sources */,
  913. 149E4E143D540244690204F8 /* SDL_hints.c in Sources */,
  914. 6D2117B123FD403E5F17176E /* SDL_log.c in Sources */,
  915. 52F43FB27CAA2A34780F23D2 /* SDL_atomic.c in Sources */,
  916. 492C77BF4FA9117B4C456DEE /* SDL_spinlock.c in Sources */,
  917. 2F1F27BE61AD6559771B219B /* SDL_audio.c in Sources */,
  918. 461F2F773934429817AA4299 /* SDL_audiocvt.c in Sources */,
  919. 79F231BA363B7C142C533385 /* SDL_audiodev.c in Sources */,
  920. 637A1C5F33B070F311F368D2 /* SDL_audiotypecvt.c in Sources */,
  921. 16451C9255A341FF66894454 /* SDL_mixer.c in Sources */,
  922. 20DE6FC1792A40ED25F514F9 /* SDL_wave.c in Sources */,
  923. 50C80EB5218555D753C36826 /* SDL_coreaudio.c in Sources */,
  924. 44F427256F5C0EC273FC3B89 /* SDL_diskaudio.c in Sources */,
  925. 388A0733659279AE2A123B36 /* SDL_dummyaudio.c in Sources */,
  926. 1362409443423D9B472D0416 /* SDL_cpuinfo.c in Sources */,
  927. 2C9E656F18713B73279B4B04 /* SDL_clipboardevents.c in Sources */,
  928. 0CCE44195C6176D8043D528A /* SDL_dropevents.c in Sources */,
  929. 25F304341BF22DF974DF1780 /* SDL_events.c in Sources */,
  930. 7D5172AE101630DD2E8D3D30 /* SDL_gesture.c in Sources */,
  931. 6A112F1137181ABE5AC417D0 /* SDL_keyboard.c in Sources */,
  932. 2EF9131C40D10D5B633214A1 /* SDL_mouse.c in Sources */,
  933. 16DC68A33B9E04A63D9A54C6 /* SDL_quit.c in Sources */,
  934. 53C876237C494B6428793CD6 /* SDL_touch.c in Sources */,
  935. 778838BC7EAC5963763138C1 /* SDL_windowevents.c in Sources */,
  936. 4F65225D210F1D0C223A3842 /* SDL_rwops.c in Sources */,
  937. 189B1C085510122958EF71C2 /* SDL_rwopsbundlesupport.m in Sources */,
  938. 218C0918297D7C1E31307429 /* SDL_sysfilesystem.m in Sources */,
  939. 1F950ADC73537B891DE53BB8 /* SDL_haptic.c in Sources */,
  940. 1DA01FF6657570AA36A52EC5 /* SDL_syshaptic.c in Sources */,
  941. 689A0A855C4F785B5C981CA4 /* SDL_gamecontroller.c in Sources */,
  942. 159C6EB8203936010A1F2027 /* SDL_joystick.c in Sources */,
  943. 4FC953274C2A1641268F236B /* SDL_sysjoystick.c in Sources */,
  944. 151061BF5CDD3CB1146656AF /* SDL_sysloadso.c in Sources */,
  945. 7F9268CB0F1354E475291503 /* SDL_power.c in Sources */,
  946. 6F6C5A254D6A1B6E6F2911D5 /* SDL_syspower.c in Sources */,
  947. 34555B4E69CE63A24CDA7F43 /* SDL_render.c in Sources */,
  948. 7BEF2DBE471D78592D830CFC /* SDL_yuv_mmx.c in Sources */,
  949. 50E3046B39F125B111E552E5 /* SDL_yuv_sw.c in Sources */,
  950. 35A118A4441C11DE1E126429 /* SDL_render_gl.c in Sources */,
  951. 5D485D983D9508FF46252F6C /* SDL_shaders_gl.c in Sources */,
  952. 0B755CE80D912DB50009511D /* SDL_blendfillrect.c in Sources */,
  953. 73765AD0352731C868D24D4A /* SDL_blendline.c in Sources */,
  954. 02947C1003D14ADE559D42B2 /* SDL_blendpoint.c in Sources */,
  955. 75A536C37C5E31577AA043A4 /* SDL_drawline.c in Sources */,
  956. 34792E3153922D7D763C170E /* SDL_drawpoint.c in Sources */,
  957. 10763EF370CC093B1CFA183C /* SDL_render_sw.c in Sources */,
  958. 110C5B4311ED10D54C4F62AA /* SDL_rotate.c in Sources */,
  959. 48487F951B64565B7D7207CA /* SDL_getenv.c in Sources */,
  960. 059730C916147C00706662AD /* SDL_iconv.c in Sources */,
  961. 7296105F4E1C17650F3D73C9 /* SDL_malloc.c in Sources */,
  962. 49DD00DB42335811763516DD /* SDL_qsort.c in Sources */,
  963. 52DE7BE66FA215C168DF1677 /* SDL_stdlib.c in Sources */,
  964. 5C645F5C4E433585671F555D /* SDL_string.c in Sources */,
  965. 1C0923FF7665104E12545B0C /* SDL_thread.c in Sources */,
  966. 56775E493033788C61470057 /* SDL_syscond.c in Sources */,
  967. 6E88479E164B21F0200C15BC /* SDL_sysmutex.c in Sources */,
  968. 28E422FD2DB22AD275C62496 /* SDL_syssem.c in Sources */,
  969. 427C5DE627A9073945E63965 /* SDL_systhread.c in Sources */,
  970. 74D208E105A93E03446D0CC3 /* SDL_systls.c in Sources */,
  971. 55472CED35DA24E748C92A9D /* SDL_timer.c in Sources */,
  972. 641F56DE115627885E68139B /* SDL_systimer.c in Sources */,
  973. 58C65B09535869014BC3131C /* SDL_RLEaccel.c in Sources */,
  974. 3E0401B74A716B967F1D70CB /* SDL_blit.c in Sources */,
  975. 21B578155ED918C80674601C /* SDL_blit_0.c in Sources */,
  976. 6E612A61515559E567CD5D9C /* SDL_blit_1.c in Sources */,
  977. 5E200CE93B4833C9061C18AF /* SDL_blit_A.c in Sources */,
  978. 71E83A8D25F069DC2952005B /* SDL_blit_N.c in Sources */,
  979. 75EC6ADC292417204E4E701B /* SDL_blit_auto.c in Sources */,
  980. 0F073C586C5B0777519F427F /* SDL_blit_copy.c in Sources */,
  981. 1F897EA9155F39AB161168AD /* SDL_blit_slow.c in Sources */,
  982. 78E46B133F7458F4295F5452 /* SDL_bmp.c in Sources */,
  983. 6383693061D0250D26F00218 /* SDL_clipboard.c in Sources */,
  984. 0BEF1BDA1C6F691D22EB02A7 /* SDL_egl.c in Sources */,
  985. 13F970752FFF253553FD1C57 /* SDL_fillrect.c in Sources */,
  986. 711F3C0A570B25DF7D873D2A /* SDL_pixels.c in Sources */,
  987. 58AE29EA6A4E39D37DFF1403 /* SDL_rect.c in Sources */,
  988. 46AA6A03274D62FC24FF0927 /* SDL_shape.c in Sources */,
  989. 277D2B962D136C4A24D2142F /* SDL_stretch.c in Sources */,
  990. 14010A0150CF689E0D9E3221 /* SDL_surface.c in Sources */,
  991. 78B41B604F381B2D5C6D18E1 /* SDL_video.c in Sources */,
  992. 67D15BC71BE7653C55D74F61 /* SDL_cocoaclipboard.m in Sources */,
  993. 78F26FEE048D4A6B4A863229 /* SDL_cocoaevents.m in Sources */,
  994. 6F89267B7FF56499250A71CC /* SDL_cocoakeyboard.m in Sources */,
  995. 5CF76F752B327CD948535F8F /* SDL_cocoamessagebox.m in Sources */,
  996. 2AC25E1763A837323CD605E7 /* SDL_cocoamodes.m in Sources */,
  997. 7D0450A731DD481909466CA0 /* SDL_cocoamouse.m in Sources */,
  998. 0E6135F17C3B3277248323EB /* SDL_cocoamousetap.m in Sources */,
  999. 18E915CA0AF24DC818255656 /* SDL_cocoaopengl.m in Sources */,
  1000. 6C6654F603723710090735D5 /* SDL_cocoashape.m in Sources */,
  1001. 647B47720F656FFC2BF30900 /* SDL_cocoavideo.m in Sources */,
  1002. 32ED7E75749236CD56FF20F0 /* SDL_cocoawindow.m in Sources */,
  1003. 0F174DBC0448241115FC7C63 /* SDL_nullevents.c in Sources */,
  1004. 6BC505CE4607095478152E99 /* SDL_nullframebuffer.c in Sources */,
  1005. 44AF6A685C5A55FE4A5E19FC /* SDL_nullvideo.c in Sources */,
  1006. 287200EA3B9D424D5DE575FD /* SDL_x11clipboard.c in Sources */,
  1007. 4E2C59800F607C372D6A3089 /* SDL_x11dyn.c in Sources */,
  1008. 2DF75EB904B605E26DAF04C7 /* SDL_x11events.c in Sources */,
  1009. 47F6212A03D0643556910B37 /* SDL_x11framebuffer.c in Sources */,
  1010. 674049A36F4E1F8A39BA72F3 /* SDL_x11keyboard.c in Sources */,
  1011. 423735EE5D4E6C26652252E9 /* SDL_x11messagebox.c in Sources */,
  1012. 057D7414702F46FC7B087EDC /* SDL_x11modes.c in Sources */,
  1013. 4DE24CFB2C5D19C9769A7FB9 /* SDL_x11mouse.c in Sources */,
  1014. 448B41931F8356286212178E /* SDL_x11opengl.c in Sources */,
  1015. 5C724339694D58067B6016D3 /* SDL_x11opengles.c in Sources */,
  1016. 0F906C3D26303BD807A6588E /* SDL_x11shape.c in Sources */,
  1017. 6A5106E473582923650744EE /* SDL_x11touch.c in Sources */,
  1018. 11152B937B1F6F19699B764D /* SDL_x11video.c in Sources */,
  1019. 1CFD4BF822A240336A086B93 /* SDL_x11window.c in Sources */,
  1020. 640C07407CC856FB1B373B79 /* SDL_x11xinput2.c in Sources */,
  1021. 23120B9A3B8079C517555340 /* edid-parse.c in Sources */,
  1022. 6B5A02020724656F6C16507F /* imKStoUCS.c in Sources */,
  1023. );
  1024. runOnlyForDeploymentPostprocessing = 0;
  1025. };
  1026. /* End PBXSourcesBuildPhase section */
  1027. /* Begin PBXVariantGroup section */
  1028. /* End PBXVariantGroup section */
  1029. /* Begin XCBuildConfiguration section */
  1030. 2F9F246B26C024DC7F120D57 /* Debug Universal */ = {
  1031. isa = XCBuildConfiguration;
  1032. buildSettings = {
  1033. ALWAYS_SEARCH_USER_PATHS = NO;
  1034. CONFIGURATION_BUILD_DIR = Build/Debug;
  1035. GCC_DYNAMIC_NO_PIC = NO;
  1036. GCC_MODEL_TUNING = G5;
  1037. INSTALL_PATH = /usr/local/lib;
  1038. PRODUCT_NAME = "SDL2";
  1039. };
  1040. name = "Debug Universal";
  1041. };
  1042. 1F8157D3663E276E67CA365A /* Debug Native */ = {
  1043. isa = XCBuildConfiguration;
  1044. buildSettings = {
  1045. ALWAYS_SEARCH_USER_PATHS = NO;
  1046. CONFIGURATION_BUILD_DIR = Build/Debug;
  1047. GCC_DYNAMIC_NO_PIC = NO;
  1048. GCC_MODEL_TUNING = G5;
  1049. INSTALL_PATH = /usr/local/lib;
  1050. PRODUCT_NAME = "SDL2";
  1051. };
  1052. name = "Debug Native";
  1053. };
  1054. 3DB962F0119172E925261BFD /* Release Universal */ = {
  1055. isa = XCBuildConfiguration;
  1056. buildSettings = {
  1057. ALWAYS_SEARCH_USER_PATHS = NO;
  1058. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1059. CONFIGURATION_BUILD_DIR = Build/Release;
  1060. GCC_DYNAMIC_NO_PIC = NO;
  1061. GCC_MODEL_TUNING = G5;
  1062. INSTALL_PATH = /usr/local/lib;
  1063. PRODUCT_NAME = "SDL2";
  1064. };
  1065. name = "Release Universal";
  1066. };
  1067. 74787FE45CB724B452A57D48 /* Release Native */ = {
  1068. isa = XCBuildConfiguration;
  1069. buildSettings = {
  1070. ALWAYS_SEARCH_USER_PATHS = NO;
  1071. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1072. CONFIGURATION_BUILD_DIR = Build/Release;
  1073. GCC_DYNAMIC_NO_PIC = NO;
  1074. GCC_MODEL_TUNING = G5;
  1075. INSTALL_PATH = /usr/local/lib;
  1076. PRODUCT_NAME = "SDL2";
  1077. };
  1078. name = "Release Native";
  1079. };
  1080. 5130467F4DEC798D3DDE50E5 /* Debug Universal */ = {
  1081. isa = XCBuildConfiguration;
  1082. buildSettings = {
  1083. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  1084. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  1085. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  1086. COPY_PHASE_STRIP = NO;
  1087. GCC_C_LANGUAGE_STANDARD = gnu99;
  1088. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  1089. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  1090. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  1091. GCC_OPTIMIZATION_LEVEL = 0;
  1092. GCC_PREPROCESSOR_DEFINITIONS = (
  1093. "USING_PREMAKE_CONFIG_H",
  1094. "_DEBUG",
  1095. );
  1096. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  1097. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  1098. GCC_WARN_UNUSED_VARIABLE = YES;
  1099. HEADER_SEARCH_PATHS = (
  1100. "..",
  1101. "../../../../include",
  1102. );
  1103. OBJROOT = "obj/Universal/Debug";
  1104. ONLY_ACTIVE_ARCH = YES;
  1105. SYMROOT = "Build/Debug";
  1106. };
  1107. name = "Debug Universal";
  1108. };
  1109. 04333FF1188C50D5561D33E2 /* Debug Native */ = {
  1110. isa = XCBuildConfiguration;
  1111. buildSettings = {
  1112. ARCHS = "$(NATIVE_ARCH_ACTUAL)";
  1113. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  1114. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  1115. COPY_PHASE_STRIP = NO;
  1116. GCC_C_LANGUAGE_STANDARD = gnu99;
  1117. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  1118. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  1119. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  1120. GCC_OPTIMIZATION_LEVEL = 0;
  1121. GCC_PREPROCESSOR_DEFINITIONS = (
  1122. "USING_PREMAKE_CONFIG_H",
  1123. "_DEBUG",
  1124. );
  1125. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  1126. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  1127. GCC_WARN_UNUSED_VARIABLE = YES;
  1128. HEADER_SEARCH_PATHS = (
  1129. "..",
  1130. "../../../../include",
  1131. );
  1132. OBJROOT = "obj/Debug";
  1133. ONLY_ACTIVE_ARCH = YES;
  1134. SYMROOT = "Build/Debug";
  1135. };
  1136. name = "Debug Native";
  1137. };
  1138. 028974124FBE6DB33D647B20 /* Release Universal */ = {
  1139. isa = XCBuildConfiguration;
  1140. buildSettings = {
  1141. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  1142. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  1143. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  1144. GCC_C_LANGUAGE_STANDARD = gnu99;
  1145. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  1146. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  1147. GCC_OPTIMIZATION_LEVEL = 3;
  1148. GCC_PREPROCESSOR_DEFINITIONS = (
  1149. "USING_PREMAKE_CONFIG_H",
  1150. "NDEBUG",
  1151. );
  1152. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  1153. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  1154. GCC_WARN_UNUSED_VARIABLE = YES;
  1155. HEADER_SEARCH_PATHS = (
  1156. "..",
  1157. "../../../../include",
  1158. );
  1159. OBJROOT = "obj/Universal/Release";
  1160. ONLY_ACTIVE_ARCH = NO;
  1161. SYMROOT = "Build/Release";
  1162. };
  1163. name = "Release Universal";
  1164. };
  1165. 0F0067AB466871753BBD0402 /* Release Native */ = {
  1166. isa = XCBuildConfiguration;
  1167. buildSettings = {
  1168. ARCHS = "$(NATIVE_ARCH_ACTUAL)";
  1169. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  1170. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  1171. GCC_C_LANGUAGE_STANDARD = gnu99;
  1172. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  1173. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  1174. GCC_OPTIMIZATION_LEVEL = 3;
  1175. GCC_PREPROCESSOR_DEFINITIONS = (
  1176. "USING_PREMAKE_CONFIG_H",
  1177. "NDEBUG",
  1178. );
  1179. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  1180. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  1181. GCC_WARN_UNUSED_VARIABLE = YES;
  1182. HEADER_SEARCH_PATHS = (
  1183. "..",
  1184. "../../../../include",
  1185. );
  1186. OBJROOT = "obj/Release";
  1187. ONLY_ACTIVE_ARCH = NO;
  1188. SYMROOT = "Build/Release";
  1189. };
  1190. name = "Release Native";
  1191. };
  1192. /* End XCBuildConfiguration section */
  1193. /* Begin XCConfigurationList section */
  1194. 132E34C647554236197A43CB /* Build configuration list for PBXNativeTarget "libSDL2.a" */ = {
  1195. isa = XCConfigurationList;
  1196. buildConfigurations = (
  1197. 2F9F246B26C024DC7F120D57 /* Debug Universal */,
  1198. 1F8157D3663E276E67CA365A /* Debug Native */,
  1199. 3DB962F0119172E925261BFD /* Release Universal */,
  1200. 74787FE45CB724B452A57D48 /* Release Native */,
  1201. );
  1202. defaultConfigurationIsVisible = 0;
  1203. defaultConfigurationName = "Debug Universal";
  1204. };
  1205. 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "SDL2" */ = {
  1206. isa = XCConfigurationList;
  1207. buildConfigurations = (
  1208. 5130467F4DEC798D3DDE50E5 /* Debug Universal */,
  1209. 04333FF1188C50D5561D33E2 /* Debug Native */,
  1210. 028974124FBE6DB33D647B20 /* Release Universal */,
  1211. 0F0067AB466871753BBD0402 /* Release Native */,
  1212. );
  1213. defaultConfigurationIsVisible = 0;
  1214. defaultConfigurationName = "Debug Universal";
  1215. };
  1216. /* End XCConfigurationList section */
  1217. };
  1218. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  1219. }