cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

project.pbxproj (97136B)


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