project.pbxproj 95 KB

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