comparison Xcode-iPhoneOS/SDL/SDLiPhoneOS.xcodeproj/project.pbxproj @ 5157:fb424691cfc7

Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 02 Feb 2011 14:34:54 -0800
parents b6c7a6b07ebf
children 307ccc9c135e
comparison
equal deleted inserted replaced
5156:3e4086b3bcd2 5157:fb424691cfc7
60 0098A55F1195B4D900343137 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0098A55E1195B4D900343137 /* CoreAudio.framework */; }; 60 0098A55F1195B4D900343137 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0098A55E1195B4D900343137 /* CoreAudio.framework */; };
61 0098A5611195B4D900343137 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0098A5601195B4D900343137 /* CoreGraphics.framework */; }; 61 0098A5611195B4D900343137 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0098A5601195B4D900343137 /* CoreGraphics.framework */; };
62 0098A5631195B4D900343137 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0098A5621195B4D900343137 /* OpenGLES.framework */; }; 62 0098A5631195B4D900343137 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0098A5621195B4D900343137 /* OpenGLES.framework */; };
63 0098A5651195B4D900343137 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0098A5641195B4D900343137 /* UIKit.framework */; }; 63 0098A5651195B4D900343137 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0098A5641195B4D900343137 /* UIKit.framework */; };
64 0098A5851195B5E200343137 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0098A5841195B5E200343137 /* QuartzCore.framework */; }; 64 0098A5851195B5E200343137 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0098A5841195B5E200343137 /* QuartzCore.framework */; };
65 041B2CD912FA0E9E0087D585 /* SDL_render.h in Headers */ = {isa = PBXBuildFile; fileRef = 041B2CD812FA0E9E0087D585 /* SDL_render.h */; settings = {ATTRIBUTES = (Public, ); }; };
66 041B2CF012FA0F680087D585 /* SDL_renderer_gles.c in Sources */ = {isa = PBXBuildFile; fileRef = 041B2CE912FA0F680087D585 /* SDL_renderer_gles.c */; };
67 041B2CF112FA0F680087D585 /* SDL_render.c in Sources */ = {isa = PBXBuildFile; fileRef = 041B2CEA12FA0F680087D585 /* SDL_render.c */; };
68 041B2CF212FA0F680087D585 /* SDL_sysrender.h in Headers */ = {isa = PBXBuildFile; fileRef = 041B2CEB12FA0F680087D585 /* SDL_sysrender.h */; };
69 041B2CF312FA0F680087D585 /* SDL_renderer_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 041B2CED12FA0F680087D585 /* SDL_renderer_sw.c */; };
65 0420497011E6F03D007E7EC9 /* SDL_clipboardevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 0420496E11E6F03D007E7EC9 /* SDL_clipboardevents_c.h */; }; 70 0420497011E6F03D007E7EC9 /* SDL_clipboardevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 0420496E11E6F03D007E7EC9 /* SDL_clipboardevents_c.h */; };
66 0420497111E6F03D007E7EC9 /* SDL_clipboardevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 0420496F11E6F03D007E7EC9 /* SDL_clipboardevents.c */; }; 71 0420497111E6F03D007E7EC9 /* SDL_clipboardevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 0420496F11E6F03D007E7EC9 /* SDL_clipboardevents.c */; };
67 043DD76F10FD8A0000DED673 /* SDL_alphamult.c in Sources */ = {isa = PBXBuildFile; fileRef = 043DD76B10FD8A0000DED673 /* SDL_alphamult.c */; }; 72 043DD76F10FD8A0000DED673 /* SDL_alphamult.c in Sources */ = {isa = PBXBuildFile; fileRef = 043DD76B10FD8A0000DED673 /* SDL_alphamult.c */; };
68 043DD77010FD8A0000DED673 /* SDL_alphamult.h in Headers */ = {isa = PBXBuildFile; fileRef = 043DD76C10FD8A0000DED673 /* SDL_alphamult.h */; }; 73 043DD77010FD8A0000DED673 /* SDL_alphamult.h in Headers */ = {isa = PBXBuildFile; fileRef = 043DD76C10FD8A0000DED673 /* SDL_alphamult.h */; };
69 043DD77110FD8A0000DED673 /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 043DD76D10FD8A0000DED673 /* SDL_blendfillrect.c */; }; 74 043DD77110FD8A0000DED673 /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 043DD76D10FD8A0000DED673 /* SDL_blendfillrect.c */; };
70 043DD77210FD8A0000DED673 /* SDL_drawrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 043DD76E10FD8A0000DED673 /* SDL_drawrect.c */; }; 75 043DD77210FD8A0000DED673 /* SDL_drawrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 043DD76E10FD8A0000DED673 /* SDL_drawrect.c */; };
71 04461DEE0EA76BA3006C462D /* SDL_haptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 04461DED0EA76BA3006C462D /* SDL_haptic.h */; settings = {ATTRIBUTES = (Public, ); }; }; 76 04461DEE0EA76BA3006C462D /* SDL_haptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 04461DED0EA76BA3006C462D /* SDL_haptic.h */; settings = {ATTRIBUTES = (Public, ); }; };
72 044E5FB511E6069F0076F181 /* SDL_clipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 044E5FB311E6069F0076F181 /* SDL_clipboard.h */; }; 77 044E5FB511E6069F0076F181 /* SDL_clipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 044E5FB311E6069F0076F181 /* SDL_clipboard.h */; settings = {ATTRIBUTES = (Public, ); }; };
73 044E5FB611E6069F0076F181 /* SDL_input.h in Headers */ = {isa = PBXBuildFile; fileRef = 044E5FB411E6069F0076F181 /* SDL_input.h */; }; 78 044E5FB611E6069F0076F181 /* SDL_input.h in Headers */ = {isa = PBXBuildFile; fileRef = 044E5FB411E6069F0076F181 /* SDL_input.h */; settings = {ATTRIBUTES = (Public, ); }; };
74 044E5FB811E606EB0076F181 /* SDL_clipboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 044E5FB711E606EB0076F181 /* SDL_clipboard.c */; }; 79 044E5FB811E606EB0076F181 /* SDL_clipboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 044E5FB711E606EB0076F181 /* SDL_clipboard.c */; };
75 0463873F0F0B5B7D0041FD65 /* SDL_blendline.c in Sources */ = {isa = PBXBuildFile; fileRef = 046387370F0B5B7D0041FD65 /* SDL_blendline.c */; }; 80 0463873F0F0B5B7D0041FD65 /* SDL_blendline.c in Sources */ = {isa = PBXBuildFile; fileRef = 046387370F0B5B7D0041FD65 /* SDL_blendline.c */; };
76 046387400F0B5B7D0041FD65 /* SDL_blendpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 046387380F0B5B7D0041FD65 /* SDL_blendpoint.c */; }; 81 046387400F0B5B7D0041FD65 /* SDL_blendpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 046387380F0B5B7D0041FD65 /* SDL_blendpoint.c */; };
77 046387410F0B5B7D0041FD65 /* SDL_blendrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 046387390F0B5B7D0041FD65 /* SDL_blendrect.c */; }; 82 046387410F0B5B7D0041FD65 /* SDL_blendrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 046387390F0B5B7D0041FD65 /* SDL_blendrect.c */; };
78 046387420F0B5B7D0041FD65 /* SDL_blit_slow.h in Headers */ = {isa = PBXBuildFile; fileRef = 0463873A0F0B5B7D0041FD65 /* SDL_blit_slow.h */; }; 83 046387420F0B5B7D0041FD65 /* SDL_blit_slow.h in Headers */ = {isa = PBXBuildFile; fileRef = 0463873A0F0B5B7D0041FD65 /* SDL_blit_slow.h */; };
84 047677BC0EA76A31008ABAF1 /* SDL_haptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 047677B90EA76A31008ABAF1 /* SDL_haptic.c */; }; 89 047677BC0EA76A31008ABAF1 /* SDL_haptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 047677B90EA76A31008ABAF1 /* SDL_haptic.c */; };
85 047677BD0EA76A31008ABAF1 /* SDL_syshaptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 047677BA0EA76A31008ABAF1 /* SDL_syshaptic.h */; }; 90 047677BD0EA76A31008ABAF1 /* SDL_syshaptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 047677BA0EA76A31008ABAF1 /* SDL_syshaptic.h */; };
86 047AF1B30EA98D6C00811173 /* SDL_sysloadso.c in Sources */ = {isa = PBXBuildFile; fileRef = 047AF1B20EA98D6C00811173 /* SDL_sysloadso.c */; }; 91 047AF1B30EA98D6C00811173 /* SDL_sysloadso.c in Sources */ = {isa = PBXBuildFile; fileRef = 047AF1B20EA98D6C00811173 /* SDL_sysloadso.c */; };
87 0495E68A0E97408800152DFE /* SDL_glesfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 0495E6840E97408800152DFE /* SDL_glesfuncs.h */; }; 92 0495E68A0E97408800152DFE /* SDL_glesfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 0495E6840E97408800152DFE /* SDL_glesfuncs.h */; };
88 0495E68B0E97408800152DFE /* SDL_glfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 0495E6850E97408800152DFE /* SDL_glfuncs.h */; }; 93 0495E68B0E97408800152DFE /* SDL_glfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 0495E6850E97408800152DFE /* SDL_glfuncs.h */; };
89 0495E68C0E97408800152DFE /* SDL_renderer_gl.c in Sources */ = {isa = PBXBuildFile; fileRef = 0495E6860E97408800152DFE /* SDL_renderer_gl.c */; };
90 0495E68D0E97408800152DFE /* SDL_renderer_gl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0495E6870E97408800152DFE /* SDL_renderer_gl.h */; };
91 0495E68E0E97408800152DFE /* SDL_renderer_gles.c in Sources */ = {isa = PBXBuildFile; fileRef = 0495E6880E97408800152DFE /* SDL_renderer_gles.c */; };
92 0495E68F0E97408800152DFE /* SDL_renderer_gles.h in Headers */ = {isa = PBXBuildFile; fileRef = 0495E6890E97408800152DFE /* SDL_renderer_gles.h */; };
93 04B2ECEC1025CE4800F9BC5F /* SDL_atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 04B2ECE61025CE4800F9BC5F /* SDL_atomic.h */; settings = {ATTRIBUTES = (Public, ); }; }; 94 04B2ECEC1025CE4800F9BC5F /* SDL_atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 04B2ECE61025CE4800F9BC5F /* SDL_atomic.h */; settings = {ATTRIBUTES = (Public, ); }; };
94 04B2ECED1025CE4800F9BC5F /* SDL_power.h in Headers */ = {isa = PBXBuildFile; fileRef = 04B2ECE71025CE4800F9BC5F /* SDL_power.h */; settings = {ATTRIBUTES = (Public, ); }; }; 95 04B2ECED1025CE4800F9BC5F /* SDL_power.h in Headers */ = {isa = PBXBuildFile; fileRef = 04B2ECE71025CE4800F9BC5F /* SDL_power.h */; settings = {ATTRIBUTES = (Public, ); }; };
95 04B2ECEE1025CE4800F9BC5F /* SDL_revision.h in Headers */ = {isa = PBXBuildFile; fileRef = 04B2ECE81025CE4800F9BC5F /* SDL_revision.h */; settings = {ATTRIBUTES = (Public, ); }; }; 96 04B2ECEE1025CE4800F9BC5F /* SDL_revision.h in Headers */ = {isa = PBXBuildFile; fileRef = 04B2ECE81025CE4800F9BC5F /* SDL_revision.h */; settings = {ATTRIBUTES = (Public, ); }; };
96 04B2ED081025CF9E00F9BC5F /* SDL_config.h in Headers */ = {isa = PBXBuildFile; fileRef = 04B2ED061025CF9E00F9BC5F /* SDL_config.h */; settings = {ATTRIBUTES = (Public, ); }; }; 97 04B2ED081025CF9E00F9BC5F /* SDL_config.h in Headers */ = {isa = PBXBuildFile; fileRef = 04B2ED061025CF9E00F9BC5F /* SDL_config.h */; settings = {ATTRIBUTES = (Public, ); }; };
97 04BA9D6311EF474A00B60E01 /* SDL_gesture_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BA9D5F11EF474A00B60E01 /* SDL_gesture_c.h */; }; 98 04BA9D6311EF474A00B60E01 /* SDL_gesture_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BA9D5F11EF474A00B60E01 /* SDL_gesture_c.h */; };
98 04BA9D6411EF474A00B60E01 /* SDL_gesture.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BA9D6011EF474A00B60E01 /* SDL_gesture.c */; }; 99 04BA9D6411EF474A00B60E01 /* SDL_gesture.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BA9D6011EF474A00B60E01 /* SDL_gesture.c */; };
99 04BA9D6511EF474A00B60E01 /* SDL_touch_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BA9D6111EF474A00B60E01 /* SDL_touch_c.h */; }; 100 04BA9D6511EF474A00B60E01 /* SDL_touch_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BA9D6111EF474A00B60E01 /* SDL_touch_c.h */; };
100 04BA9D6611EF474A00B60E01 /* SDL_touch.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BA9D6211EF474A00B60E01 /* SDL_touch.c */; }; 101 04BA9D6611EF474A00B60E01 /* SDL_touch.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BA9D6211EF474A00B60E01 /* SDL_touch.c */; };
101 04BA9D7D11EF497E00B60E01 /* SDL_gesture.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BA9D7B11EF497E00B60E01 /* SDL_gesture.h */; }; 102 04BA9D7D11EF497E00B60E01 /* SDL_gesture.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BA9D7B11EF497E00B60E01 /* SDL_gesture.h */; settings = {ATTRIBUTES = (Public, ); }; };
102 04BA9D7E11EF497E00B60E01 /* SDL_touch.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BA9D7C11EF497E00B60E01 /* SDL_touch.h */; }; 103 04BA9D7E11EF497E00B60E01 /* SDL_touch.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BA9D7C11EF497E00B60E01 /* SDL_touch.h */; settings = {ATTRIBUTES = (Public, ); }; };
103 04EC8B521025D12900431D42 /* SDL_config_iphoneos.h in Headers */ = {isa = PBXBuildFile; fileRef = 04EC8B501025D12900431D42 /* SDL_config_iphoneos.h */; }; 104 04EC8B521025D12900431D42 /* SDL_config_iphoneos.h in Headers */ = {isa = PBXBuildFile; fileRef = 04EC8B501025D12900431D42 /* SDL_config_iphoneos.h */; settings = {ATTRIBUTES = (Public, ); }; };
104 04F2AF541104ABC300D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF531104ABC300D6DDF7 /* SDL_assert.h */; }; 105 04F2AF541104ABC300D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF531104ABC300D6DDF7 /* SDL_assert.h */; settings = {ATTRIBUTES = (Public, ); }; };
105 04F2AF561104ABD200D6DDF7 /* SDL_assert.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F2AF551104ABD200D6DDF7 /* SDL_assert.c */; }; 106 04F2AF561104ABD200D6DDF7 /* SDL_assert.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F2AF551104ABD200D6DDF7 /* SDL_assert.c */; };
106 04FFAB8B12E23B8D00BA343D /* SDL_atomic.c in Sources */ = {isa = PBXBuildFile; fileRef = 04FFAB8912E23B8D00BA343D /* SDL_atomic.c */; }; 107 04FFAB8B12E23B8D00BA343D /* SDL_atomic.c in Sources */ = {isa = PBXBuildFile; fileRef = 04FFAB8912E23B8D00BA343D /* SDL_atomic.c */; };
107 04FFAB8C12E23B8D00BA343D /* SDL_spinlock.c in Sources */ = {isa = PBXBuildFile; fileRef = 04FFAB8A12E23B8D00BA343D /* SDL_spinlock.c */; }; 108 04FFAB8C12E23B8D00BA343D /* SDL_spinlock.c in Sources */ = {isa = PBXBuildFile; fileRef = 04FFAB8A12E23B8D00BA343D /* SDL_spinlock.c */; };
108 04FFAB9612E23BDC00BA343D /* SDL_blendmode.h in Headers */ = {isa = PBXBuildFile; fileRef = 04FFAB9312E23BDC00BA343D /* SDL_blendmode.h */; }; 109 04FFAB9612E23BDC00BA343D /* SDL_blendmode.h in Headers */ = {isa = PBXBuildFile; fileRef = 04FFAB9312E23BDC00BA343D /* SDL_blendmode.h */; settings = {ATTRIBUTES = (Public, ); }; };
109 04FFAB9712E23BDC00BA343D /* SDL_scalemode.h in Headers */ = {isa = PBXBuildFile; fileRef = 04FFAB9412E23BDC00BA343D /* SDL_scalemode.h */; }; 110 04FFAB9812E23BDC00BA343D /* SDL_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = 04FFAB9512E23BDC00BA343D /* SDL_shape.h */; settings = {ATTRIBUTES = (Public, ); }; };
110 04FFAB9812E23BDC00BA343D /* SDL_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = 04FFAB9512E23BDC00BA343D /* SDL_shape.h */; };
111 56ED04E1118A8EE200A56AA6 /* SDL_power.c in Sources */ = {isa = PBXBuildFile; fileRef = 56ED04E0118A8EE200A56AA6 /* SDL_power.c */; }; 111 56ED04E1118A8EE200A56AA6 /* SDL_power.c in Sources */ = {isa = PBXBuildFile; fileRef = 56ED04E0118A8EE200A56AA6 /* SDL_power.c */; };
112 56ED04E3118A8EFD00A56AA6 /* SDL_syspower.m in Sources */ = {isa = PBXBuildFile; fileRef = 56ED04E2118A8EFD00A56AA6 /* SDL_syspower.m */; }; 112 56ED04E3118A8EFD00A56AA6 /* SDL_syspower.m in Sources */ = {isa = PBXBuildFile; fileRef = 56ED04E2118A8EFD00A56AA6 /* SDL_syspower.m */; };
113 FD24846D0E5655AE0021E198 /* SDL_uikitkeyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = FD24846B0E5655AE0021E198 /* SDL_uikitkeyboard.h */; }; 113 FD24846D0E5655AE0021E198 /* SDL_uikitkeyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = FD24846B0E5655AE0021E198 /* SDL_uikitkeyboard.h */; };
114 FD3F495C0DEA5B2100C5B771 /* begin_code.h in Headers */ = {isa = PBXBuildFile; fileRef = FD99B8CC0DD52EB400FB1D6B /* begin_code.h */; settings = {ATTRIBUTES = (Public, ); }; }; 114 FD3F495C0DEA5B2100C5B771 /* begin_code.h in Headers */ = {isa = PBXBuildFile; fileRef = FD99B8CC0DD52EB400FB1D6B /* begin_code.h */; settings = {ATTRIBUTES = (Public, ); }; };
115 FD3F495D0DEA5B2100C5B771 /* close_code.h in Headers */ = {isa = PBXBuildFile; fileRef = FD99B8CD0DD52EB400FB1D6B /* close_code.h */; settings = {ATTRIBUTES = (Public, ); }; }; 115 FD3F495D0DEA5B2100C5B771 /* close_code.h in Headers */ = {isa = PBXBuildFile; fileRef = FD99B8CD0DD52EB400FB1D6B /* close_code.h */; settings = {ATTRIBUTES = (Public, ); }; };
196 FD689F250E26E5D900F90B21 /* SDL_uikitwindow.m in Sources */ = {isa = PBXBuildFile; fileRef = FD689F150E26E5D900F90B21 /* SDL_uikitwindow.m */; }; 196 FD689F250E26E5D900F90B21 /* SDL_uikitwindow.m in Sources */ = {isa = PBXBuildFile; fileRef = FD689F150E26E5D900F90B21 /* SDL_uikitwindow.m */; };
197 FD689F260E26E5D900F90B21 /* SDL_uikitopenglview.h in Headers */ = {isa = PBXBuildFile; fileRef = FD689F160E26E5D900F90B21 /* SDL_uikitopenglview.h */; }; 197 FD689F260E26E5D900F90B21 /* SDL_uikitopenglview.h in Headers */ = {isa = PBXBuildFile; fileRef = FD689F160E26E5D900F90B21 /* SDL_uikitopenglview.h */; };
198 FD689F270E26E5D900F90B21 /* SDL_uikitopenglview.m in Sources */ = {isa = PBXBuildFile; fileRef = FD689F170E26E5D900F90B21 /* SDL_uikitopenglview.m */; }; 198 FD689F270E26E5D900F90B21 /* SDL_uikitopenglview.m in Sources */ = {isa = PBXBuildFile; fileRef = FD689F170E26E5D900F90B21 /* SDL_uikitopenglview.m */; };
199 FD689FCE0E26E9D400F90B21 /* SDL_uikitappdelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = FD689FCC0E26E9D400F90B21 /* SDL_uikitappdelegate.m */; }; 199 FD689FCE0E26E9D400F90B21 /* SDL_uikitappdelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = FD689FCC0E26E9D400F90B21 /* SDL_uikitappdelegate.m */; };
200 FD689FCF0E26E9D400F90B21 /* SDL_uikitappdelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = FD689FCD0E26E9D400F90B21 /* SDL_uikitappdelegate.h */; }; 200 FD689FCF0E26E9D400F90B21 /* SDL_uikitappdelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = FD689FCD0E26E9D400F90B21 /* SDL_uikitappdelegate.h */; };
201 FD6C83B60DEA66E500ABEE55 /* SDL_systimer.h in Headers */ = {isa = PBXBuildFile; fileRef = FD99BA2D0DD52EDC00FB1D6B /* SDL_systimer.h */; };
202 FD8BD7AC0E27DCA400B52CD5 /* SDL_opengles.h in Headers */ = {isa = PBXBuildFile; fileRef = FD8BD7AB0E27DCA400B52CD5 /* SDL_opengles.h */; settings = {ATTRIBUTES = (Public, ); }; }; 201 FD8BD7AC0E27DCA400B52CD5 /* SDL_opengles.h in Headers */ = {isa = PBXBuildFile; fileRef = FD8BD7AB0E27DCA400B52CD5 /* SDL_opengles.h */; settings = {ATTRIBUTES = (Public, ); }; };
203 FD8BD8250E27E25900B52CD5 /* SDL_sysloadso.c in Sources */ = {isa = PBXBuildFile; fileRef = FD8BD8190E27E25900B52CD5 /* SDL_sysloadso.c */; }; 202 FD8BD8250E27E25900B52CD5 /* SDL_sysloadso.c in Sources */ = {isa = PBXBuildFile; fileRef = FD8BD8190E27E25900B52CD5 /* SDL_sysloadso.c */; };
204 FDA6844D0DF2374E00F98A1A /* SDL_blit.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA683000DF2374E00F98A1A /* SDL_blit.c */; }; 203 FDA6844D0DF2374E00F98A1A /* SDL_blit.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA683000DF2374E00F98A1A /* SDL_blit.c */; };
205 FDA6844E0DF2374E00F98A1A /* SDL_blit.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA683010DF2374E00F98A1A /* SDL_blit.h */; }; 204 FDA6844E0DF2374E00F98A1A /* SDL_blit.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA683010DF2374E00F98A1A /* SDL_blit.h */; };
206 FDA6844F0DF2374E00F98A1A /* SDL_blit_0.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA683020DF2374E00F98A1A /* SDL_blit_0.c */; }; 205 FDA6844F0DF2374E00F98A1A /* SDL_blit_0.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA683020DF2374E00F98A1A /* SDL_blit_0.c */; };
216 FDA6845A0DF2374E00F98A1A /* SDL_gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA6830D0DF2374E00F98A1A /* SDL_gamma.c */; }; 215 FDA6845A0DF2374E00F98A1A /* SDL_gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA6830D0DF2374E00F98A1A /* SDL_gamma.c */; };
217 FDA6845B0DF2374E00F98A1A /* SDL_leaks.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA6830E0DF2374E00F98A1A /* SDL_leaks.h */; }; 216 FDA6845B0DF2374E00F98A1A /* SDL_leaks.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA6830E0DF2374E00F98A1A /* SDL_leaks.h */; };
218 FDA6845C0DF2374E00F98A1A /* SDL_pixels.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA6830F0DF2374E00F98A1A /* SDL_pixels.c */; }; 217 FDA6845C0DF2374E00F98A1A /* SDL_pixels.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA6830F0DF2374E00F98A1A /* SDL_pixels.c */; };
219 FDA6845D0DF2374E00F98A1A /* SDL_pixels_c.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA683100DF2374E00F98A1A /* SDL_pixels_c.h */; }; 218 FDA6845D0DF2374E00F98A1A /* SDL_pixels_c.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA683100DF2374E00F98A1A /* SDL_pixels_c.h */; };
220 FDA6845E0DF2374E00F98A1A /* SDL_rect.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA683110DF2374E00F98A1A /* SDL_rect.c */; }; 219 FDA6845E0DF2374E00F98A1A /* SDL_rect.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA683110DF2374E00F98A1A /* SDL_rect.c */; };
221 FDA6845F0DF2374E00F98A1A /* SDL_rect_c.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA683120DF2374E00F98A1A /* SDL_rect_c.h */; };
222 FDA684600DF2374E00F98A1A /* SDL_renderer_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA683130DF2374E00F98A1A /* SDL_renderer_sw.c */; };
223 FDA684610DF2374E00F98A1A /* SDL_renderer_sw.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA683140DF2374E00F98A1A /* SDL_renderer_sw.h */; };
224 FDA684620DF2374E00F98A1A /* SDL_RLEaccel.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA683150DF2374E00F98A1A /* SDL_RLEaccel.c */; }; 220 FDA684620DF2374E00F98A1A /* SDL_RLEaccel.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA683150DF2374E00F98A1A /* SDL_RLEaccel.c */; };
225 FDA684630DF2374E00F98A1A /* SDL_RLEaccel_c.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA683160DF2374E00F98A1A /* SDL_RLEaccel_c.h */; }; 221 FDA684630DF2374E00F98A1A /* SDL_RLEaccel_c.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA683160DF2374E00F98A1A /* SDL_RLEaccel_c.h */; };
226 FDA684640DF2374E00F98A1A /* SDL_stretch.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA683170DF2374E00F98A1A /* SDL_stretch.c */; }; 222 FDA684640DF2374E00F98A1A /* SDL_stretch.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA683170DF2374E00F98A1A /* SDL_stretch.c */; };
227 FDA684660DF2374E00F98A1A /* SDL_surface.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA683190DF2374E00F98A1A /* SDL_surface.c */; }; 223 FDA684660DF2374E00F98A1A /* SDL_surface.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA683190DF2374E00F98A1A /* SDL_surface.c */; };
228 FDA684670DF2374E00F98A1A /* SDL_sysvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA6831A0DF2374E00F98A1A /* SDL_sysvideo.h */; }; 224 FDA684670DF2374E00F98A1A /* SDL_sysvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA6831A0DF2374E00F98A1A /* SDL_sysvideo.h */; };
230 FDA684690DF2374E00F98A1A /* SDL_yuv_mmx.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA6831C0DF2374E00F98A1A /* SDL_yuv_mmx.c */; }; 226 FDA684690DF2374E00F98A1A /* SDL_yuv_mmx.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA6831C0DF2374E00F98A1A /* SDL_yuv_mmx.c */; };
231 FDA6846A0DF2374E00F98A1A /* SDL_yuv_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA6831D0DF2374E00F98A1A /* SDL_yuv_sw.c */; }; 227 FDA6846A0DF2374E00F98A1A /* SDL_yuv_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA6831D0DF2374E00F98A1A /* SDL_yuv_sw.c */; };
232 FDA6846B0DF2374E00F98A1A /* SDL_yuv_sw_c.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA6831E0DF2374E00F98A1A /* SDL_yuv_sw_c.h */; }; 228 FDA6846B0DF2374E00F98A1A /* SDL_yuv_sw_c.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA6831E0DF2374E00F98A1A /* SDL_yuv_sw_c.h */; };
233 FDA685FB0DF244C800F98A1A /* SDL_nullevents.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA685F50DF244C800F98A1A /* SDL_nullevents.c */; }; 229 FDA685FB0DF244C800F98A1A /* SDL_nullevents.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA685F50DF244C800F98A1A /* SDL_nullevents.c */; };
234 FDA685FC0DF244C800F98A1A /* SDL_nullevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA685F60DF244C800F98A1A /* SDL_nullevents_c.h */; }; 230 FDA685FC0DF244C800F98A1A /* SDL_nullevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA685F60DF244C800F98A1A /* SDL_nullevents_c.h */; };
235 FDA685FD0DF244C800F98A1A /* SDL_nullrender.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA685F70DF244C800F98A1A /* SDL_nullrender.c */; };
236 FDA685FE0DF244C800F98A1A /* SDL_nullrender_c.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA685F80DF244C800F98A1A /* SDL_nullrender_c.h */; };
237 FDA685FF0DF244C800F98A1A /* SDL_nullvideo.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA685F90DF244C800F98A1A /* SDL_nullvideo.c */; }; 231 FDA685FF0DF244C800F98A1A /* SDL_nullvideo.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA685F90DF244C800F98A1A /* SDL_nullvideo.c */; };
238 FDA686000DF244C800F98A1A /* SDL_nullvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA685FA0DF244C800F98A1A /* SDL_nullvideo.h */; }; 232 FDA686000DF244C800F98A1A /* SDL_nullvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA685FA0DF244C800F98A1A /* SDL_nullvideo.h */; };
239 FDC656480E560DF800311C8E /* jumphack.c in Sources */ = {isa = PBXBuildFile; fileRef = FDC656440E560DF800311C8E /* jumphack.c */; }; 233 FDC656480E560DF800311C8E /* jumphack.c in Sources */ = {isa = PBXBuildFile; fileRef = FDC656440E560DF800311C8E /* jumphack.c */; };
240 FDC656490E560DF800311C8E /* jumphack.h in Headers */ = {isa = PBXBuildFile; fileRef = FDC656450E560DF800311C8E /* jumphack.h */; }; 234 FDC656490E560DF800311C8E /* jumphack.h in Headers */ = {isa = PBXBuildFile; fileRef = FDC656450E560DF800311C8E /* jumphack.h */; };
241 /* End PBXBuildFile section */ 235 /* End PBXBuildFile section */
321 0098A55E1195B4D900343137 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; 315 0098A55E1195B4D900343137 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
322 0098A5601195B4D900343137 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 316 0098A5601195B4D900343137 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
323 0098A5621195B4D900343137 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; 317 0098A5621195B4D900343137 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
324 0098A5641195B4D900343137 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 318 0098A5641195B4D900343137 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
325 0098A5841195B5E200343137 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; 319 0098A5841195B5E200343137 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
320 041B2CD812FA0E9E0087D585 /* SDL_render.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_render.h; path = ../../include/SDL_render.h; sourceTree = SOURCE_ROOT; };
321 041B2CE912FA0F680087D585 /* SDL_renderer_gles.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_renderer_gles.c; sourceTree = "<group>"; };
322 041B2CEA12FA0F680087D585 /* SDL_render.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_render.c; sourceTree = "<group>"; };
323 041B2CEB12FA0F680087D585 /* SDL_sysrender.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sysrender.h; sourceTree = "<group>"; };
324 041B2CED12FA0F680087D585 /* SDL_renderer_sw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_renderer_sw.c; sourceTree = "<group>"; };
326 0420496E11E6F03D007E7EC9 /* SDL_clipboardevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_clipboardevents_c.h; sourceTree = "<group>"; }; 325 0420496E11E6F03D007E7EC9 /* SDL_clipboardevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_clipboardevents_c.h; sourceTree = "<group>"; };
327 0420496F11E6F03D007E7EC9 /* SDL_clipboardevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_clipboardevents.c; sourceTree = "<group>"; }; 326 0420496F11E6F03D007E7EC9 /* SDL_clipboardevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_clipboardevents.c; sourceTree = "<group>"; };
328 043DD76B10FD8A0000DED673 /* SDL_alphamult.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_alphamult.c; sourceTree = "<group>"; }; 327 043DD76B10FD8A0000DED673 /* SDL_alphamult.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_alphamult.c; sourceTree = "<group>"; };
329 043DD76C10FD8A0000DED673 /* SDL_alphamult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_alphamult.h; sourceTree = "<group>"; }; 328 043DD76C10FD8A0000DED673 /* SDL_alphamult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_alphamult.h; sourceTree = "<group>"; };
330 043DD76D10FD8A0000DED673 /* SDL_blendfillrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendfillrect.c; sourceTree = "<group>"; }; 329 043DD76D10FD8A0000DED673 /* SDL_blendfillrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendfillrect.c; sourceTree = "<group>"; };
345 047677B90EA76A31008ABAF1 /* SDL_haptic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_haptic.c; path = ../../src/haptic/SDL_haptic.c; sourceTree = SOURCE_ROOT; }; 344 047677B90EA76A31008ABAF1 /* SDL_haptic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_haptic.c; path = ../../src/haptic/SDL_haptic.c; sourceTree = SOURCE_ROOT; };
346 047677BA0EA76A31008ABAF1 /* SDL_syshaptic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_syshaptic.h; path = ../../src/haptic/SDL_syshaptic.h; sourceTree = SOURCE_ROOT; }; 345 047677BA0EA76A31008ABAF1 /* SDL_syshaptic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_syshaptic.h; path = ../../src/haptic/SDL_syshaptic.h; sourceTree = SOURCE_ROOT; };
347 047AF1B20EA98D6C00811173 /* SDL_sysloadso.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_sysloadso.c; sourceTree = "<group>"; }; 346 047AF1B20EA98D6C00811173 /* SDL_sysloadso.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_sysloadso.c; sourceTree = "<group>"; };
348 0495E6840E97408800152DFE /* SDL_glesfuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_glesfuncs.h; sourceTree = "<group>"; }; 347 0495E6840E97408800152DFE /* SDL_glesfuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_glesfuncs.h; sourceTree = "<group>"; };
349 0495E6850E97408800152DFE /* SDL_glfuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_glfuncs.h; sourceTree = "<group>"; }; 348 0495E6850E97408800152DFE /* SDL_glfuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_glfuncs.h; sourceTree = "<group>"; };
350 0495E6860E97408800152DFE /* SDL_renderer_gl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_renderer_gl.c; sourceTree = "<group>"; };
351 0495E6870E97408800152DFE /* SDL_renderer_gl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_renderer_gl.h; sourceTree = "<group>"; };
352 0495E6880E97408800152DFE /* SDL_renderer_gles.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_renderer_gles.c; sourceTree = "<group>"; };
353 0495E6890E97408800152DFE /* SDL_renderer_gles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_renderer_gles.h; sourceTree = "<group>"; };
354 04B2ECE61025CE4800F9BC5F /* SDL_atomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_atomic.h; path = ../../include/SDL_atomic.h; sourceTree = SOURCE_ROOT; }; 349 04B2ECE61025CE4800F9BC5F /* SDL_atomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_atomic.h; path = ../../include/SDL_atomic.h; sourceTree = SOURCE_ROOT; };
355 04B2ECE71025CE4800F9BC5F /* SDL_power.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_power.h; path = ../../include/SDL_power.h; sourceTree = SOURCE_ROOT; }; 350 04B2ECE71025CE4800F9BC5F /* SDL_power.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_power.h; path = ../../include/SDL_power.h; sourceTree = SOURCE_ROOT; };
356 04B2ECE81025CE4800F9BC5F /* SDL_revision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_revision.h; path = ../../include/SDL_revision.h; sourceTree = SOURCE_ROOT; }; 351 04B2ECE81025CE4800F9BC5F /* SDL_revision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_revision.h; path = ../../include/SDL_revision.h; sourceTree = SOURCE_ROOT; };
357 04B2ED061025CF9E00F9BC5F /* SDL_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_config.h; path = ../../include/SDL_config.h; sourceTree = SOURCE_ROOT; }; 352 04B2ED061025CF9E00F9BC5F /* SDL_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_config.h; path = ../../include/SDL_config.h; sourceTree = SOURCE_ROOT; };
358 04BA9D5F11EF474A00B60E01 /* SDL_gesture_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_gesture_c.h; sourceTree = "<group>"; }; 353 04BA9D5F11EF474A00B60E01 /* SDL_gesture_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_gesture_c.h; sourceTree = "<group>"; };
365 04F2AF531104ABC300D6DDF7 /* SDL_assert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_assert.h; path = ../../include/SDL_assert.h; sourceTree = SOURCE_ROOT; }; 360 04F2AF531104ABC300D6DDF7 /* SDL_assert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_assert.h; path = ../../include/SDL_assert.h; sourceTree = SOURCE_ROOT; };
366 04F2AF551104ABD200D6DDF7 /* SDL_assert.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_assert.c; path = ../../src/SDL_assert.c; sourceTree = SOURCE_ROOT; }; 361 04F2AF551104ABD200D6DDF7 /* SDL_assert.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_assert.c; path = ../../src/SDL_assert.c; sourceTree = SOURCE_ROOT; };
367 04FFAB8912E23B8D00BA343D /* SDL_atomic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_atomic.c; sourceTree = "<group>"; }; 362 04FFAB8912E23B8D00BA343D /* SDL_atomic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_atomic.c; sourceTree = "<group>"; };
368 04FFAB8A12E23B8D00BA343D /* SDL_spinlock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_spinlock.c; sourceTree = "<group>"; }; 363 04FFAB8A12E23B8D00BA343D /* SDL_spinlock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_spinlock.c; sourceTree = "<group>"; };
369 04FFAB9312E23BDC00BA343D /* SDL_blendmode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_blendmode.h; path = ../../include/SDL_blendmode.h; sourceTree = SOURCE_ROOT; }; 364 04FFAB9312E23BDC00BA343D /* SDL_blendmode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_blendmode.h; path = ../../include/SDL_blendmode.h; sourceTree = SOURCE_ROOT; };
370 04FFAB9412E23BDC00BA343D /* SDL_scalemode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_scalemode.h; path = ../../include/SDL_scalemode.h; sourceTree = SOURCE_ROOT; };
371 04FFAB9512E23BDC00BA343D /* SDL_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_shape.h; path = ../../include/SDL_shape.h; sourceTree = SOURCE_ROOT; }; 365 04FFAB9512E23BDC00BA343D /* SDL_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_shape.h; path = ../../include/SDL_shape.h; sourceTree = SOURCE_ROOT; };
372 56ED04E0118A8EE200A56AA6 /* SDL_power.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_power.c; path = ../../src/power/SDL_power.c; sourceTree = SOURCE_ROOT; }; 366 56ED04E0118A8EE200A56AA6 /* SDL_power.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_power.c; path = ../../src/power/SDL_power.c; sourceTree = SOURCE_ROOT; };
373 56ED04E2118A8EFD00A56AA6 /* SDL_syspower.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_syspower.m; path = ../../src/power/uikit/SDL_syspower.m; sourceTree = SOURCE_ROOT; }; 367 56ED04E2118A8EFD00A56AA6 /* SDL_syspower.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_syspower.m; path = ../../src/power/uikit/SDL_syspower.m; sourceTree = SOURCE_ROOT; };
374 FD0BBFEF0E3933DD00D833B1 /* SDL_uikitview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_uikitview.h; sourceTree = "<group>"; }; 368 FD0BBFEF0E3933DD00D833B1 /* SDL_uikitview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_uikitview.h; sourceTree = "<group>"; };
375 FD24846B0E5655AE0021E198 /* SDL_uikitkeyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_uikitkeyboard.h; sourceTree = "<group>"; }; 369 FD24846B0E5655AE0021E198 /* SDL_uikitkeyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_uikitkeyboard.h; sourceTree = "<group>"; };
456 FD99B98B0DD52EDC00FB1D6B /* SDL_cpuinfo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_cpuinfo.c; sourceTree = "<group>"; }; 450 FD99B98B0DD52EDC00FB1D6B /* SDL_cpuinfo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_cpuinfo.c; sourceTree = "<group>"; };
457 FD99B98D0DD52EDC00FB1D6B /* blank_cursor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = blank_cursor.h; sourceTree = "<group>"; }; 451 FD99B98D0DD52EDC00FB1D6B /* blank_cursor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = blank_cursor.h; sourceTree = "<group>"; };
458 FD99B98E0DD52EDC00FB1D6B /* default_cursor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = default_cursor.h; sourceTree = "<group>"; }; 452 FD99B98E0DD52EDC00FB1D6B /* default_cursor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = default_cursor.h; sourceTree = "<group>"; };
459 FD99B98F0DD52EDC00FB1D6B /* scancodes_darwin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scancodes_darwin.h; sourceTree = "<group>"; }; 453 FD99B98F0DD52EDC00FB1D6B /* scancodes_darwin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scancodes_darwin.h; sourceTree = "<group>"; };
460 FD99B9900DD52EDC00FB1D6B /* scancodes_linux.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scancodes_linux.h; sourceTree = "<group>"; }; 454 FD99B9900DD52EDC00FB1D6B /* scancodes_linux.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scancodes_linux.h; sourceTree = "<group>"; };
461 FD99B9910DD52EDC00FB1D6B /* scancodes_win32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scancodes_win32.h; sourceTree = "<group>"; };
462 FD99B9920DD52EDC00FB1D6B /* scancodes_xfree86.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scancodes_xfree86.h; sourceTree = "<group>"; }; 455 FD99B9920DD52EDC00FB1D6B /* scancodes_xfree86.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scancodes_xfree86.h; sourceTree = "<group>"; };
463 FD99B9930DD52EDC00FB1D6B /* SDL_events.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_events.c; sourceTree = "<group>"; }; 456 FD99B9930DD52EDC00FB1D6B /* SDL_events.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_events.c; sourceTree = "<group>"; };
464 FD99B9940DD52EDC00FB1D6B /* SDL_events_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_events_c.h; sourceTree = "<group>"; }; 457 FD99B9940DD52EDC00FB1D6B /* SDL_events_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_events_c.h; sourceTree = "<group>"; };
465 FD99B9950DD52EDC00FB1D6B /* SDL_keyboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_keyboard.c; sourceTree = "<group>"; }; 458 FD99B9950DD52EDC00FB1D6B /* SDL_keyboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_keyboard.c; sourceTree = "<group>"; };
466 FD99B9960DD52EDC00FB1D6B /* SDL_keyboard_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_keyboard_c.h; sourceTree = "<group>"; }; 459 FD99B9960DD52EDC00FB1D6B /* SDL_keyboard_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_keyboard_c.h; sourceTree = "<group>"; };
484 FD99BA0B0DD52EDC00FB1D6B /* SDL_systhread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_systhread.c; sourceTree = "<group>"; }; 477 FD99BA0B0DD52EDC00FB1D6B /* SDL_systhread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_systhread.c; sourceTree = "<group>"; };
485 FD99BA0C0DD52EDC00FB1D6B /* SDL_systhread_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_systhread_c.h; sourceTree = "<group>"; }; 478 FD99BA0C0DD52EDC00FB1D6B /* SDL_systhread_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_systhread_c.h; sourceTree = "<group>"; };
486 FD99BA140DD52EDC00FB1D6B /* SDL_systhread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_systhread.h; sourceTree = "<group>"; }; 479 FD99BA140DD52EDC00FB1D6B /* SDL_systhread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_systhread.h; sourceTree = "<group>"; };
487 FD99BA150DD52EDC00FB1D6B /* SDL_thread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_thread.c; sourceTree = "<group>"; }; 480 FD99BA150DD52EDC00FB1D6B /* SDL_thread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_thread.c; sourceTree = "<group>"; };
488 FD99BA160DD52EDC00FB1D6B /* SDL_thread_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_thread_c.h; sourceTree = "<group>"; }; 481 FD99BA160DD52EDC00FB1D6B /* SDL_thread_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_thread_c.h; sourceTree = "<group>"; };
489 FD99BA2D0DD52EDC00FB1D6B /* SDL_systimer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_systimer.h; sourceTree = "<group>"; };
490 FD99BA2E0DD52EDC00FB1D6B /* SDL_timer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_timer.c; sourceTree = "<group>"; }; 482 FD99BA2E0DD52EDC00FB1D6B /* SDL_timer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_timer.c; sourceTree = "<group>"; };
491 FD99BA2F0DD52EDC00FB1D6B /* SDL_timer_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_timer_c.h; sourceTree = "<group>"; }; 483 FD99BA2F0DD52EDC00FB1D6B /* SDL_timer_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_timer_c.h; sourceTree = "<group>"; };
492 FD99BA310DD52EDC00FB1D6B /* SDL_systimer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_systimer.c; sourceTree = "<group>"; }; 484 FD99BA310DD52EDC00FB1D6B /* SDL_systimer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_systimer.c; sourceTree = "<group>"; };
493 FDA683000DF2374E00F98A1A /* SDL_blit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit.c; sourceTree = "<group>"; }; 485 FDA683000DF2374E00F98A1A /* SDL_blit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit.c; sourceTree = "<group>"; };
494 FDA683010DF2374E00F98A1A /* SDL_blit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit.h; sourceTree = "<group>"; }; 486 FDA683010DF2374E00F98A1A /* SDL_blit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit.h; sourceTree = "<group>"; };
505 FDA6830D0DF2374E00F98A1A /* SDL_gamma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_gamma.c; sourceTree = "<group>"; }; 497 FDA6830D0DF2374E00F98A1A /* SDL_gamma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_gamma.c; sourceTree = "<group>"; };
506 FDA6830E0DF2374E00F98A1A /* SDL_leaks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_leaks.h; sourceTree = "<group>"; }; 498 FDA6830E0DF2374E00F98A1A /* SDL_leaks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_leaks.h; sourceTree = "<group>"; };
507 FDA6830F0DF2374E00F98A1A /* SDL_pixels.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_pixels.c; sourceTree = "<group>"; }; 499 FDA6830F0DF2374E00F98A1A /* SDL_pixels.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_pixels.c; sourceTree = "<group>"; };
508 FDA683100DF2374E00F98A1A /* SDL_pixels_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_pixels_c.h; sourceTree = "<group>"; }; 500 FDA683100DF2374E00F98A1A /* SDL_pixels_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_pixels_c.h; sourceTree = "<group>"; };
509 FDA683110DF2374E00F98A1A /* SDL_rect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_rect.c; sourceTree = "<group>"; }; 501 FDA683110DF2374E00F98A1A /* SDL_rect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_rect.c; sourceTree = "<group>"; };
510 FDA683120DF2374E00F98A1A /* SDL_rect_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_rect_c.h; sourceTree = "<group>"; };
511 FDA683130DF2374E00F98A1A /* SDL_renderer_sw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_renderer_sw.c; sourceTree = "<group>"; };
512 FDA683140DF2374E00F98A1A /* SDL_renderer_sw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_renderer_sw.h; sourceTree = "<group>"; };
513 FDA683150DF2374E00F98A1A /* SDL_RLEaccel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_RLEaccel.c; sourceTree = "<group>"; }; 502 FDA683150DF2374E00F98A1A /* SDL_RLEaccel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_RLEaccel.c; sourceTree = "<group>"; };
514 FDA683160DF2374E00F98A1A /* SDL_RLEaccel_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_RLEaccel_c.h; sourceTree = "<group>"; }; 503 FDA683160DF2374E00F98A1A /* SDL_RLEaccel_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_RLEaccel_c.h; sourceTree = "<group>"; };
515 FDA683170DF2374E00F98A1A /* SDL_stretch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_stretch.c; sourceTree = "<group>"; }; 504 FDA683170DF2374E00F98A1A /* SDL_stretch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_stretch.c; sourceTree = "<group>"; };
516 FDA683190DF2374E00F98A1A /* SDL_surface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_surface.c; sourceTree = "<group>"; }; 505 FDA683190DF2374E00F98A1A /* SDL_surface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_surface.c; sourceTree = "<group>"; };
517 FDA6831A0DF2374E00F98A1A /* SDL_sysvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sysvideo.h; sourceTree = "<group>"; }; 506 FDA6831A0DF2374E00F98A1A /* SDL_sysvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sysvideo.h; sourceTree = "<group>"; };
519 FDA6831C0DF2374E00F98A1A /* SDL_yuv_mmx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_yuv_mmx.c; sourceTree = "<group>"; }; 508 FDA6831C0DF2374E00F98A1A /* SDL_yuv_mmx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_yuv_mmx.c; sourceTree = "<group>"; };
520 FDA6831D0DF2374E00F98A1A /* SDL_yuv_sw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_yuv_sw.c; sourceTree = "<group>"; }; 509 FDA6831D0DF2374E00F98A1A /* SDL_yuv_sw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_yuv_sw.c; sourceTree = "<group>"; };
521 FDA6831E0DF2374E00F98A1A /* SDL_yuv_sw_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_yuv_sw_c.h; sourceTree = "<group>"; }; 510 FDA6831E0DF2374E00F98A1A /* SDL_yuv_sw_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_yuv_sw_c.h; sourceTree = "<group>"; };
522 FDA685F50DF244C800F98A1A /* SDL_nullevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullevents.c; sourceTree = "<group>"; }; 511 FDA685F50DF244C800F98A1A /* SDL_nullevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullevents.c; sourceTree = "<group>"; };
523 FDA685F60DF244C800F98A1A /* SDL_nullevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullevents_c.h; sourceTree = "<group>"; }; 512 FDA685F60DF244C800F98A1A /* SDL_nullevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullevents_c.h; sourceTree = "<group>"; };
524 FDA685F70DF244C800F98A1A /* SDL_nullrender.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullrender.c; sourceTree = "<group>"; };
525 FDA685F80DF244C800F98A1A /* SDL_nullrender_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullrender_c.h; sourceTree = "<group>"; };
526 FDA685F90DF244C800F98A1A /* SDL_nullvideo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullvideo.c; sourceTree = "<group>"; }; 513 FDA685F90DF244C800F98A1A /* SDL_nullvideo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullvideo.c; sourceTree = "<group>"; };
527 FDA685FA0DF244C800F98A1A /* SDL_nullvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullvideo.h; sourceTree = "<group>"; }; 514 FDA685FA0DF244C800F98A1A /* SDL_nullvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullvideo.h; sourceTree = "<group>"; };
528 FDC261780E3A3FC8001C4554 /* keyinfotable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = keyinfotable.h; sourceTree = "<group>"; }; 515 FDC261780E3A3FC8001C4554 /* keyinfotable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = keyinfotable.h; sourceTree = "<group>"; };
529 FDC656440E560DF800311C8E /* jumphack.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jumphack.c; sourceTree = "<group>"; }; 516 FDC656440E560DF800311C8E /* jumphack.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jumphack.c; sourceTree = "<group>"; };
530 FDC656450E560DF800311C8E /* jumphack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jumphack.h; sourceTree = "<group>"; }; 517 FDC656450E560DF800311C8E /* jumphack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jumphack.h; sourceTree = "<group>"; };
666 006E9887119552DD001DE610 /* SDL_rwopsbundlesupport.m */, 653 006E9887119552DD001DE610 /* SDL_rwopsbundlesupport.m */,
667 ); 654 );
668 path = cocoa; 655 path = cocoa;
669 sourceTree = "<group>"; 656 sourceTree = "<group>";
670 }; 657 };
658 041B2CE312FA0F680087D585 /* render */ = {
659 isa = PBXGroup;
660 children = (
661 041B2CE812FA0F680087D585 /* opengles */,
662 041B2CEA12FA0F680087D585 /* SDL_render.c */,
663 041B2CEB12FA0F680087D585 /* SDL_sysrender.h */,
664 041B2CEC12FA0F680087D585 /* software */,
665 );
666 name = render;
667 path = ../../src/render;
668 sourceTree = SOURCE_ROOT;
669 };
670 041B2CE812FA0F680087D585 /* opengles */ = {
671 isa = PBXGroup;
672 children = (
673 041B2CE912FA0F680087D585 /* SDL_renderer_gles.c */,
674 );
675 path = opengles;
676 sourceTree = "<group>";
677 };
678 041B2CEC12FA0F680087D585 /* software */ = {
679 isa = PBXGroup;
680 children = (
681 041B2CED12FA0F680087D585 /* SDL_renderer_sw.c */,
682 );
683 path = software;
684 sourceTree = "<group>";
685 };
671 047677B60EA769DF008ABAF1 /* haptic */ = { 686 047677B60EA769DF008ABAF1 /* haptic */ = {
672 isa = PBXGroup; 687 isa = PBXGroup;
673 children = ( 688 children = (
674 047677B70EA76A31008ABAF1 /* dummy */, 689 047677B70EA76A31008ABAF1 /* dummy */,
675 047677B90EA76A31008ABAF1 /* SDL_haptic.c */, 690 047677B90EA76A31008ABAF1 /* SDL_haptic.c */,
847 sourceTree = "<group>"; 862 sourceTree = "<group>";
848 }; 863 };
849 FD99B8BC0DD52E5C00FB1D6B /* Public Headers */ = { 864 FD99B8BC0DD52E5C00FB1D6B /* Public Headers */ = {
850 isa = PBXGroup; 865 isa = PBXGroup;
851 children = ( 866 children = (
852 04FFAB9312E23BDC00BA343D /* SDL_blendmode.h */,
853 04FFAB9412E23BDC00BA343D /* SDL_scalemode.h */,
854 04FFAB9512E23BDC00BA343D /* SDL_shape.h */,
855 FD99B8CC0DD52EB400FB1D6B /* begin_code.h */, 867 FD99B8CC0DD52EB400FB1D6B /* begin_code.h */,
856 FD99B8CD0DD52EB400FB1D6B /* close_code.h */, 868 FD99B8CD0DD52EB400FB1D6B /* close_code.h */,
857 FD99B8F50DD52EB400FB1D6B /* SDL.h */, 869 FD99B8F50DD52EB400FB1D6B /* SDL.h */,
858 04F2AF531104ABC300D6DDF7 /* SDL_assert.h */, 870 04F2AF531104ABC300D6DDF7 /* SDL_assert.h */,
859 04B2ECE61025CE4800F9BC5F /* SDL_atomic.h */, 871 04B2ECE61025CE4800F9BC5F /* SDL_atomic.h */,
860 FD99B8CF0DD52EB400FB1D6B /* SDL_audio.h */, 872 FD99B8CF0DD52EB400FB1D6B /* SDL_audio.h */,
873 04FFAB9312E23BDC00BA343D /* SDL_blendmode.h */,
861 044E5FB311E6069F0076F181 /* SDL_clipboard.h */, 874 044E5FB311E6069F0076F181 /* SDL_clipboard.h */,
862 FD99B8D10DD52EB400FB1D6B /* SDL_compat.h */, 875 FD99B8D10DD52EB400FB1D6B /* SDL_compat.h */,
863 04B2ED061025CF9E00F9BC5F /* SDL_config.h */, 876 04B2ED061025CF9E00F9BC5F /* SDL_config.h */,
864 04EC8B501025D12900431D42 /* SDL_config_iphoneos.h */, 877 04EC8B501025D12900431D42 /* SDL_config_iphoneos.h */,
865 FD99B8DA0DD52EB400FB1D6B /* SDL_copying.h */, 878 FD99B8DA0DD52EB400FB1D6B /* SDL_copying.h */,
883 FD99B8E70DD52EB400FB1D6B /* SDL_pixels.h */, 896 FD99B8E70DD52EB400FB1D6B /* SDL_pixels.h */,
884 FD99B8E80DD52EB400FB1D6B /* SDL_platform.h */, 897 FD99B8E80DD52EB400FB1D6B /* SDL_platform.h */,
885 04B2ECE71025CE4800F9BC5F /* SDL_power.h */, 898 04B2ECE71025CE4800F9BC5F /* SDL_power.h */,
886 FD99B8E90DD52EB400FB1D6B /* SDL_quit.h */, 899 FD99B8E90DD52EB400FB1D6B /* SDL_quit.h */,
887 FD99B8EA0DD52EB400FB1D6B /* SDL_rect.h */, 900 FD99B8EA0DD52EB400FB1D6B /* SDL_rect.h */,
901 041B2CD812FA0E9E0087D585 /* SDL_render.h */,
888 04B2ECE81025CE4800F9BC5F /* SDL_revision.h */, 902 04B2ECE81025CE4800F9BC5F /* SDL_revision.h */,
889 FD99B8EB0DD52EB400FB1D6B /* SDL_rwops.h */, 903 FD99B8EB0DD52EB400FB1D6B /* SDL_rwops.h */,
890 FD99B8EC0DD52EB400FB1D6B /* SDL_scancode.h */, 904 FD99B8EC0DD52EB400FB1D6B /* SDL_scancode.h */,
905 04FFAB9512E23BDC00BA343D /* SDL_shape.h */,
891 FD99B8ED0DD52EB400FB1D6B /* SDL_stdinc.h */, 906 FD99B8ED0DD52EB400FB1D6B /* SDL_stdinc.h */,
892 FD99B8EE0DD52EB400FB1D6B /* SDL_surface.h */, 907 FD99B8EE0DD52EB400FB1D6B /* SDL_surface.h */,
893 FD99B8EF0DD52EB400FB1D6B /* SDL_syswm.h */, 908 FD99B8EF0DD52EB400FB1D6B /* SDL_syswm.h */,
894 FD99B8F00DD52EB400FB1D6B /* SDL_thread.h */, 909 FD99B8F00DD52EB400FB1D6B /* SDL_thread.h */,
895 FD99B8F10DD52EB400FB1D6B /* SDL_timer.h */, 910 FD99B8F10DD52EB400FB1D6B /* SDL_timer.h */,
902 sourceTree = "<group>"; 917 sourceTree = "<group>";
903 }; 918 };
904 FD99B8BD0DD52E6D00FB1D6B /* Library Source */ = { 919 FD99B8BD0DD52E6D00FB1D6B /* Library Source */ = {
905 isa = PBXGroup; 920 isa = PBXGroup;
906 children = ( 921 children = (
907 04F2AF551104ABD200D6DDF7 /* SDL_assert.c */,
908 FD99B9D30DD52EDC00FB1D6B /* SDL_compat.c */,
909 FD99B9D40DD52EDC00FB1D6B /* SDL_error_c.h */,
910 FD99B9D50DD52EDC00FB1D6B /* SDL_error.c */,
911 FD99B9D60DD52EDC00FB1D6B /* SDL_fatal.c */,
912 FD99B9D70DD52EDC00FB1D6B /* SDL_fatal.h */,
913 FD99B9D80DD52EDC00FB1D6B /* SDL.c */,
914 04B2ECEF1025CEB900F9BC5F /* atomic */, 922 04B2ECEF1025CEB900F9BC5F /* atomic */,
915 FD99B8FB0DD52EDC00FB1D6B /* audio */, 923 FD99B8FB0DD52EDC00FB1D6B /* audio */,
916 FD99B98A0DD52EDC00FB1D6B /* cpuinfo */, 924 FD99B98A0DD52EDC00FB1D6B /* cpuinfo */,
917 FD99B98C0DD52EDC00FB1D6B /* events */, 925 FD99B98C0DD52EDC00FB1D6B /* events */,
918 FD99B99D0DD52EDC00FB1D6B /* file */, 926 FD99B99D0DD52EDC00FB1D6B /* file */,
919 047677B60EA769DF008ABAF1 /* haptic */, 927 047677B60EA769DF008ABAF1 /* haptic */,
920 FD5F9D080E0E08B3008E885B /* joystick */, 928 FD5F9D080E0E08B3008E885B /* joystick */,
921 FD8BD8150E27E25900B52CD5 /* loadso */, 929 FD8BD8150E27E25900B52CD5 /* loadso */,
922 56ED04DE118A8E9A00A56AA6 /* power */, 930 56ED04DE118A8E9A00A56AA6 /* power */,
931 041B2CE312FA0F680087D585 /* render */,
923 FD3F4A6F0DEA620800C5B771 /* stdlib */, 932 FD3F4A6F0DEA620800C5B771 /* stdlib */,
924 FD99B9E00DD52EDC00FB1D6B /* thread */, 933 FD99B9E00DD52EDC00FB1D6B /* thread */,
925 FD99BA1E0DD52EDC00FB1D6B /* timer */, 934 FD99BA1E0DD52EDC00FB1D6B /* timer */,
926 FDA682420DF2374D00F98A1A /* video */, 935 FDA682420DF2374D00F98A1A /* video */,
936 04F2AF551104ABD200D6DDF7 /* SDL_assert.c */,
937 FD99B9D30DD52EDC00FB1D6B /* SDL_compat.c */,
938 FD99B9D40DD52EDC00FB1D6B /* SDL_error_c.h */,
939 FD99B9D50DD52EDC00FB1D6B /* SDL_error.c */,
940 FD99B9D60DD52EDC00FB1D6B /* SDL_fatal.c */,
941 FD99B9D70DD52EDC00FB1D6B /* SDL_fatal.h */,
942 FD99B9D80DD52EDC00FB1D6B /* SDL.c */,
927 ); 943 );
928 name = "Library Source"; 944 name = "Library Source";
929 sourceTree = "<group>"; 945 sourceTree = "<group>";
930 }; 946 };
931 FD99B8FB0DD52EDC00FB1D6B /* audio */ = { 947 FD99B8FB0DD52EDC00FB1D6B /* audio */ = {
980 04BA9D6211EF474A00B60E01 /* SDL_touch.c */, 996 04BA9D6211EF474A00B60E01 /* SDL_touch.c */,
981 FD99B98D0DD52EDC00FB1D6B /* blank_cursor.h */, 997 FD99B98D0DD52EDC00FB1D6B /* blank_cursor.h */,
982 FD99B98E0DD52EDC00FB1D6B /* default_cursor.h */, 998 FD99B98E0DD52EDC00FB1D6B /* default_cursor.h */,
983 FD99B98F0DD52EDC00FB1D6B /* scancodes_darwin.h */, 999 FD99B98F0DD52EDC00FB1D6B /* scancodes_darwin.h */,
984 FD99B9900DD52EDC00FB1D6B /* scancodes_linux.h */, 1000 FD99B9900DD52EDC00FB1D6B /* scancodes_linux.h */,
985 FD99B9910DD52EDC00FB1D6B /* scancodes_win32.h */,
986 FD99B9920DD52EDC00FB1D6B /* scancodes_xfree86.h */, 1001 FD99B9920DD52EDC00FB1D6B /* scancodes_xfree86.h */,
987 0420496E11E6F03D007E7EC9 /* SDL_clipboardevents_c.h */, 1002 0420496E11E6F03D007E7EC9 /* SDL_clipboardevents_c.h */,
988 0420496F11E6F03D007E7EC9 /* SDL_clipboardevents.c */, 1003 0420496F11E6F03D007E7EC9 /* SDL_clipboardevents.c */,
989 FD99B9930DD52EDC00FB1D6B /* SDL_events.c */, 1004 FD99B9930DD52EDC00FB1D6B /* SDL_events.c */,
990 FD99B9940DD52EDC00FB1D6B /* SDL_events_c.h */, 1005 FD99B9940DD52EDC00FB1D6B /* SDL_events_c.h */,
1037 sourceTree = "<group>"; 1052 sourceTree = "<group>";
1038 }; 1053 };
1039 FD99BA1E0DD52EDC00FB1D6B /* timer */ = { 1054 FD99BA1E0DD52EDC00FB1D6B /* timer */ = {
1040 isa = PBXGroup; 1055 isa = PBXGroup;
1041 children = ( 1056 children = (
1042 FD99BA2D0DD52EDC00FB1D6B /* SDL_systimer.h */, 1057 FD99BA300DD52EDC00FB1D6B /* unix */,
1043 FD99BA2E0DD52EDC00FB1D6B /* SDL_timer.c */, 1058 FD99BA2E0DD52EDC00FB1D6B /* SDL_timer.c */,
1044 FD99BA2F0DD52EDC00FB1D6B /* SDL_timer_c.h */, 1059 FD99BA2F0DD52EDC00FB1D6B /* SDL_timer_c.h */,
1045 FD99BA300DD52EDC00FB1D6B /* unix */,
1046 ); 1060 );
1047 name = timer; 1061 name = timer;
1048 path = ../../src/timer; 1062 path = ../../src/timer;
1049 sourceTree = "<group>"; 1063 sourceTree = "<group>";
1050 }; 1064 };
1057 sourceTree = "<group>"; 1071 sourceTree = "<group>";
1058 }; 1072 };
1059 FDA682420DF2374D00F98A1A /* video */ = { 1073 FDA682420DF2374D00F98A1A /* video */ = {
1060 isa = PBXGroup; 1074 isa = PBXGroup;
1061 children = ( 1075 children = (
1062 044E5FB711E606EB0076F181 /* SDL_clipboard.c */,
1063 FD689F090E26E5D900F90B21 /* uikit */, 1076 FD689F090E26E5D900F90B21 /* uikit */,
1064 FDA685F40DF244C800F98A1A /* dummy */, 1077 FDA685F40DF244C800F98A1A /* dummy */,
1065 0495E6850E97408800152DFE /* SDL_glfuncs.h */, 1078 0495E6850E97408800152DFE /* SDL_glfuncs.h */,
1066 0495E6840E97408800152DFE /* SDL_glesfuncs.h */, 1079 0495E6840E97408800152DFE /* SDL_glesfuncs.h */,
1067 0495E6860E97408800152DFE /* SDL_renderer_gl.c */,
1068 0495E6870E97408800152DFE /* SDL_renderer_gl.h */,
1069 0495E6880E97408800152DFE /* SDL_renderer_gles.c */,
1070 0495E6890E97408800152DFE /* SDL_renderer_gles.h */,
1071 043DD76B10FD8A0000DED673 /* SDL_alphamult.c */, 1080 043DD76B10FD8A0000DED673 /* SDL_alphamult.c */,
1072 043DD76C10FD8A0000DED673 /* SDL_alphamult.h */, 1081 043DD76C10FD8A0000DED673 /* SDL_alphamult.h */,
1073 043DD76D10FD8A0000DED673 /* SDL_blendfillrect.c */, 1082 043DD76D10FD8A0000DED673 /* SDL_blendfillrect.c */,
1074 046387370F0B5B7D0041FD65 /* SDL_blendline.c */, 1083 046387370F0B5B7D0041FD65 /* SDL_blendline.c */,
1075 046387380F0B5B7D0041FD65 /* SDL_blendpoint.c */, 1084 046387380F0B5B7D0041FD65 /* SDL_blendpoint.c */,
1085 FDA683080DF2374E00F98A1A /* SDL_blit_copy.h */, 1094 FDA683080DF2374E00F98A1A /* SDL_blit_copy.h */,
1086 FDA683090DF2374E00F98A1A /* SDL_blit_N.c */, 1095 FDA683090DF2374E00F98A1A /* SDL_blit_N.c */,
1087 FDA6830A0DF2374E00F98A1A /* SDL_blit_slow.c */, 1096 FDA6830A0DF2374E00F98A1A /* SDL_blit_slow.c */,
1088 0463873A0F0B5B7D0041FD65 /* SDL_blit_slow.h */, 1097 0463873A0F0B5B7D0041FD65 /* SDL_blit_slow.h */,
1089 FDA6830B0DF2374E00F98A1A /* SDL_bmp.c */, 1098 FDA6830B0DF2374E00F98A1A /* SDL_bmp.c */,
1099 044E5FB711E606EB0076F181 /* SDL_clipboard.c */,
1090 0463873B0F0B5B7D0041FD65 /* SDL_draw.h */, 1100 0463873B0F0B5B7D0041FD65 /* SDL_draw.h */,
1091 0463873C0F0B5B7D0041FD65 /* SDL_drawline.c */, 1101 0463873C0F0B5B7D0041FD65 /* SDL_drawline.c */,
1092 0463873D0F0B5B7D0041FD65 /* SDL_drawpoint.c */, 1102 0463873D0F0B5B7D0041FD65 /* SDL_drawpoint.c */,
1093 043DD76E10FD8A0000DED673 /* SDL_drawrect.c */, 1103 043DD76E10FD8A0000DED673 /* SDL_drawrect.c */,
1094 0463873E0F0B5B7D0041FD65 /* SDL_fillrect.c */, 1104 0463873E0F0B5B7D0041FD65 /* SDL_fillrect.c */,
1095 FDA6830D0DF2374E00F98A1A /* SDL_gamma.c */, 1105 FDA6830D0DF2374E00F98A1A /* SDL_gamma.c */,
1096 FDA6830E0DF2374E00F98A1A /* SDL_leaks.h */, 1106 FDA6830E0DF2374E00F98A1A /* SDL_leaks.h */,
1097 FDA6830F0DF2374E00F98A1A /* SDL_pixels.c */, 1107 FDA6830F0DF2374E00F98A1A /* SDL_pixels.c */,
1098 FDA683100DF2374E00F98A1A /* SDL_pixels_c.h */, 1108 FDA683100DF2374E00F98A1A /* SDL_pixels_c.h */,
1099 FDA683110DF2374E00F98A1A /* SDL_rect.c */, 1109 FDA683110DF2374E00F98A1A /* SDL_rect.c */,
1100 FDA683120DF2374E00F98A1A /* SDL_rect_c.h */,
1101 FDA683130DF2374E00F98A1A /* SDL_renderer_sw.c */,
1102 FDA683140DF2374E00F98A1A /* SDL_renderer_sw.h */,
1103 FDA683150DF2374E00F98A1A /* SDL_RLEaccel.c */, 1110 FDA683150DF2374E00F98A1A /* SDL_RLEaccel.c */,
1104 FDA683160DF2374E00F98A1A /* SDL_RLEaccel_c.h */, 1111 FDA683160DF2374E00F98A1A /* SDL_RLEaccel_c.h */,
1105 FDA683170DF2374E00F98A1A /* SDL_stretch.c */, 1112 FDA683170DF2374E00F98A1A /* SDL_stretch.c */,
1106 FDA683190DF2374E00F98A1A /* SDL_surface.c */, 1113 FDA683190DF2374E00F98A1A /* SDL_surface.c */,
1107 FDA6831A0DF2374E00F98A1A /* SDL_sysvideo.h */, 1114 FDA6831A0DF2374E00F98A1A /* SDL_sysvideo.h */,
1117 FDA685F40DF244C800F98A1A /* dummy */ = { 1124 FDA685F40DF244C800F98A1A /* dummy */ = {
1118 isa = PBXGroup; 1125 isa = PBXGroup;
1119 children = ( 1126 children = (
1120 FDA685F50DF244C800F98A1A /* SDL_nullevents.c */, 1127 FDA685F50DF244C800F98A1A /* SDL_nullevents.c */,
1121 FDA685F60DF244C800F98A1A /* SDL_nullevents_c.h */, 1128 FDA685F60DF244C800F98A1A /* SDL_nullevents_c.h */,
1122 FDA685F70DF244C800F98A1A /* SDL_nullrender.c */,
1123 FDA685F80DF244C800F98A1A /* SDL_nullrender_c.h */,
1124 FDA685F90DF244C800F98A1A /* SDL_nullvideo.c */, 1129 FDA685F90DF244C800F98A1A /* SDL_nullvideo.c */,
1125 FDA685FA0DF244C800F98A1A /* SDL_nullvideo.h */, 1130 FDA685FA0DF244C800F98A1A /* SDL_nullvideo.h */,
1126 ); 1131 );
1127 path = dummy; 1132 path = dummy;
1128 sourceTree = "<group>"; 1133 sourceTree = "<group>";
1132 /* Begin PBXHeadersBuildPhase section */ 1137 /* Begin PBXHeadersBuildPhase section */
1133 FD65265F0DE8FCCB002AD96B /* Headers */ = { 1138 FD65265F0DE8FCCB002AD96B /* Headers */ = {
1134 isa = PBXHeadersBuildPhase; 1139 isa = PBXHeadersBuildPhase;
1135 buildActionMask = 2147483647; 1140 buildActionMask = 2147483647;
1136 files = ( 1141 files = (
1137 FD6C83B60DEA66E500ABEE55 /* SDL_systimer.h in Headers */,
1138 FD3F495C0DEA5B2100C5B771 /* begin_code.h in Headers */, 1142 FD3F495C0DEA5B2100C5B771 /* begin_code.h in Headers */,
1139 FD3F495D0DEA5B2100C5B771 /* close_code.h in Headers */, 1143 FD3F495D0DEA5B2100C5B771 /* close_code.h in Headers */,
1140 FD3F495F0DEA5B2100C5B771 /* SDL_audio.h in Headers */, 1144 FD3F495F0DEA5B2100C5B771 /* SDL_audio.h in Headers */,
1141 FD3F49610DEA5B2100C5B771 /* SDL_compat.h in Headers */, 1145 FD3F49610DEA5B2100C5B771 /* SDL_compat.h in Headers */,
1142 FD3F49690DEA5B2100C5B771 /* SDL_copying.h in Headers */, 1146 FD3F49690DEA5B2100C5B771 /* SDL_copying.h in Headers */,
1171 FDA6844E0DF2374E00F98A1A /* SDL_blit.h in Headers */, 1175 FDA6844E0DF2374E00F98A1A /* SDL_blit.h in Headers */,
1172 FDA684530DF2374E00F98A1A /* SDL_blit_auto.h in Headers */, 1176 FDA684530DF2374E00F98A1A /* SDL_blit_auto.h in Headers */,
1173 FDA684550DF2374E00F98A1A /* SDL_blit_copy.h in Headers */, 1177 FDA684550DF2374E00F98A1A /* SDL_blit_copy.h in Headers */,
1174 FDA6845B0DF2374E00F98A1A /* SDL_leaks.h in Headers */, 1178 FDA6845B0DF2374E00F98A1A /* SDL_leaks.h in Headers */,
1175 FDA6845D0DF2374E00F98A1A /* SDL_pixels_c.h in Headers */, 1179 FDA6845D0DF2374E00F98A1A /* SDL_pixels_c.h in Headers */,
1176 FDA6845F0DF2374E00F98A1A /* SDL_rect_c.h in Headers */,
1177 FDA684610DF2374E00F98A1A /* SDL_renderer_sw.h in Headers */,
1178 FDA684630DF2374E00F98A1A /* SDL_RLEaccel_c.h in Headers */, 1180 FDA684630DF2374E00F98A1A /* SDL_RLEaccel_c.h in Headers */,
1179 FDA684670DF2374E00F98A1A /* SDL_sysvideo.h in Headers */, 1181 FDA684670DF2374E00F98A1A /* SDL_sysvideo.h in Headers */,
1180 FDA6846B0DF2374E00F98A1A /* SDL_yuv_sw_c.h in Headers */, 1182 FDA6846B0DF2374E00F98A1A /* SDL_yuv_sw_c.h in Headers */,
1181 FDA685FC0DF244C800F98A1A /* SDL_nullevents_c.h in Headers */, 1183 FDA685FC0DF244C800F98A1A /* SDL_nullevents_c.h in Headers */,
1182 FDA685FE0DF244C800F98A1A /* SDL_nullrender_c.h in Headers */,
1183 FDA686000DF244C800F98A1A /* SDL_nullvideo.h in Headers */, 1184 FDA686000DF244C800F98A1A /* SDL_nullvideo.h in Headers */,
1184 FD5F9D300E0E08B3008E885B /* SDL_joystick_c.h in Headers */, 1185 FD5F9D300E0E08B3008E885B /* SDL_joystick_c.h in Headers */,
1185 FD5F9D310E0E08B3008E885B /* SDL_sysjoystick.h in Headers */, 1186 FD5F9D310E0E08B3008E885B /* SDL_sysjoystick.h in Headers */,
1186 FD689EFC0E26E57800F90B21 /* SDL_coreaudio_iphone.h in Headers */, 1187 FD689EFC0E26E57800F90B21 /* SDL_coreaudio_iphone.h in Headers */,
1187 FD689F040E26E5B600F90B21 /* SDLUIAccelerationDelegate.h in Headers */, 1188 FD689F040E26E5B600F90B21 /* SDLUIAccelerationDelegate.h in Headers */,
1194 FD8BD7AC0E27DCA400B52CD5 /* SDL_opengles.h in Headers */, 1195 FD8BD7AC0E27DCA400B52CD5 /* SDL_opengles.h in Headers */,
1195 FDC656490E560DF800311C8E /* jumphack.h in Headers */, 1196 FDC656490E560DF800311C8E /* jumphack.h in Headers */,
1196 FD24846D0E5655AE0021E198 /* SDL_uikitkeyboard.h in Headers */, 1197 FD24846D0E5655AE0021E198 /* SDL_uikitkeyboard.h in Headers */,
1197 0495E68A0E97408800152DFE /* SDL_glesfuncs.h in Headers */, 1198 0495E68A0E97408800152DFE /* SDL_glesfuncs.h in Headers */,
1198 0495E68B0E97408800152DFE /* SDL_glfuncs.h in Headers */, 1199 0495E68B0E97408800152DFE /* SDL_glfuncs.h in Headers */,
1199 0495E68D0E97408800152DFE /* SDL_renderer_gl.h in Headers */,
1200 0495E68F0E97408800152DFE /* SDL_renderer_gles.h in Headers */,
1201 047677BD0EA76A31008ABAF1 /* SDL_syshaptic.h in Headers */, 1200 047677BD0EA76A31008ABAF1 /* SDL_syshaptic.h in Headers */,
1202 04461DEE0EA76BA3006C462D /* SDL_haptic.h in Headers */, 1201 04461DEE0EA76BA3006C462D /* SDL_haptic.h in Headers */,
1203 046387420F0B5B7D0041FD65 /* SDL_blit_slow.h in Headers */, 1202 046387420F0B5B7D0041FD65 /* SDL_blit_slow.h in Headers */,
1204 046387430F0B5B7D0041FD65 /* SDL_draw.h in Headers */, 1203 046387430F0B5B7D0041FD65 /* SDL_draw.h in Headers */,
1205 04B2ECEC1025CE4800F9BC5F /* SDL_atomic.h in Headers */, 1204 04B2ECEC1025CE4800F9BC5F /* SDL_atomic.h in Headers */,
1216 04BA9D6311EF474A00B60E01 /* SDL_gesture_c.h in Headers */, 1215 04BA9D6311EF474A00B60E01 /* SDL_gesture_c.h in Headers */,
1217 04BA9D6511EF474A00B60E01 /* SDL_touch_c.h in Headers */, 1216 04BA9D6511EF474A00B60E01 /* SDL_touch_c.h in Headers */,
1218 04BA9D7D11EF497E00B60E01 /* SDL_gesture.h in Headers */, 1217 04BA9D7D11EF497E00B60E01 /* SDL_gesture.h in Headers */,
1219 04BA9D7E11EF497E00B60E01 /* SDL_touch.h in Headers */, 1218 04BA9D7E11EF497E00B60E01 /* SDL_touch.h in Headers */,
1220 04FFAB9612E23BDC00BA343D /* SDL_blendmode.h in Headers */, 1219 04FFAB9612E23BDC00BA343D /* SDL_blendmode.h in Headers */,
1221 04FFAB9712E23BDC00BA343D /* SDL_scalemode.h in Headers */,
1222 04FFAB9812E23BDC00BA343D /* SDL_shape.h in Headers */, 1220 04FFAB9812E23BDC00BA343D /* SDL_shape.h in Headers */,
1221 041B2CD912FA0E9E0087D585 /* SDL_render.h in Headers */,
1222 041B2CF212FA0F680087D585 /* SDL_sysrender.h in Headers */,
1223 ); 1223 );
1224 runOnlyForDeploymentPostprocessing = 0; 1224 runOnlyForDeploymentPostprocessing = 0;
1225 }; 1225 };
1226 /* End PBXHeadersBuildPhase section */ 1226 /* End PBXHeadersBuildPhase section */
1227 1227
1421 FDA684570DF2374E00F98A1A /* SDL_blit_slow.c in Sources */, 1421 FDA684570DF2374E00F98A1A /* SDL_blit_slow.c in Sources */,
1422 FDA684580DF2374E00F98A1A /* SDL_bmp.c in Sources */, 1422 FDA684580DF2374E00F98A1A /* SDL_bmp.c in Sources */,
1423 FDA6845A0DF2374E00F98A1A /* SDL_gamma.c in Sources */, 1423 FDA6845A0DF2374E00F98A1A /* SDL_gamma.c in Sources */,
1424 FDA6845C0DF2374E00F98A1A /* SDL_pixels.c in Sources */, 1424 FDA6845C0DF2374E00F98A1A /* SDL_pixels.c in Sources */,
1425 FDA6845E0DF2374E00F98A1A /* SDL_rect.c in Sources */, 1425 FDA6845E0DF2374E00F98A1A /* SDL_rect.c in Sources */,
1426 FDA684600DF2374E00F98A1A /* SDL_renderer_sw.c in Sources */,
1427 FDA684620DF2374E00F98A1A /* SDL_RLEaccel.c in Sources */, 1426 FDA684620DF2374E00F98A1A /* SDL_RLEaccel.c in Sources */,
1428 FDA684640DF2374E00F98A1A /* SDL_stretch.c in Sources */, 1427 FDA684640DF2374E00F98A1A /* SDL_stretch.c in Sources */,
1429 FDA684660DF2374E00F98A1A /* SDL_surface.c in Sources */, 1428 FDA684660DF2374E00F98A1A /* SDL_surface.c in Sources */,
1430 FDA684680DF2374E00F98A1A /* SDL_video.c in Sources */, 1429 FDA684680DF2374E00F98A1A /* SDL_video.c in Sources */,
1431 FDA684690DF2374E00F98A1A /* SDL_yuv_mmx.c in Sources */, 1430 FDA684690DF2374E00F98A1A /* SDL_yuv_mmx.c in Sources */,
1432 FDA6846A0DF2374E00F98A1A /* SDL_yuv_sw.c in Sources */, 1431 FDA6846A0DF2374E00F98A1A /* SDL_yuv_sw.c in Sources */,
1433 FDA685FB0DF244C800F98A1A /* SDL_nullevents.c in Sources */, 1432 FDA685FB0DF244C800F98A1A /* SDL_nullevents.c in Sources */,
1434 FDA685FD0DF244C800F98A1A /* SDL_nullrender.c in Sources */,
1435 FDA685FF0DF244C800F98A1A /* SDL_nullvideo.c in Sources */, 1433 FDA685FF0DF244C800F98A1A /* SDL_nullvideo.c in Sources */,
1436 FD5F9D2F0E0E08B3008E885B /* SDL_joystick.c in Sources */, 1434 FD5F9D2F0E0E08B3008E885B /* SDL_joystick.c in Sources */,
1437 FD689EFB0E26E57800F90B21 /* SDL_coreaudio_iphone.c in Sources */, 1435 FD689EFB0E26E57800F90B21 /* SDL_coreaudio_iphone.c in Sources */,
1438 FD689F030E26E5B600F90B21 /* SDL_sysjoystick.m in Sources */, 1436 FD689F030E26E5B600F90B21 /* SDL_sysjoystick.m in Sources */,
1439 FD689F050E26E5B600F90B21 /* SDLUIAccelerationDelegate.m in Sources */, 1437 FD689F050E26E5B600F90B21 /* SDLUIAccelerationDelegate.m in Sources */,
1444 FD689F250E26E5D900F90B21 /* SDL_uikitwindow.m in Sources */, 1442 FD689F250E26E5D900F90B21 /* SDL_uikitwindow.m in Sources */,
1445 FD689F270E26E5D900F90B21 /* SDL_uikitopenglview.m in Sources */, 1443 FD689F270E26E5D900F90B21 /* SDL_uikitopenglview.m in Sources */,
1446 FD689FCE0E26E9D400F90B21 /* SDL_uikitappdelegate.m in Sources */, 1444 FD689FCE0E26E9D400F90B21 /* SDL_uikitappdelegate.m in Sources */,
1447 FD8BD8250E27E25900B52CD5 /* SDL_sysloadso.c in Sources */, 1445 FD8BD8250E27E25900B52CD5 /* SDL_sysloadso.c in Sources */,
1448 FDC656480E560DF800311C8E /* jumphack.c in Sources */, 1446 FDC656480E560DF800311C8E /* jumphack.c in Sources */,
1449 0495E68C0E97408800152DFE /* SDL_renderer_gl.c in Sources */,
1450 0495E68E0E97408800152DFE /* SDL_renderer_gles.c in Sources */,
1451 047677BB0EA76A31008ABAF1 /* SDL_syshaptic.c in Sources */, 1447 047677BB0EA76A31008ABAF1 /* SDL_syshaptic.c in Sources */,
1452 047677BC0EA76A31008ABAF1 /* SDL_haptic.c in Sources */, 1448 047677BC0EA76A31008ABAF1 /* SDL_haptic.c in Sources */,
1453 047AF1B30EA98D6C00811173 /* SDL_sysloadso.c in Sources */, 1449 047AF1B30EA98D6C00811173 /* SDL_sysloadso.c in Sources */,
1454 0463873F0F0B5B7D0041FD65 /* SDL_blendline.c in Sources */, 1450 0463873F0F0B5B7D0041FD65 /* SDL_blendline.c in Sources */,
1455 046387400F0B5B7D0041FD65 /* SDL_blendpoint.c in Sources */, 1451 046387400F0B5B7D0041FD65 /* SDL_blendpoint.c in Sources */,
1468 0420497111E6F03D007E7EC9 /* SDL_clipboardevents.c in Sources */, 1464 0420497111E6F03D007E7EC9 /* SDL_clipboardevents.c in Sources */,
1469 04BA9D6411EF474A00B60E01 /* SDL_gesture.c in Sources */, 1465 04BA9D6411EF474A00B60E01 /* SDL_gesture.c in Sources */,
1470 04BA9D6611EF474A00B60E01 /* SDL_touch.c in Sources */, 1466 04BA9D6611EF474A00B60E01 /* SDL_touch.c in Sources */,
1471 04FFAB8B12E23B8D00BA343D /* SDL_atomic.c in Sources */, 1467 04FFAB8B12E23B8D00BA343D /* SDL_atomic.c in Sources */,
1472 04FFAB8C12E23B8D00BA343D /* SDL_spinlock.c in Sources */, 1468 04FFAB8C12E23B8D00BA343D /* SDL_spinlock.c in Sources */,
1469 041B2CF012FA0F680087D585 /* SDL_renderer_gles.c in Sources */,
1470 041B2CF112FA0F680087D585 /* SDL_render.c in Sources */,
1471 041B2CF312FA0F680087D585 /* SDL_renderer_sw.c in Sources */,
1473 ); 1472 );
1474 runOnlyForDeploymentPostprocessing = 0; 1473 runOnlyForDeploymentPostprocessing = 0;
1475 }; 1474 };
1476 /* End PBXSourcesBuildPhase section */ 1475 /* End PBXSourcesBuildPhase section */
1477 1476