Mac and Linux SDL2 binary snapshots
Edward Rudd
2014-01-25 3f26dd9232630a5d9e9a201aa0df48ce02815f69
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
// !$*UTF8*$!
{
    archiveVersion = 1;
    classes = {
    };
    objectVersion = 45;
    objects = {
 
/* Begin PBXBuildFile section */
        0097E2D912F70C4E00724AC5 /* libSDL.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0097E2D512F70C4D00724AC5 /* libSDL.a */; };
        1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
        1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
        28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; };
        28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; };
        FD779EDE0E26BA1200F39101 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD779EDD0E26BA1200F39101 /* CoreAudio.framework */; };
        FD77A07D0E26BD8C00F39101 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD77A07C0E26BD8C00F39101 /* Icon.png */; };
        FD77A07F0E26BDA900F39101 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD77A07E0E26BDA900F39101 /* Default.png */; };
        FD77A0850E26BDB800F39101 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD77A0840E26BDB800F39101 /* AudioToolbox.framework */; };
        FD77A09D0E26BDE500F39101 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A09C0E26BDE500F39101 /* main.c */; };
        FDB8BFC60E5A0F6A00980157 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB8BFC50E5A0F6A00980157 /* CoreGraphics.framework */; };
/* End PBXBuildFile section */
 
