Mercurial > sdl-ios-xcode
comparison Xcode-iPhoneOS/Template/SDL iOS Application/___PROJECTNAME___.xcodeproj/project.pbxproj @ 5078:067973aec4d8
iOS Xcode project template fixes/changes.
- Embedded headers
- Embedded Universal Device/Simulator libSDL.a
- Changed search paths.
- Removed cruft from copy resources.
author | Eric Wing <ewing . public |-at-| gmail . com> |
---|---|
date | Mon, 31 Jan 2011 07:36:12 -0800 |
parents | 37b582b8bb07 |
children |
comparison
equal
deleted
inserted
replaced
5077:37b582b8bb07 | 5078:067973aec4d8 |
---|---|
5 }; | 5 }; |
6 objectVersion = 45; | 6 objectVersion = 45; |
7 objects = { | 7 objects = { |
8 | 8 |
9 /* Begin PBXBuildFile section */ | 9 /* Begin PBXBuildFile section */ |
10 0097E2D912F70C4E00724AC5 /* libSDL.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0097E2D512F70C4D00724AC5 /* libSDL.a */; }; | |
10 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; }; | 11 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; }; |
11 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; }; | 12 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; }; |
12 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; }; | 13 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; }; |
13 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; }; | 14 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; }; |
14 FD779ED20E26B9B000F39101 /* libSDLSimulator.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD779ED00E26B9B000F39101 /* libSDLSimulator.a */; }; | |
15 FD779ED30E26B9B000F39101 /* libSDLiPhoneOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD779ED10E26B9B000F39101 /* libSDLiPhoneOS.a */; }; | |
16 FD779EDE0E26BA1200F39101 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD779EDD0E26BA1200F39101 /* CoreAudio.framework */; }; | 15 FD779EDE0E26BA1200F39101 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD779EDD0E26BA1200F39101 /* CoreAudio.framework */; }; |
17 FD77A07D0E26BD8C00F39101 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD77A07C0E26BD8C00F39101 /* Icon.png */; }; | 16 FD77A07D0E26BD8C00F39101 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD77A07C0E26BD8C00F39101 /* Icon.png */; }; |
18 FD77A07F0E26BDA900F39101 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD77A07E0E26BDA900F39101 /* Default.png */; }; | 17 FD77A07F0E26BDA900F39101 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD77A07E0E26BDA900F39101 /* Default.png */; }; |
19 FD77A0850E26BDB800F39101 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD77A0840E26BDB800F39101 /* AudioToolbox.framework */; }; | 18 FD77A0850E26BDB800F39101 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD77A0840E26BDB800F39101 /* AudioToolbox.framework */; }; |
20 FD77A09D0E26BDE500F39101 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A09C0E26BDE500F39101 /* main.c */; }; | 19 FD77A09D0E26BDE500F39101 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A09C0E26BDE500F39101 /* main.c */; }; |
21 FDB8BFC60E5A0F6A00980157 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB8BFC50E5A0F6A00980157 /* CoreGraphics.framework */; }; | 20 FDB8BFC60E5A0F6A00980157 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB8BFC50E5A0F6A00980157 /* CoreGraphics.framework */; }; |
22 /* End PBXBuildFile section */ | 21 /* End PBXBuildFile section */ |
23 | 22 |
24 /* Begin PBXFileReference section */ | 23 /* Begin PBXFileReference section */ |
24 0097E29A12F70C4D00724AC5 /* begin_code.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = begin_code.h; sourceTree = "<group>"; }; | |
25 0097E29B12F70C4D00724AC5 /* close_code.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = close_code.h; sourceTree = "<group>"; }; | |
26 0097E29C12F70C4D00724AC5 /* doxyfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = doxyfile; sourceTree = "<group>"; }; | |
27 0097E29D12F70C4D00724AC5 /* SDL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL.h; sourceTree = "<group>"; }; | |
28 0097E29E12F70C4D00724AC5 /* SDL_assert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_assert.h; sourceTree = "<group>"; }; | |
29 0097E29F12F70C4D00724AC5 /* SDL_atomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_atomic.h; sourceTree = "<group>"; }; | |
30 0097E2A012F70C4D00724AC5 /* SDL_audio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_audio.h; sourceTree = "<group>"; }; | |
31 0097E2A112F70C4D00724AC5 /* SDL_blendmode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blendmode.h; sourceTree = "<group>"; }; | |
32 0097E2A212F70C4D00724AC5 /* SDL_clipboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_clipboard.h; sourceTree = "<group>"; }; | |
33 0097E2A312F70C4D00724AC5 /* SDL_compat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_compat.h; sourceTree = "<group>"; }; | |
34 0097E2A412F70C4D00724AC5 /* SDL_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config.h; sourceTree = "<group>"; }; | |
35 0097E2A512F70C4D00724AC5 /* SDL_config.h.default */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SDL_config.h.default; sourceTree = "<group>"; }; | |
36 0097E2A612F70C4D00724AC5 /* SDL_config.h.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SDL_config.h.in; sourceTree = "<group>"; }; | |
37 0097E2A712F70C4D00724AC5 /* SDL_config_android.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_android.h; sourceTree = "<group>"; }; | |
38 0097E2A812F70C4D00724AC5 /* SDL_config_iphoneos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_iphoneos.h; sourceTree = "<group>"; }; | |
39 0097E2A912F70C4D00724AC5 /* SDL_config_macosx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_macosx.h; sourceTree = "<group>"; }; | |
40 0097E2AA12F70C4D00724AC5 /* SDL_config_minimal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_minimal.h; sourceTree = "<group>"; }; | |
41 0097E2AB12F70C4D00724AC5 /* SDL_config_nintendods.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_nintendods.h; sourceTree = "<group>"; }; | |
42 0097E2AC12F70C4D00724AC5 /* SDL_config_pandora.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_pandora.h; sourceTree = "<group>"; }; | |
43 0097E2AD12F70C4D00724AC5 /* SDL_config_windows.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_windows.h; sourceTree = "<group>"; }; | |
44 0097E2AE12F70C4D00724AC5 /* SDL_config_wiz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_config_wiz.h; sourceTree = "<group>"; }; | |
45 0097E2AF12F70C4D00724AC5 /* SDL_copying.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_copying.h; sourceTree = "<group>"; }; | |
46 0097E2B012F70C4D00724AC5 /* SDL_cpuinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cpuinfo.h; sourceTree = "<group>"; }; | |
47 0097E2B112F70C4D00724AC5 /* SDL_endian.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_endian.h; sourceTree = "<group>"; }; | |
48 0097E2B212F70C4D00724AC5 /* SDL_error.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_error.h; sourceTree = "<group>"; }; | |
49 0097E2B312F70C4D00724AC5 /* SDL_events.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_events.h; sourceTree = "<group>"; }; | |
50 0097E2B412F70C4D00724AC5 /* SDL_gesture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_gesture.h; sourceTree = "<group>"; }; | |
51 0097E2B512F70C4D00724AC5 /* SDL_haptic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_haptic.h; sourceTree = "<group>"; }; | |
52 0097E2B612F70C4D00724AC5 /* SDL_input.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_input.h; sourceTree = "<group>"; }; | |
53 0097E2B712F70C4D00724AC5 /* SDL_joystick.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_joystick.h; sourceTree = "<group>"; }; | |
54 0097E2B812F70C4D00724AC5 /* SDL_keyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_keyboard.h; sourceTree = "<group>"; }; | |
55 0097E2B912F70C4D00724AC5 /* SDL_keysym.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_keysym.h; sourceTree = "<group>"; }; | |
56 0097E2BA12F70C4D00724AC5 /* SDL_loadso.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_loadso.h; sourceTree = "<group>"; }; | |
57 0097E2BB12F70C4D00724AC5 /* SDL_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_main.h; sourceTree = "<group>"; }; | |
58 0097E2BC12F70C4D00724AC5 /* SDL_mouse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_mouse.h; sourceTree = "<group>"; }; | |
59 0097E2BD12F70C4D00724AC5 /* SDL_mutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_mutex.h; sourceTree = "<group>"; }; | |
60 0097E2BE12F70C4D00724AC5 /* SDL_name.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_name.h; sourceTree = "<group>"; }; | |
61 0097E2BF12F70C4D00724AC5 /* SDL_opengl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_opengl.h; sourceTree = "<group>"; }; | |
62 0097E2C012F70C4D00724AC5 /* SDL_opengles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_opengles.h; sourceTree = "<group>"; }; | |
63 0097E2C112F70C4D00724AC5 /* SDL_pixels.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_pixels.h; sourceTree = "<group>"; }; | |
64 0097E2C212F70C4D00724AC5 /* SDL_platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_platform.h; sourceTree = "<group>"; }; | |
65 0097E2C312F70C4D00724AC5 /* SDL_power.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_power.h; sourceTree = "<group>"; }; | |
66 0097E2C412F70C4D00724AC5 /* SDL_quit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_quit.h; sourceTree = "<group>"; }; | |
67 0097E2C512F70C4D00724AC5 /* SDL_rect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_rect.h; sourceTree = "<group>"; }; | |
68 0097E2C612F70C4D00724AC5 /* SDL_revision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_revision.h; sourceTree = "<group>"; }; | |
69 0097E2C712F70C4D00724AC5 /* SDL_rwops.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_rwops.h; sourceTree = "<group>"; }; | |
70 0097E2C812F70C4D00724AC5 /* SDL_scalemode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_scalemode.h; sourceTree = "<group>"; }; | |
71 0097E2C912F70C4D00724AC5 /* SDL_scancode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_scancode.h; sourceTree = "<group>"; }; | |
72 0097E2CA12F70C4D00724AC5 /* SDL_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_shape.h; sourceTree = "<group>"; }; | |
73 0097E2CB12F70C4D00724AC5 /* SDL_stdinc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_stdinc.h; sourceTree = "<group>"; }; | |
74 0097E2CC12F70C4D00724AC5 /* SDL_surface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_surface.h; sourceTree = "<group>"; }; | |
75 0097E2CD12F70C4D00724AC5 /* SDL_syswm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_syswm.h; sourceTree = "<group>"; }; | |
76 0097E2CE12F70C4D00724AC5 /* SDL_thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_thread.h; sourceTree = "<group>"; }; | |
77 0097E2CF12F70C4D00724AC5 /* SDL_timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_timer.h; sourceTree = "<group>"; }; | |
78 0097E2D012F70C4D00724AC5 /* SDL_touch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_touch.h; sourceTree = "<group>"; }; | |
79 0097E2D112F70C4D00724AC5 /* SDL_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_types.h; sourceTree = "<group>"; }; | |
80 0097E2D212F70C4D00724AC5 /* SDL_version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_version.h; sourceTree = "<group>"; }; | |
81 0097E2D312F70C4D00724AC5 /* SDL_video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_video.h; sourceTree = "<group>"; }; | |
82 0097E2D512F70C4D00724AC5 /* libSDL.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libSDL.a; sourceTree = "<group>"; }; | |
25 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; | 83 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
26 1D6058910D05DD3D006BFB54 /* ___PROJECTNAME___.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "___PROJECTNAME___.app"; sourceTree = BUILT_PRODUCTS_DIR; }; | 84 1D6058910D05DD3D006BFB54 /* ___PROJECTNAME___.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "___PROJECTNAME___.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
27 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; | 85 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
28 28FD14FF0DC6FC520079059D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; | 86 28FD14FF0DC6FC520079059D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; |
29 28FD15070DC6FC5B0079059D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; | 87 28FD15070DC6FC5B0079059D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; |
30 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 88 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
31 FD779ED00E26B9B000F39101 /* libSDLSimulator.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSDLSimulator.a; path = lib/libSDLSimulator.a; sourceTree = "<group>"; }; | |
32 FD779ED10E26B9B000F39101 /* libSDLiPhoneOS.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSDLiPhoneOS.a; path = lib/libSDLiPhoneOS.a; sourceTree = "<group>"; }; | |
33 FD779EDD0E26BA1200F39101 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; | 89 FD779EDD0E26BA1200F39101 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; |
34 FD77A07C0E26BD8C00F39101 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; }; | 90 FD77A07C0E26BD8C00F39101 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; }; |
35 FD77A07E0E26BDA900F39101 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; }; | 91 FD77A07E0E26BDA900F39101 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; }; |
36 FD77A0840E26BDB800F39101 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; | 92 FD77A0840E26BDB800F39101 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; |
37 FD77A09C0E26BDE500F39101 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; }; | 93 FD77A09C0E26BDE500F39101 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; }; |
41 /* Begin PBXFrameworksBuildPhase section */ | 97 /* Begin PBXFrameworksBuildPhase section */ |
42 1D60588F0D05DD3D006BFB54 /* Frameworks */ = { | 98 1D60588F0D05DD3D006BFB54 /* Frameworks */ = { |
43 isa = PBXFrameworksBuildPhase; | 99 isa = PBXFrameworksBuildPhase; |
44 buildActionMask = 2147483647; | 100 buildActionMask = 2147483647; |
45 files = ( | 101 files = ( |
46 FD779ED20E26B9B000F39101 /* libSDLSimulator.a in Frameworks */, | |
47 FD779ED30E26B9B000F39101 /* libSDLiPhoneOS.a in Frameworks */, | |
48 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */, | 102 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */, |
49 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */, | 103 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */, |
50 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */, | 104 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */, |
51 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */, | 105 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */, |
52 FD779EDE0E26BA1200F39101 /* CoreAudio.framework in Frameworks */, | 106 FD779EDE0E26BA1200F39101 /* CoreAudio.framework in Frameworks */, |
53 FD77A0850E26BDB800F39101 /* AudioToolbox.framework in Frameworks */, | 107 FD77A0850E26BDB800F39101 /* AudioToolbox.framework in Frameworks */, |
54 FDB8BFC60E5A0F6A00980157 /* CoreGraphics.framework in Frameworks */, | 108 FDB8BFC60E5A0F6A00980157 /* CoreGraphics.framework in Frameworks */, |
109 0097E2D912F70C4E00724AC5 /* libSDL.a in Frameworks */, | |
55 ); | 110 ); |
56 runOnlyForDeploymentPostprocessing = 0; | 111 runOnlyForDeploymentPostprocessing = 0; |
57 }; | 112 }; |
58 /* End PBXFrameworksBuildPhase section */ | 113 /* End PBXFrameworksBuildPhase section */ |
59 | 114 |
60 /* Begin PBXGroup section */ | 115 /* Begin PBXGroup section */ |
116 0097E29812F70C4D00724AC5 /* SDL */ = { | |
117 isa = PBXGroup; | |
118 children = ( | |
119 0097E29912F70C4D00724AC5 /* include */, | |
120 0097E2D412F70C4D00724AC5 /* lib */, | |
121 ); | |
122 path = SDL; | |
123 sourceTree = "<group>"; | |
124 }; | |
125 0097E29912F70C4D00724AC5 /* include */ = { | |
126 isa = PBXGroup; | |
127 children = ( | |
128 0097E29A12F70C4D00724AC5 /* begin_code.h */, | |
129 0097E29B12F70C4D00724AC5 /* close_code.h */, | |
130 0097E29C12F70C4D00724AC5 /* doxyfile */, | |
131 0097E29D12F70C4D00724AC5 /* SDL.h */, | |
132 0097E29E12F70C4D00724AC5 /* SDL_assert.h */, | |
133 0097E29F12F70C4D00724AC5 /* SDL_atomic.h */, | |
134 0097E2A012F70C4D00724AC5 /* SDL_audio.h */, | |
135 0097E2A112F70C4D00724AC5 /* SDL_blendmode.h */, | |
136 0097E2A212F70C4D00724AC5 /* SDL_clipboard.h */, | |
137 0097E2A312F70C4D00724AC5 /* SDL_compat.h */, | |
138 0097E2A412F70C4D00724AC5 /* SDL_config.h */, | |
139 0097E2A512F70C4D00724AC5 /* SDL_config.h.default */, | |
140 0097E2A612F70C4D00724AC5 /* SDL_config.h.in */, | |
141 0097E2A712F70C4D00724AC5 /* SDL_config_android.h */, | |
142 0097E2A812F70C4D00724AC5 /* SDL_config_iphoneos.h */, | |
143 0097E2A912F70C4D00724AC5 /* SDL_config_macosx.h */, | |
144 0097E2AA12F70C4D00724AC5 /* SDL_config_minimal.h */, | |
145 0097E2AB12F70C4D00724AC5 /* SDL_config_nintendods.h */, | |
146 0097E2AC12F70C4D00724AC5 /* SDL_config_pandora.h */, | |
147 0097E2AD12F70C4D00724AC5 /* SDL_config_windows.h */, | |
148 0097E2AE12F70C4D00724AC5 /* SDL_config_wiz.h */, | |
149 0097E2AF12F70C4D00724AC5 /* SDL_copying.h */, | |
150 0097E2B012F70C4D00724AC5 /* SDL_cpuinfo.h */, | |
151 0097E2B112F70C4D00724AC5 /* SDL_endian.h */, | |
152 0097E2B212F70C4D00724AC5 /* SDL_error.h */, | |
153 0097E2B312F70C4D00724AC5 /* SDL_events.h */, | |
154 0097E2B412F70C4D00724AC5 /* SDL_gesture.h */, | |
155 0097E2B512F70C4D00724AC5 /* SDL_haptic.h */, | |
156 0097E2B612F70C4D00724AC5 /* SDL_input.h */, | |
157 0097E2B712F70C4D00724AC5 /* SDL_joystick.h */, | |
158 0097E2B812F70C4D00724AC5 /* SDL_keyboard.h */, | |
159 0097E2B912F70C4D00724AC5 /* SDL_keysym.h */, | |
160 0097E2BA12F70C4D00724AC5 /* SDL_loadso.h */, | |
161 0097E2BB12F70C4D00724AC5 /* SDL_main.h */, | |
162 0097E2BC12F70C4D00724AC5 /* SDL_mouse.h */, | |
163 0097E2BD12F70C4D00724AC5 /* SDL_mutex.h */, | |
164 0097E2BE12F70C4D00724AC5 /* SDL_name.h */, | |
165 0097E2BF12F70C4D00724AC5 /* SDL_opengl.h */, | |
166 0097E2C012F70C4D00724AC5 /* SDL_opengles.h */, | |
167 0097E2C112F70C4D00724AC5 /* SDL_pixels.h */, | |
168 0097E2C212F70C4D00724AC5 /* SDL_platform.h */, | |
169 0097E2C312F70C4D00724AC5 /* SDL_power.h */, | |
170 0097E2C412F70C4D00724AC5 /* SDL_quit.h */, | |
171 0097E2C512F70C4D00724AC5 /* SDL_rect.h */, | |
172 0097E2C612F70C4D00724AC5 /* SDL_revision.h */, | |
173 0097E2C712F70C4D00724AC5 /* SDL_rwops.h */, | |
174 0097E2C812F70C4D00724AC5 /* SDL_scalemode.h */, | |
175 0097E2C912F70C4D00724AC5 /* SDL_scancode.h */, | |
176 0097E2CA12F70C4D00724AC5 /* SDL_shape.h */, | |
177 0097E2CB12F70C4D00724AC5 /* SDL_stdinc.h */, | |
178 0097E2CC12F70C4D00724AC5 /* SDL_surface.h */, | |
179 0097E2CD12F70C4D00724AC5 /* SDL_syswm.h */, | |
180 0097E2CE12F70C4D00724AC5 /* SDL_thread.h */, | |
181 0097E2CF12F70C4D00724AC5 /* SDL_timer.h */, | |
182 0097E2D012F70C4D00724AC5 /* SDL_touch.h */, | |
183 0097E2D112F70C4D00724AC5 /* SDL_types.h */, | |
184 0097E2D212F70C4D00724AC5 /* SDL_version.h */, | |
185 0097E2D312F70C4D00724AC5 /* SDL_video.h */, | |
186 ); | |
187 path = include; | |
188 sourceTree = "<group>"; | |
189 }; | |
190 0097E2D412F70C4D00724AC5 /* lib */ = { | |
191 isa = PBXGroup; | |
192 children = ( | |
193 0097E2D512F70C4D00724AC5 /* libSDL.a */, | |
194 ); | |
195 path = lib; | |
196 sourceTree = "<group>"; | |
197 }; | |
61 19C28FACFE9D520D11CA2CBB /* Products */ = { | 198 19C28FACFE9D520D11CA2CBB /* Products */ = { |
62 isa = PBXGroup; | 199 isa = PBXGroup; |
63 children = ( | 200 children = ( |
64 1D6058910D05DD3D006BFB54 /* ___PROJECTNAME___.app */, | 201 1D6058910D05DD3D006BFB54 /* ___PROJECTNAME___.app */, |
65 ); | 202 ); |
69 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { | 206 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { |
70 isa = PBXGroup; | 207 isa = PBXGroup; |
71 children = ( | 208 children = ( |
72 29B97315FDCFA39411CA2CEA /* Sources */, | 209 29B97315FDCFA39411CA2CEA /* Sources */, |
73 29B97317FDCFA39411CA2CEA /* Resources */, | 210 29B97317FDCFA39411CA2CEA /* Resources */, |
74 FD779EC50E26B99E00F39101 /* Libraries */, | 211 0097E29812F70C4D00724AC5 /* SDL */, |
75 29B97323FDCFA39411CA2CEA /* Frameworks */, | 212 29B97323FDCFA39411CA2CEA /* Frameworks */, |
76 19C28FACFE9D520D11CA2CBB /* Products */, | 213 19C28FACFE9D520D11CA2CBB /* Products */, |
77 ); | 214 ); |
78 name = CustomTemplate; | 215 name = CustomTemplate; |
79 sourceTree = "<group>"; | 216 sourceTree = "<group>"; |
106 28FD14FF0DC6FC520079059D /* OpenGLES.framework */, | 243 28FD14FF0DC6FC520079059D /* OpenGLES.framework */, |
107 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */, | 244 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */, |
108 1D30AB110D05D00D00671497 /* Foundation.framework */, | 245 1D30AB110D05D00D00671497 /* Foundation.framework */, |
109 ); | 246 ); |
110 name = Frameworks; | 247 name = Frameworks; |
111 sourceTree = "<group>"; | |
112 }; | |
113 FD779EC50E26B99E00F39101 /* Libraries */ = { | |
114 isa = PBXGroup; | |
115 children = ( | |
116 FD779ED00E26B9B000F39101 /* libSDLSimulator.a */, | |
117 FD779ED10E26B9B000F39101 /* libSDLiPhoneOS.a */, | |
118 ); | |
119 name = Libraries; | |
120 sourceTree = "<group>"; | 248 sourceTree = "<group>"; |
121 }; | 249 }; |
122 /* End PBXGroup section */ | 250 /* End PBXGroup section */ |
123 | 251 |
124 /* Begin PBXNativeTarget section */ | 252 /* Begin PBXNativeTarget section */ |
144 /* Begin PBXProject section */ | 272 /* Begin PBXProject section */ |
145 29B97313FDCFA39411CA2CEA /* Project object */ = { | 273 29B97313FDCFA39411CA2CEA /* Project object */ = { |
146 isa = PBXProject; | 274 isa = PBXProject; |
147 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "___PROJECTNAME___" */; | 275 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "___PROJECTNAME___" */; |
148 compatibilityVersion = "Xcode 3.1"; | 276 compatibilityVersion = "Xcode 3.1"; |
277 developmentRegion = English; | |
149 hasScannedForEncodings = 1; | 278 hasScannedForEncodings = 1; |
279 knownRegions = ( | |
280 English, | |
281 Japanese, | |
282 French, | |
283 German, | |
284 ); | |
150 mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; | 285 mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; |
151 projectDirPath = ""; | 286 projectDirPath = ""; |
152 projectRoot = ""; | 287 projectRoot = ""; |
153 targets = ( | 288 targets = ( |
154 1D6058900D05DD3D006BFB54 /* ___PROJECTNAME___ */, | 289 1D6058900D05DD3D006BFB54 /* ___PROJECTNAME___ */, |
190 GCC_PRECOMPILE_PREFIX_HEADER = YES; | 325 GCC_PRECOMPILE_PREFIX_HEADER = YES; |
191 GCC_PREFIX_HEADER = ""; | 326 GCC_PREFIX_HEADER = ""; |
192 INFOPLIST_FILE = Info.plist; | 327 INFOPLIST_FILE = Info.plist; |
193 LIBRARY_SEARCH_PATHS = ( | 328 LIBRARY_SEARCH_PATHS = ( |
194 "$(inherited)", | 329 "$(inherited)", |
195 "\"$(SRCROOT)/lib\"", | 330 "\"$(SRCROOT)/SDL/lib\"", |
196 ); | 331 ); |
197 PRODUCT_NAME = "___PROJECTNAME___"; | 332 PRODUCT_NAME = "___PROJECTNAME___"; |
198 }; | 333 }; |
199 name = Debug; | 334 name = Debug; |
200 }; | 335 }; |
206 GCC_PRECOMPILE_PREFIX_HEADER = YES; | 341 GCC_PRECOMPILE_PREFIX_HEADER = YES; |
207 GCC_PREFIX_HEADER = ""; | 342 GCC_PREFIX_HEADER = ""; |
208 INFOPLIST_FILE = Info.plist; | 343 INFOPLIST_FILE = Info.plist; |
209 LIBRARY_SEARCH_PATHS = ( | 344 LIBRARY_SEARCH_PATHS = ( |
210 "$(inherited)", | 345 "$(inherited)", |
211 "\"$(SRCROOT)/lib\"", | 346 "\"$(SRCROOT)/SDL/lib\"", |
212 ); | 347 ); |
213 PRODUCT_NAME = "___PROJECTNAME___"; | 348 PRODUCT_NAME = "___PROJECTNAME___"; |
214 }; | 349 }; |
215 name = Release; | 350 name = Release; |
216 }; | 351 }; |
220 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | 355 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; |
221 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 356 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
222 GCC_C_LANGUAGE_STANDARD = c99; | 357 GCC_C_LANGUAGE_STANDARD = c99; |
223 GCC_WARN_ABOUT_RETURN_TYPE = YES; | 358 GCC_WARN_ABOUT_RETURN_TYPE = YES; |
224 GCC_WARN_UNUSED_VARIABLE = YES; | 359 GCC_WARN_UNUSED_VARIABLE = YES; |
225 HEADER_SEARCH_PATHS = ./include; | |
226 LIBRARY_SEARCH_PATHS = ./lib; | |
227 ONLY_ACTIVE_ARCH = YES; | 360 ONLY_ACTIVE_ARCH = YES; |
228 OTHER_CFLAGS = ""; | 361 OTHER_CFLAGS = ""; |
229 PREBINDING = NO; | 362 PREBINDING = NO; |
230 SDKROOT = iphoneos2.0; | 363 SDKROOT = iphoneos; |
231 }; | 364 }; |
232 name = Debug; | 365 name = Debug; |
233 }; | 366 }; |
234 C01FCF5008A954540054247B /* Release */ = { | 367 C01FCF5008A954540054247B /* Release */ = { |
235 isa = XCBuildConfiguration; | 368 isa = XCBuildConfiguration; |
237 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | 370 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; |
238 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 371 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
239 GCC_C_LANGUAGE_STANDARD = c99; | 372 GCC_C_LANGUAGE_STANDARD = c99; |
240 GCC_WARN_ABOUT_RETURN_TYPE = YES; | 373 GCC_WARN_ABOUT_RETURN_TYPE = YES; |
241 GCC_WARN_UNUSED_VARIABLE = YES; | 374 GCC_WARN_UNUSED_VARIABLE = YES; |
242 HEADER_SEARCH_PATHS = ./include; | |
243 LIBRARY_SEARCH_PATHS = ./lib; | |
244 OTHER_CFLAGS = ""; | 375 OTHER_CFLAGS = ""; |
245 PREBINDING = NO; | 376 PREBINDING = NO; |
246 SDKROOT = iphoneos2.0; | 377 SDKROOT = iphoneos; |
247 }; | 378 }; |
248 name = Release; | 379 name = Release; |
249 }; | 380 }; |
250 /* End XCBuildConfiguration section */ | 381 /* End XCBuildConfiguration section */ |
251 | 382 |