/* Begin PBXFileReference section */
        0097E29A12F70C4D00724AC5 /* begin_code.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = begin_code.h; sourceTree = "<group>"; };
        0097E29B12F70C4D00724AC5 /* close_code.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = close_code.h; sourceTree = "<group>"; };
        0097E29C12F70C4D00724AC5 /* doxyfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = doxyfile; sourceTree = "<group>"; };
        0097E29D12F70C4D00724AC5 /* SDL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL.h; sourceTree = "<group>"; };
        0097E29E12F70C4D00724AC5 /* SDL_assert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_assert.h; sourceTree = "<group>"; };
        0097E29F12F70C4D00724AC5 /* SDL_atomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_atomic.h; sourceTree = "<group>"; };
        0097E2A012F70C4D00724AC5 /* SDL_audio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_audio.h; sourceTree = "<group>"; };
        0097E2A112F70C4D00724AC5 /* SDL_blendmode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blendmode.h; sourceTree = "<group>"; };
        0097E2A212F70C4D00724AC5 /* SDL_clipboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_clipboard.h; sourceTree = "<group>"; };
        0097E2A312F70C4D00724AC5 /* SDL_compat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_compat.h; sourceTree = "<group>"; };
        0097E2A412F70C4D00724AC5 /* SDL_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config.h; sourceTree = "<group>"; };
        0097E2A512F70C4D00724AC5 /* SDL_config.h.default */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SDL_config.h.default; sourceTree = "<group>"; };
        0097E2A612F70C4D00724AC5 /* SDL_config.h.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SDL_config.h.in; sourceTree = "<group>"; };
        0097E2A712F70C4D00724AC5 /* SDL_config_android.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_android.h; sourceTree = "<group>"; };
        0097E2A812F70C4D00724AC5 /* SDL_config_iphoneos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_iphoneos.h; sourceTree = "<group>"; };
        0097E2A912F70C4D00724AC5 /* SDL_config_macosx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_macosx.h; sourceTree = "<group>"; };
        0097E2AA12F70C4D00724AC5 /* SDL_config_minimal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_minimal.h; sourceTree = "<group>"; };
        0097E2AC12F70C4D00724AC5 /* SDL_config_pandora.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_pandora.h; sourceTree = "<group>"; };
        0097E2AD12F70C4D00724AC5 /* SDL_config_windows.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_windows.h; sourceTree = "<group>"; };
        0097E2AE12F70C4D00724AC5 /* SDL_config_wiz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_wiz.h; sourceTree = "<group>"; };
        0097E2AF12F70C4D00724AC5 /* SDL_copying.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_copying.h; sourceTree = "<group>"; };
        0097E2B012F70C4D00724AC5 /* SDL_cpuinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cpuinfo.h; sourceTree = "<group>"; };
        0097E2B112F70C4D00724AC5 /* SDL_endian.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_endian.h; sourceTree = "<group>"; };
        0097E2B212F70C4D00724AC5 /* SDL_error.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_error.h; sourceTree = "<group>"; };
        0097E2B312F70C4D00724AC5 /* SDL_events.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_events.h; sourceTree = "<group>"; };
        0097E2B412F70C4D00724AC5 /* SDL_gesture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_gesture.h; sourceTree = "<group>"; };
        0097E2B512F70C4D00724AC5 /* SDL_haptic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_haptic.h; sourceTree = "<group>"; };
        0097E2B612F70C4D00724AC5 /* SDL_input.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_input.h; sourceTree = "<group>"; };
        0097E2B712F70C4D00724AC5 /* SDL_joystick.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_joystick.h; sourceTree = "<group>"; };
        0097E2B812F70C4D00724AC5 /* SDL_keyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_keyboard.h; sourceTree = "<group>"; };
        0097E2B912F70C4D00724AC5 /* SDL_keysym.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_keysym.h; sourceTree = "<group>"; };
        0097E2BA12F70C4D00724AC5 /* SDL_loadso.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_loadso.h; sourceTree = "<group>"; };
        0097E2BB12F70C4D00724AC5 /* SDL_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_main.h; sourceTree = "<group>"; };
        0097E2BC12F70C4D00724AC5 /* SDL_mouse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_mouse.h; sourceTree = "<group>"; };
        0097E2BD12F70C4D00724AC5 /* SDL_mutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_mutex.h; sourceTree = "<group>"; };
        0097E2BE12F70C4D00724AC5 /* SDL_name.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_name.h; sourceTree = "<group>"; };
        0097E2BF12F70C4D00724AC5 /* SDL_opengl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_opengl.h; sourceTree = "<group>"; };
        0097E2C012F70C4D00724AC5 /* SDL_opengles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_opengles.h; sourceTree = "<group>"; };
        0097E2C112F70C4D00724AC5 /* SDL_pixels.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_pixels.h; sourceTree = "<group>"; };
        0097E2C212F70C4D00724AC5 /* SDL_platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_platform.h; sourceTree = "<group>"; };
        0097E2C312F70C4D00724AC5 /* SDL_power.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_power.h; sourceTree = "<group>"; };
        0097E2C412F70C4D00724AC5 /* SDL_quit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_quit.h; sourceTree = "<group>"; };
        0097E2C512F70C4D00724AC5 /* SDL_rect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_rect.h; sourceTree = "<group>"; };
        0097E2C612F70C4D00724AC5 /* SDL_revision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_revision.h; sourceTree = "<group>"; };
        0097E2C712F70C4D00724AC5 /* SDL_rwops.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_rwops.h; sourceTree = "<group>"; };
        0097E2C812F70C4D00724AC5 /* SDL_scalemode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_scalemode.h; sourceTree = "<group>"; };
        0097E2C912F70C4D00724AC5 /* SDL_scancode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_scancode.h; sourceTree = "<group>"; };
        0097E2CA12F70C4D00724AC5 /* SDL_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_shape.h; sourceTree = "<group>"; };
        0097E2CB12F70C4D00724AC5 /* SDL_stdinc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_stdinc.h; sourceTree = "<group>"; };
        0097E2CC12F70C4D00724AC5 /* SDL_surface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_surface.h; sourceTree = "<group>"; };
        0097E2CD12F70C4D00724AC5 /* SDL_syswm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_syswm.h; sourceTree = "<group>"; };
        0097E2CE12F70C4D00724AC5 /* SDL_thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_thread.h; sourceTree = "<group>"; };
        0097E2CF12F70C4D00724AC5 /* SDL_timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_timer.h; sourceTree = "<group>"; };
        0097E2D012F70C4D00724AC5 /* SDL_touch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_touch.h; sourceTree = "<group>"; };
        0097E2D112F70C4D00724AC5 /* SDL_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_types.h; sourceTree = "<group>"; };
        0097E2D212F70C4D00724AC5 /* SDL_version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_version.h; sourceTree = "<group>"; };
        0097E2D312F70C4D00724AC5 /* SDL_video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_video.h; sourceTree = "<group>"; };
        0097E2D512F70C4D00724AC5 /* libSDL.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libSDL.a; sourceTree = "<group>"; };
        1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
        1D6058910D05DD3D006BFB54 /* ___PROJECTNAME___.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "___PROJECTNAME___.app"; sourceTree = BUILT_PRODUCTS_DIR; };
        1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
        28FD14FF0DC6FC520079059D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
        28FD15070DC6FC5B0079059D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
        8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        FD779EDD0E26BA1200F39101 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
        FD77A07C0E26BD8C00F39101 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
        FD77A07E0E26BDA900F39101 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
        FD77A0840E26BDB800F39101 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
        FD77A09C0E26BDE500F39101 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
        FDB8BFC50E5A0F6A00980157 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */
 
/* Begin PBXFrameworksBuildPhase section */
        1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
                1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
                1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
                28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */,
                28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */,
                FD779EDE0E26BA1200F39101 /* CoreAudio.framework in Frameworks */,
                FD77A0850E26BDB800F39101 /* AudioToolbox.framework in Frameworks */,
                FDB8BFC60E5A0F6A00980157 /* CoreGraphics.framework in Frameworks */,
                0097E2D912F70C4E00724AC5 /* libSDL.a in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXFrameworksBuildPhase section */
 
/* Begin PBXGroup section */
        0097E29812F70C4D00724AC5 /* SDL */ = {
            isa = PBXGroup;
            children = (
                0097E29912F70C4D00724AC5 /* include */,
                0097E2D412F70C4D00724AC5 /* lib */,
            );
            path = SDL;
            sourceTree = "<group>";
        };
        0097E29912F70C4D00724AC5 /* include */ = {
            isa = PBXGroup;
            children = (
                0097E29A12F70C4D00724AC5 /* begin_code.h */,
                0097E29B12F70C4D00724AC5 /* close_code.h */,
                0097E29C12F70C4D00724AC5 /* doxyfile */,
                0097E29D12F70C4D00724AC5 /* SDL.h */,
                0097E29E12F70C4D00724AC5 /* SDL_assert.h */,
                0097E29F12F70C4D00724AC5 /* SDL_atomic.h */,
                0097E2A012F70C4D00724AC5 /* SDL_audio.h */,
                0097E2A112F70C4D00724AC5 /* SDL_blendmode.h */,
                0097E2A212F70C4D00724AC5 /* SDL_clipboard.h */,
                0097E2A312F70C4D00724AC5 /* SDL_compat.h */,
                0097E2A412F70C4D00724AC5 /* SDL_config.h */,
                0097E2A512F70C4D00724AC5 /* SDL_config.h.default */,
                0097E2A612F70C4D00724AC5 /* SDL_config.h.in */,
                0097E2A712F70C4D00724AC5 /* SDL_config_android.h */,
                0097E2A812F70C4D00724AC5 /* SDL_config_iphoneos.h */,
                0097E2A912F70C4D00724AC5 /* SDL_config_macosx.h */,
                0097E2AA12F70C4D00724AC5 /* SDL_config_minimal.h */,
                0097E2AC12F70C4D00724AC5 /* SDL_config_pandora.h */,
                0097E2AD12F70C4D00724AC5 /* SDL_config_windows.h */,
                0097E2AE12F70C4D00724AC5 /* SDL_config_wiz.h */,
                0097E2AF12F70C4D00724AC5 /* SDL_copying.h */,
                0097E2B012F70C4D00724AC5 /* SDL_cpuinfo.h */,
                0097E2B112F70C4D00724AC5 /* SDL_endian.h */,
                0097E2B212F70C4D00724AC5 /* SDL_error.h */,
                0097E2B312F70C4D00724AC5 /* SDL_events.h */,
                0097E2B412F70C4D00724AC5 /* SDL_gesture.h */,
                0097E2B512F70C4D00724AC5 /* SDL_haptic.h */,
                0097E2B612F70C4D00724AC5 /* SDL_input.h */,
                0097E2B712F70C4D00724AC5 /* SDL_joystick.h */,
                0097E2B812F70C4D00724AC5 /* SDL_keyboard.h */,
                0097E2B912F70C4D00724AC5 /* SDL_keysym.h */,
                0097E2BA12F70C4D00724AC5 /* SDL_loadso.h */,
                0097E2BB12F70C4D00724AC5 /* SDL_main.h */,
                0097E2BC12F70C4D00724AC5 /* SDL_mouse.h */,
                0097E2BD12F70C4D00724AC5 /* SDL_mutex.h */,
                0097E2BE12F70C4D00724AC5 /* SDL_name.h */,
                0097E2BF12F70C4D00724AC5 /* SDL_opengl.h */,
                0097E2C012F70C4D00724AC5 /* SDL_opengles.h */,
                0097E2C112F70C4D00724AC5 /* SDL_pixels.h */,
                0097E2C212F70C4D00724AC5 /* SDL_platform.h */,
                0097E2C312F70C4D00724AC5 /* SDL_power.h */,
                0097E2C412F70C4D00724AC5 /* SDL_quit.h */,
                0097E2C512F70C4D00724AC5 /* SDL_rect.h */,
                0097E2C612F70C4D00724AC5 /* SDL_revision.h */,
                0097E2C712F70C4D00724AC5 /* SDL_rwops.h */,
                0097E2C812F70C4D00724AC5 /* SDL_scalemode.h */,
                0097E2C912F70C4D00724AC5 /* SDL_scancode.h */,
                0097E2CA12F70C4D00724AC5 /* SDL_shape.h */,
                0097E2CB12F70C4D00724AC5 /* SDL_stdinc.h */,
                0097E2CC12F70C4D00724AC5 /* SDL_surface.h */,
                0097E2CD12F70C4D00724AC5 /* SDL_syswm.h */,
                0097E2CE12F70C4D00724AC5 /* SDL_thread.h */,
                0097E2CF12F70C4D00724AC5 /* SDL_timer.h */,
                0097E2D012F70C4D00724AC5 /* SDL_touch.h */,
                0097E2D112F70C4D00724AC5 /* SDL_types.h */,
                0097E2D212F70C4D00724AC5 /* SDL_version.h */,
                0097E2D312F70C4D00724AC5 /* SDL_video.h */,
            );
            path = include;
            sourceTree = "<group>";
        };
        0097E2D412F70C4D00724AC5 /* lib */ = {
            isa = PBXGroup;
            children = (
                0097E2D512F70C4D00724AC5 /* libSDL.a */,
            );
            path = lib;
            sourceTree = "<group>";
        };
        19C28FACFE9D520D11CA2CBB /* Products */ = {
            isa = PBXGroup;
            children = (
                1D6058910D05DD3D006BFB54 /* ___PROJECTNAME___.app */,
            );
            name = Products;
            sourceTree = "<group>";
        };
        29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
            isa = PBXGroup;
            children = (
                29B97315FDCFA39411CA2CEA /* Sources */,
                29B97317FDCFA39411CA2CEA /* Resources */,
                0097E29812F70C4D00724AC5 /* SDL */,
                29B97323FDCFA39411CA2CEA /* Frameworks */,
                19C28FACFE9D520D11CA2CBB /* Products */,
            );
            name = CustomTemplate;
            sourceTree = "<group>";
        };
        29B97315FDCFA39411CA2CEA /* Sources */ = {
            isa = PBXGroup;
            children = (
                FD77A09C0E26BDE500F39101 /* main.c */,
            );
            name = Sources;
            sourceTree = "<group>";
        };
        29B97317FDCFA39411CA2CEA /* Resources */ = {
            isa = PBXGroup;
            children = (
                FD77A07E0E26BDA900F39101 /* Default.png */,
                FD77A07C0E26BD8C00F39101 /* Icon.png */,
                8D1107310486CEB800E47090 /* Info.plist */,
            );
            name = Resources;
            sourceTree = "<group>";
        };
        29B97323FDCFA39411CA2CEA /* Frameworks */ = {
            isa = PBXGroup;
            children = (
                FDB8BFC50E5A0F6A00980157 /* CoreGraphics.framework */,
                FD77A0840E26BDB800F39101 /* AudioToolbox.framework */,
                FD779EDD0E26BA1200F39101 /* CoreAudio.framework */,
                28FD15070DC6FC5B0079059D /* QuartzCore.framework */,
                28FD14FF0DC6FC520079059D /* OpenGLES.framework */,
                1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
                1D30AB110D05D00D00671497 /* Foundation.framework */,
            );
            name = Frameworks;
            sourceTree = "<group>";
        };
/* End PBXGroup section */
 
/* Begin PBXNativeTarget section */
        1D6058900D05DD3D006BFB54 /* ___PROJECTNAME___ */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "___PROJECTNAME___" */;
            buildPhases = (
                1D60588D0D05DD3D006BFB54 /* Resources */,
                1D60588E0D05DD3D006BFB54 /* Sources */,
                1D60588F0D05DD3D006BFB54 /* Frameworks */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = "___PROJECTNAME___";
            productName = "___PROJECTNAME___";
            productReference = 1D6058910D05DD3D006BFB54 /* ___PROJECTNAME___.app */;
            productType = "com.apple.product-type.application";
        };
/* End PBXNativeTarget section */
 
/* Begin PBXProject section */
        29B97313FDCFA39411CA2CEA /* Project object */ = {
            isa = PBXProject;
            buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "___PROJECTNAME___" */;
            compatibilityVersion = "Xcode 3.1";
            developmentRegion = English;
            hasScannedForEncodings = 1;
            knownRegions = (
                English,
                Japanese,
                French,
                German,
            );
            mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
            projectDirPath = "";
            projectRoot = "";
            targets = (
                1D6058900D05DD3D006BFB54 /* ___PROJECTNAME___ */,
            );
        };
/* End PBXProject section */
 
/* Begin PBXResourcesBuildPhase section */
        1D60588D0D05DD3D006BFB54 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                FD77A07D0E26BD8C00F39101 /* Icon.png in Resources */,
                FD77A07F0E26BDA900F39101 /* Default.png in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXResourcesBuildPhase section */
 
/* Begin PBXSourcesBuildPhase section */
        1D60588E0D05DD3D006BFB54 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                FD77A09D0E26BDE500F39101 /* main.c in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXSourcesBuildPhase section */
 
/* Begin XCBuildConfiguration section */
        1D6058940D05DD3E006BFB54 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                COPY_PHASE_STRIP = NO;
                GCC_DYNAMIC_NO_PIC = NO;
                GCC_OPTIMIZATION_LEVEL = 0;
                GCC_PRECOMPILE_PREFIX_HEADER = YES;
                GCC_PREFIX_HEADER = "";
                INFOPLIST_FILE = Info.plist;
                LIBRARY_SEARCH_PATHS = (
                    "$(inherited)",
                    "\"$(SRCROOT)/SDL/lib\"",
                );
                PRODUCT_NAME = "___PROJECTNAME___";
            };
            name = Debug;
        };
        1D6058950D05DD3E006BFB54 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                COPY_PHASE_STRIP = YES;
                GCC_PRECOMPILE_PREFIX_HEADER = YES;
                GCC_PREFIX_HEADER = "";
                INFOPLIST_FILE = Info.plist;
                LIBRARY_SEARCH_PATHS = (
                    "$(inherited)",
                    "\"$(SRCROOT)/SDL/lib\"",
                );
                PRODUCT_NAME = "___PROJECTNAME___";
            };
            name = Release;
        };
        C01FCF4F08A954540054247B /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ARCHS = "$(ARCHS_STANDARD_32_BIT)";
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                GCC_C_LANGUAGE_STANDARD = c99;
                GCC_WARN_ABOUT_RETURN_TYPE = YES;
                GCC_WARN_UNUSED_VARIABLE = YES;
                ONLY_ACTIVE_ARCH = YES;
                OTHER_CFLAGS = "";
                PREBINDING = NO;
                SDKROOT = iphoneos;
            };
            name = Debug;
        };
        C01FCF5008A954540054247B /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ARCHS = "$(ARCHS_STANDARD_32_BIT)";
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                GCC_C_LANGUAGE_STANDARD = c99;
                GCC_WARN_ABOUT_RETURN_TYPE = YES;
                GCC_WARN_UNUSED_VARIABLE = YES;
                OTHER_CFLAGS = "";
                PREBINDING = NO;
                SDKROOT = iphoneos;
            };
            name = Release;
        };
/* End XCBuildConfiguration section */
 
/* Begin XCConfigurationList section */
        1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "___PROJECTNAME___" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                1D6058940D05DD3E006BFB54 /* Debug */,
                1D6058950D05DD3E006BFB54 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        C01FCF4E08A954540054247B /* Build configuration list for PBXProject "___PROJECTNAME___" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                C01FCF4F08A954540054247B /* Debug */,
                C01FCF5008A954540054247B /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
/* End XCConfigurationList section */
    };
    rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
}