project.pbxproj 53 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1D3623EC0D0F72F000981E51 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };
  10. 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  11. 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  12. FA8B4BA31967070A00F8EB7C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8B4BA21967070A00F8EB7C /* CoreMotion.framework */; };
  13. FA8B4BA41967071300F8EB7C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8B4BA21967070A00F8EB7C /* CoreMotion.framework */; };
  14. FA8B4BA51967071A00F8EB7C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8B4BA21967070A00F8EB7C /* CoreMotion.framework */; };
  15. FA8B4BA61967072100F8EB7C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8B4BA21967070A00F8EB7C /* CoreMotion.framework */; };
  16. FA8B4BA71967072800F8EB7C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8B4BA21967070A00F8EB7C /* CoreMotion.framework */; };
  17. FA8B4BA81967073400F8EB7C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8B4BA21967070A00F8EB7C /* CoreMotion.framework */; };
  18. FA8B4BA91967073D00F8EB7C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8B4BA21967070A00F8EB7C /* CoreMotion.framework */; };
  19. FAE0E96A1BAF96A00098DFA4 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE0E9691BAF96A00098DFA4 /* GameController.framework */; };
  20. FAE0E96C1BAF96A90098DFA4 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE0E9691BAF96A00098DFA4 /* GameController.framework */; };
  21. FAE0E96D1BAF96AF0098DFA4 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE0E9691BAF96A00098DFA4 /* GameController.framework */; };
  22. FAE0E96E1BAF96B10098DFA4 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE0E9691BAF96A00098DFA4 /* GameController.framework */; };
  23. FAE0E96F1BAF96B50098DFA4 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE0E9691BAF96A00098DFA4 /* GameController.framework */; };
  24. FAE0E9701BAF96B80098DFA4 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE0E9691BAF96A00098DFA4 /* GameController.framework */; };
  25. FAE0E9711BAF96BB0098DFA4 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE0E9691BAF96A00098DFA4 /* GameController.framework */; };
  26. FD15FD690E086911003BDF25 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  27. FD15FD6A0E086911003BDF25 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  28. FD15FD6B0E086911003BDF25 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };
  29. FD15FD6C0E086911003BDF25 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */; };
  30. FD15FD6D0E086911003BDF25 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */; };
  31. FD1B48DD0E313255007AB34E /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1B489E0E313154007AB34E /* libSDL2.a */; };
  32. FD1B49980E313261007AB34E /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1B489E0E313154007AB34E /* libSDL2.a */; };
  33. FD1B499C0E313269007AB34E /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1B489E0E313154007AB34E /* libSDL2.a */; };
  34. FD1B499E0E31326C007AB34E /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1B489E0E313154007AB34E /* libSDL2.a */; };
  35. FD1B49A00E313270007AB34E /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1B489E0E313154007AB34E /* libSDL2.a */; };
  36. FD1B49A20E313273007AB34E /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1B489E0E313154007AB34E /* libSDL2.a */; };
  37. FD5F9CE80E0E0741008E885B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  38. FD5F9CE90E0E0741008E885B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  39. FD5F9CEA0E0E0741008E885B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };
  40. FD5F9CEB0E0E0741008E885B /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */; };
  41. FD5F9CEC0E0E0741008E885B /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */; };
  42. FD77A00E0E26BC0500F39101 /* happy.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0080E26BC0500F39101 /* happy.c */; };
  43. FD77A0130E26BC0500F39101 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0060E26BC0500F39101 /* common.c */; };
  44. FD77A0160E26BC0500F39101 /* rectangles.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A00A0E26BC0500F39101 /* rectangles.c */; };
  45. FD77A0190E26BC0500F39101 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0060E26BC0500F39101 /* common.c */; };
  46. FD77A01F0E26BC0500F39101 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0060E26BC0500F39101 /* common.c */; };
  47. FD77A0230E26BC0500F39101 /* touch.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A00B0E26BC0500F39101 /* touch.c */; };
  48. FD77A0250E26BC0500F39101 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0060E26BC0500F39101 /* common.c */; };
  49. FD77A0270E26BC0500F39101 /* mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0090E26BC0500F39101 /* mixer.c */; };
  50. FD77A02A0E26BC2700F39101 /* accelerometer.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0050E26BC0500F39101 /* accelerometer.c */; };
  51. FD787AA10E22A5CC003E8E36 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD787AA00E22A5CC003E8E36 /* Default.png */; };
  52. FD787AA20E22A5CC003E8E36 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD787AA00E22A5CC003E8E36 /* Default.png */; };
  53. FD787AA30E22A5CC003E8E36 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD787AA00E22A5CC003E8E36 /* Default.png */; };
  54. FD787AA40E22A5CC003E8E36 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD787AA00E22A5CC003E8E36 /* Default.png */; };
  55. FD787AA50E22A5CC003E8E36 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD787AA00E22A5CC003E8E36 /* Default.png */; };
  56. FD925B190E0F276600E92347 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD925B180E0F276600E92347 /* Icon.png */; };
  57. FD925B1A0E0F276600E92347 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD925B180E0F276600E92347 /* Icon.png */; };
  58. FD925B1B0E0F276600E92347 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD925B180E0F276600E92347 /* Icon.png */; };
  59. FDB651D00E43D1AD00F688B5 /* icon.bmp in Resources */ = {isa = PBXBuildFile; fileRef = FDB651CC0E43D19800F688B5 /* icon.bmp */; };
  60. FDB651D10E43D1B300F688B5 /* ship.bmp in Resources */ = {isa = PBXBuildFile; fileRef = FDB651CD0E43D19800F688B5 /* ship.bmp */; };
  61. FDB651D20E43D1B500F688B5 /* space.bmp in Resources */ = {isa = PBXBuildFile; fileRef = FDB651CE0E43D19800F688B5 /* space.bmp */; };
  62. FDB651D30E43D1BA00F688B5 /* stroke.bmp in Resources */ = {isa = PBXBuildFile; fileRef = FDB651CF0E43D19800F688B5 /* stroke.bmp */; };
  63. FDB651D40E43D1C500F688B5 /* ds_brush_snare.wav in Resources */ = {isa = PBXBuildFile; fileRef = FDB651C80E43D19800F688B5 /* ds_brush_snare.wav */; };
  64. FDB651D50E43D1C500F688B5 /* ds_china.wav in Resources */ = {isa = PBXBuildFile; fileRef = FDB651C90E43D19800F688B5 /* ds_china.wav */; };
  65. FDB651D60E43D1C500F688B5 /* ds_kick_big_amb.wav in Resources */ = {isa = PBXBuildFile; fileRef = FDB651CA0E43D19800F688B5 /* ds_kick_big_amb.wav */; };
  66. FDB651D70E43D1C500F688B5 /* ds_loose_skin_mute.wav in Resources */ = {isa = PBXBuildFile; fileRef = FDB651CB0E43D19800F688B5 /* ds_loose_skin_mute.wav */; };
  67. FDB651D80E43D1D800F688B5 /* stroke.bmp in Resources */ = {isa = PBXBuildFile; fileRef = FDB651CF0E43D19800F688B5 /* stroke.bmp */; };
  68. FDB651F90E43D1F300F688B5 /* stroke.bmp in Resources */ = {isa = PBXBuildFile; fileRef = FDB651CF0E43D19800F688B5 /* stroke.bmp */; };
  69. FDB651FA0E43D1F300F688B5 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD925B180E0F276600E92347 /* Icon.png */; };
  70. FDB651FB0E43D1F300F688B5 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD787AA00E22A5CC003E8E36 /* Default.png */; };
  71. FDB651FD0E43D1F300F688B5 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0060E26BC0500F39101 /* common.c */; };
  72. FDB652000E43D1F300F688B5 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1B489E0E313154007AB34E /* libSDL2.a */; };
  73. FDB652020E43D1F300F688B5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  74. FDB652030E43D1F300F688B5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  75. FDB652040E43D1F300F688B5 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };
  76. FDB652050E43D1F300F688B5 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */; };
  77. FDB652060E43D1F300F688B5 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */; };
  78. FDB652070E43D1F300F688B5 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */; };
  79. FDB652080E43D1F300F688B5 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D7220E12D31800247964 /* AudioToolbox.framework */; };
  80. FDB652120E43D21A00F688B5 /* keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = FDB652110E43D21A00F688B5 /* keyboard.c */; };
  81. FDB652C70E43E25900F688B5 /* kromasky_16x16.bmp in Resources */ = {isa = PBXBuildFile; fileRef = FDB652C60E43E25900F688B5 /* kromasky_16x16.bmp */; };
  82. FDB96ED40DEFC9C700FAF19F /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */; };
  83. FDB96EE00DEFC9DC00FAF19F /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */; };
  84. FDC202E10E107B1200ABAC90 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD925B180E0F276600E92347 /* Icon.png */; };
  85. FDC202E60E107B1200ABAC90 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  86. FDC202E70E107B1200ABAC90 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  87. FDC202E80E107B1200ABAC90 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };
  88. FDC202E90E107B1200ABAC90 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */; };
  89. FDC202EA0E107B1200ABAC90 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */; };
  90. FDC214870E26D78A00DDED23 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0060E26BC0500F39101 /* common.c */; };
  91. FDC52EC80E2843D6008D768C /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD925B180E0F276600E92347 /* Icon.png */; };
  92. FDC52EC90E2843D6008D768C /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD787AA00E22A5CC003E8E36 /* Default.png */; };
  93. FDC52ECF0E2843D6008D768C /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0060E26BC0500F39101 /* common.c */; };
  94. FDC52ED40E2843D6008D768C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  95. FDC52ED50E2843D6008D768C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  96. FDC52ED60E2843D6008D768C /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };
  97. FDC52ED70E2843D6008D768C /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */; };
  98. FDC52ED80E2843D6008D768C /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */; };
  99. FDC52ED90E2843D6008D768C /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */; };
  100. FDC52EDA0E2843D6008D768C /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D7220E12D31800247964 /* AudioToolbox.framework */; };
  101. FDC52EE50E284410008D768C /* fireworks.c in Sources */ = {isa = PBXBuildFile; fileRef = FDC52EE40E284410008D768C /* fireworks.c */; };
  102. FDF0D6960E12D05400247964 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD925B180E0F276600E92347 /* Icon.png */; };
  103. FDF0D69C0E12D05400247964 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  104. FDF0D69D0E12D05400247964 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  105. FDF0D69E0E12D05400247964 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };
  106. FDF0D69F0E12D05400247964 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */; };
  107. FDF0D6A00E12D05400247964 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */; };
  108. FDF0D71E0E12D2AB00247964 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */; };
  109. FDF0D7230E12D31800247964 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D7220E12D31800247964 /* AudioToolbox.framework */; };
  110. FDF0D7950E12D52900247964 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */; };
  111. FDF0D7960E12D52900247964 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D7220E12D31800247964 /* AudioToolbox.framework */; };
  112. FDF0D7A70E12D53200247964 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */; };
  113. FDF0D7A80E12D53200247964 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D7220E12D31800247964 /* AudioToolbox.framework */; };
  114. FDF0D7A90E12D53500247964 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */; };
  115. FDF0D7AA0E12D53500247964 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D7220E12D31800247964 /* AudioToolbox.framework */; };
  116. FDF0D7AB0E12D53800247964 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */; };
  117. FDF0D7AC0E12D53800247964 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D7220E12D31800247964 /* AudioToolbox.framework */; };
  118. /* End PBXBuildFile section */
  119. /* Begin PBXContainerItemProxy section */
  120. 049F3694130CD86800FF080F /* PBXContainerItemProxy */ = {
  121. isa = PBXContainerItemProxy;
  122. containerPortal = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  123. proxyType = 1;
  124. remoteGlobalIDString = FD6526620DE8FCCB002AD96B;
  125. remoteInfo = libSDL;
  126. };
  127. 049F3696130CD87600FF080F /* PBXContainerItemProxy */ = {
  128. isa = PBXContainerItemProxy;
  129. containerPortal = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  130. proxyType = 1;
  131. remoteGlobalIDString = FD6526620DE8FCCB002AD96B;
  132. remoteInfo = libSDL;
  133. };
  134. 049F3698130CD87F00FF080F /* PBXContainerItemProxy */ = {
  135. isa = PBXContainerItemProxy;
  136. containerPortal = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  137. proxyType = 1;
  138. remoteGlobalIDString = FD6526620DE8FCCB002AD96B;
  139. remoteInfo = libSDL;
  140. };
  141. 049F369A130CD88800FF080F /* PBXContainerItemProxy */ = {
  142. isa = PBXContainerItemProxy;
  143. containerPortal = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  144. proxyType = 1;
  145. remoteGlobalIDString = FD6526620DE8FCCB002AD96B;
  146. remoteInfo = libSDL;
  147. };
  148. 049F369C130CD89000FF080F /* PBXContainerItemProxy */ = {
  149. isa = PBXContainerItemProxy;
  150. containerPortal = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  151. proxyType = 1;
  152. remoteGlobalIDString = FD6526620DE8FCCB002AD96B;
  153. remoteInfo = libSDL;
  154. };
  155. 049F369E130CD89800FF080F /* PBXContainerItemProxy */ = {
  156. isa = PBXContainerItemProxy;
  157. containerPortal = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  158. proxyType = 1;
  159. remoteGlobalIDString = FD6526620DE8FCCB002AD96B;
  160. remoteInfo = libSDL;
  161. };
  162. 049F36A0130CD8A000FF080F /* PBXContainerItemProxy */ = {
  163. isa = PBXContainerItemProxy;
  164. containerPortal = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  165. proxyType = 1;
  166. remoteGlobalIDString = FD6526620DE8FCCB002AD96B;
  167. remoteInfo = libSDL;
  168. };
  169. FD1B489D0E313154007AB34E /* PBXContainerItemProxy */ = {
  170. isa = PBXContainerItemProxy;
  171. containerPortal = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  172. proxyType = 2;
  173. remoteGlobalIDString = FD6526630DE8FCCB002AD96B;
  174. remoteInfo = StaticLib;
  175. };
  176. /* End PBXContainerItemProxy section */
  177. /* Begin PBXFileReference section */
  178. 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  179. 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  180. 1D6058910D05DD3D006BFB54 /* Rectangles.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Rectangles.app; sourceTree = BUILT_PRODUCTS_DIR; };
  181. 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  182. 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  183. FA8B4BA21967070A00F8EB7C /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
  184. FAE0E9691BAF96A00098DFA4 /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = System/Library/Frameworks/GameController.framework; sourceTree = SDKROOT; };
  185. FD15FCB20E086866003BDF25 /* Happy.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Happy.app; sourceTree = BUILT_PRODUCTS_DIR; };
  186. FD1B48920E313154007AB34E /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL.xcodeproj; path = ../SDL/SDL.xcodeproj; sourceTree = SOURCE_ROOT; };
  187. FD5F9BE40E0DEBEA008E885B /* Accel.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Accel.app; sourceTree = BUILT_PRODUCTS_DIR; };
  188. FD77A0050E26BC0500F39101 /* accelerometer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = accelerometer.c; sourceTree = "<group>"; };
  189. FD77A0060E26BC0500F39101 /* common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = common.c; sourceTree = "<group>"; };
  190. FD77A0070E26BC0500F39101 /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
  191. FD77A0080E26BC0500F39101 /* happy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = happy.c; sourceTree = "<group>"; };
  192. FD77A0090E26BC0500F39101 /* mixer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mixer.c; sourceTree = "<group>"; };
  193. FD77A00A0E26BC0500F39101 /* rectangles.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rectangles.c; sourceTree = "<group>"; };
  194. FD77A00B0E26BC0500F39101 /* touch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = touch.c; sourceTree = "<group>"; };
  195. FD787AA00E22A5CC003E8E36 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
  196. FD925B180E0F276600E92347 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
  197. FDB651C60E43D19800F688B5 /* license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = license.txt; sourceTree = "<group>"; };
  198. FDB651C80E43D19800F688B5 /* ds_brush_snare.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = ds_brush_snare.wav; sourceTree = "<group>"; };
  199. FDB651C90E43D19800F688B5 /* ds_china.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = ds_china.wav; sourceTree = "<group>"; };
  200. FDB651CA0E43D19800F688B5 /* ds_kick_big_amb.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = ds_kick_big_amb.wav; sourceTree = "<group>"; };
  201. FDB651CB0E43D19800F688B5 /* ds_loose_skin_mute.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = ds_loose_skin_mute.wav; sourceTree = "<group>"; };
  202. FDB651CC0E43D19800F688B5 /* icon.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = icon.bmp; sourceTree = "<group>"; };
  203. FDB651CD0E43D19800F688B5 /* ship.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = ship.bmp; sourceTree = "<group>"; };
  204. FDB651CE0E43D19800F688B5 /* space.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = space.bmp; sourceTree = "<group>"; };
  205. FDB651CF0E43D19800F688B5 /* stroke.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = stroke.bmp; sourceTree = "<group>"; };
  206. FDB6520C0E43D1F300F688B5 /* Keyboard.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Keyboard.app; sourceTree = BUILT_PRODUCTS_DIR; };
  207. FDB652110E43D21A00F688B5 /* keyboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = keyboard.c; sourceTree = "<group>"; };
  208. FDB652C60E43E25900F688B5 /* kromasky_16x16.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = kromasky_16x16.bmp; sourceTree = "<group>"; };
  209. FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
  210. FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  211. FDC202EE0E107B1200ABAC90 /* Touch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Touch.app; sourceTree = BUILT_PRODUCTS_DIR; };
  212. FDC52EDE0E2843D6008D768C /* Fireworks.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Fireworks.app; sourceTree = BUILT_PRODUCTS_DIR; };
  213. FDC52EE40E284410008D768C /* fireworks.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fireworks.c; sourceTree = "<group>"; };
  214. FDF0D6A40E12D05400247964 /* Mixer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Mixer.app; sourceTree = BUILT_PRODUCTS_DIR; };
  215. FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
  216. FDF0D7220E12D31800247964 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
  217. /* End PBXFileReference section */
  218. /* Begin PBXFrameworksBuildPhase section */
  219. 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
  220. isa = PBXFrameworksBuildPhase;
  221. buildActionMask = 2147483647;
  222. files = (
  223. FD1B48DD0E313255007AB34E /* libSDL2.a in Frameworks */,
  224. FAE0E96A1BAF96A00098DFA4 /* GameController.framework in Frameworks */,
  225. FA8B4BA31967070A00F8EB7C /* CoreMotion.framework in Frameworks */,
  226. FDF0D7AB0E12D53800247964 /* CoreAudio.framework in Frameworks */,
  227. FDF0D7AC0E12D53800247964 /* AudioToolbox.framework in Frameworks */,
  228. 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
  229. 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
  230. 1D3623EC0D0F72F000981E51 /* CoreGraphics.framework in Frameworks */,
  231. FDB96ED40DEFC9C700FAF19F /* OpenGLES.framework in Frameworks */,
  232. FDB96EE00DEFC9DC00FAF19F /* QuartzCore.framework in Frameworks */,
  233. );
  234. runOnlyForDeploymentPostprocessing = 0;
  235. };
  236. FD15FCB00E086866003BDF25 /* Frameworks */ = {
  237. isa = PBXFrameworksBuildPhase;
  238. buildActionMask = 2147483647;
  239. files = (
  240. FD1B49980E313261007AB34E /* libSDL2.a in Frameworks */,
  241. FAE0E96C1BAF96A90098DFA4 /* GameController.framework in Frameworks */,
  242. FA8B4BA41967071300F8EB7C /* CoreMotion.framework in Frameworks */,
  243. FDF0D7A90E12D53500247964 /* CoreAudio.framework in Frameworks */,
  244. FDF0D7AA0E12D53500247964 /* AudioToolbox.framework in Frameworks */,
  245. FD15FD690E086911003BDF25 /* Foundation.framework in Frameworks */,
  246. FD15FD6A0E086911003BDF25 /* UIKit.framework in Frameworks */,
  247. FD15FD6B0E086911003BDF25 /* CoreGraphics.framework in Frameworks */,
  248. FD15FD6C0E086911003BDF25 /* OpenGLES.framework in Frameworks */,
  249. FD15FD6D0E086911003BDF25 /* QuartzCore.framework in Frameworks */,
  250. );
  251. runOnlyForDeploymentPostprocessing = 0;
  252. };
  253. FD5F9BE20E0DEBEA008E885B /* Frameworks */ = {
  254. isa = PBXFrameworksBuildPhase;
  255. buildActionMask = 2147483647;
  256. files = (
  257. FD1B499C0E313269007AB34E /* libSDL2.a in Frameworks */,
  258. FAE0E96D1BAF96AF0098DFA4 /* GameController.framework in Frameworks */,
  259. FA8B4BA51967071A00F8EB7C /* CoreMotion.framework in Frameworks */,
  260. FDF0D7A70E12D53200247964 /* CoreAudio.framework in Frameworks */,
  261. FDF0D7A80E12D53200247964 /* AudioToolbox.framework in Frameworks */,
  262. FD5F9CEB0E0E0741008E885B /* OpenGLES.framework in Frameworks */,
  263. FD5F9CEC0E0E0741008E885B /* QuartzCore.framework in Frameworks */,
  264. FD5F9CE80E0E0741008E885B /* Foundation.framework in Frameworks */,
  265. FD5F9CE90E0E0741008E885B /* UIKit.framework in Frameworks */,
  266. FD5F9CEA0E0E0741008E885B /* CoreGraphics.framework in Frameworks */,
  267. );
  268. runOnlyForDeploymentPostprocessing = 0;
  269. };
  270. FDB651FF0E43D1F300F688B5 /* Frameworks */ = {
  271. isa = PBXFrameworksBuildPhase;
  272. buildActionMask = 2147483647;
  273. files = (
  274. FDB652000E43D1F300F688B5 /* libSDL2.a in Frameworks */,
  275. FAE0E9711BAF96BB0098DFA4 /* GameController.framework in Frameworks */,
  276. FA8B4BA91967073D00F8EB7C /* CoreMotion.framework in Frameworks */,
  277. FDB652020E43D1F300F688B5 /* Foundation.framework in Frameworks */,
  278. FDB652030E43D1F300F688B5 /* UIKit.framework in Frameworks */,
  279. FDB652040E43D1F300F688B5 /* CoreGraphics.framework in Frameworks */,
  280. FDB652050E43D1F300F688B5 /* OpenGLES.framework in Frameworks */,
  281. FDB652060E43D1F300F688B5 /* QuartzCore.framework in Frameworks */,
  282. FDB652070E43D1F300F688B5 /* CoreAudio.framework in Frameworks */,
  283. FDB652080E43D1F300F688B5 /* AudioToolbox.framework in Frameworks */,
  284. );
  285. runOnlyForDeploymentPostprocessing = 0;
  286. };
  287. FDC202E40E107B1200ABAC90 /* Frameworks */ = {
  288. isa = PBXFrameworksBuildPhase;
  289. buildActionMask = 2147483647;
  290. files = (
  291. FD1B499E0E31326C007AB34E /* libSDL2.a in Frameworks */,
  292. FAE0E96E1BAF96B10098DFA4 /* GameController.framework in Frameworks */,
  293. FA8B4BA61967072100F8EB7C /* CoreMotion.framework in Frameworks */,
  294. FDF0D7950E12D52900247964 /* CoreAudio.framework in Frameworks */,
  295. FDF0D7960E12D52900247964 /* AudioToolbox.framework in Frameworks */,
  296. FDC202E60E107B1200ABAC90 /* Foundation.framework in Frameworks */,
  297. FDC202E70E107B1200ABAC90 /* UIKit.framework in Frameworks */,
  298. FDC202E80E107B1200ABAC90 /* CoreGraphics.framework in Frameworks */,
  299. FDC202E90E107B1200ABAC90 /* OpenGLES.framework in Frameworks */,
  300. FDC202EA0E107B1200ABAC90 /* QuartzCore.framework in Frameworks */,
  301. );
  302. runOnlyForDeploymentPostprocessing = 0;
  303. };
  304. FDC52ED10E2843D6008D768C /* Frameworks */ = {
  305. isa = PBXFrameworksBuildPhase;
  306. buildActionMask = 2147483647;
  307. files = (
  308. FD1B49A20E313273007AB34E /* libSDL2.a in Frameworks */,
  309. FAE0E9701BAF96B80098DFA4 /* GameController.framework in Frameworks */,
  310. FA8B4BA81967073400F8EB7C /* CoreMotion.framework in Frameworks */,
  311. FDC52ED40E2843D6008D768C /* Foundation.framework in Frameworks */,
  312. FDC52ED50E2843D6008D768C /* UIKit.framework in Frameworks */,
  313. FDC52ED60E2843D6008D768C /* CoreGraphics.framework in Frameworks */,
  314. FDC52ED70E2843D6008D768C /* OpenGLES.framework in Frameworks */,
  315. FDC52ED80E2843D6008D768C /* QuartzCore.framework in Frameworks */,
  316. FDC52ED90E2843D6008D768C /* CoreAudio.framework in Frameworks */,
  317. FDC52EDA0E2843D6008D768C /* AudioToolbox.framework in Frameworks */,
  318. );
  319. runOnlyForDeploymentPostprocessing = 0;
  320. };
  321. FDF0D69A0E12D05400247964 /* Frameworks */ = {
  322. isa = PBXFrameworksBuildPhase;
  323. buildActionMask = 2147483647;
  324. files = (
  325. FD1B49A00E313270007AB34E /* libSDL2.a in Frameworks */,
  326. FAE0E96F1BAF96B50098DFA4 /* GameController.framework in Frameworks */,
  327. FA8B4BA71967072800F8EB7C /* CoreMotion.framework in Frameworks */,
  328. FDF0D69C0E12D05400247964 /* Foundation.framework in Frameworks */,
  329. FDF0D69D0E12D05400247964 /* UIKit.framework in Frameworks */,
  330. FDF0D69E0E12D05400247964 /* CoreGraphics.framework in Frameworks */,
  331. FDF0D69F0E12D05400247964 /* OpenGLES.framework in Frameworks */,
  332. FDF0D6A00E12D05400247964 /* QuartzCore.framework in Frameworks */,
  333. FDF0D71E0E12D2AB00247964 /* CoreAudio.framework in Frameworks */,
  334. FDF0D7230E12D31800247964 /* AudioToolbox.framework in Frameworks */,
  335. );
  336. runOnlyForDeploymentPostprocessing = 0;
  337. };
  338. /* End PBXFrameworksBuildPhase section */
  339. /* Begin PBXGroup section */
  340. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  341. isa = PBXGroup;
  342. children = (
  343. 1D6058910D05DD3D006BFB54 /* Rectangles.app */,
  344. FD15FCB20E086866003BDF25 /* Happy.app */,
  345. FD5F9BE40E0DEBEA008E885B /* Accel.app */,
  346. FDC202EE0E107B1200ABAC90 /* Touch.app */,
  347. FDF0D6A40E12D05400247964 /* Mixer.app */,
  348. FDC52EDE0E2843D6008D768C /* Fireworks.app */,
  349. FDB6520C0E43D1F300F688B5 /* Keyboard.app */,
  350. );
  351. name = Products;
  352. sourceTree = "<group>";
  353. };
  354. 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
  355. isa = PBXGroup;
  356. children = (
  357. FD1B48920E313154007AB34E /* SDL.xcodeproj */,
  358. FD77A0040E26BC0500F39101 /* src */,
  359. 29B97317FDCFA39411CA2CEA /* Resources */,
  360. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  361. 19C28FACFE9D520D11CA2CBB /* Products */,
  362. );
  363. name = CustomTemplate;
  364. sourceTree = "<group>";
  365. };
  366. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  367. isa = PBXGroup;
  368. children = (
  369. FDB651C30E43D19800F688B5 /* data */,
  370. FD787AA00E22A5CC003E8E36 /* Default.png */,
  371. FD925B180E0F276600E92347 /* Icon.png */,
  372. 8D1107310486CEB800E47090 /* Info.plist */,
  373. );
  374. name = Resources;
  375. sourceTree = "<group>";
  376. };
  377. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  378. isa = PBXGroup;
  379. children = (
  380. FAE0E9691BAF96A00098DFA4 /* GameController.framework */,
  381. FA8B4BA21967070A00F8EB7C /* CoreMotion.framework */,
  382. FDF0D7220E12D31800247964 /* AudioToolbox.framework */,
  383. FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */,
  384. FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */,
  385. 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */,
  386. 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
  387. 1D30AB110D05D00D00671497 /* Foundation.framework */,
  388. FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */,
  389. );
  390. name = Frameworks;
  391. sourceTree = "<group>";
  392. };
  393. FD1B48930E313154007AB34E /* Products */ = {
  394. isa = PBXGroup;
  395. children = (
  396. FD1B489E0E313154007AB34E /* libSDL2.a */,
  397. );
  398. name = Products;
  399. sourceTree = "<group>";
  400. };
  401. FD77A0040E26BC0500F39101 /* src */ = {
  402. isa = PBXGroup;
  403. children = (
  404. FD77A0060E26BC0500F39101 /* common.c */,
  405. FD77A0070E26BC0500F39101 /* common.h */,
  406. FD77A00A0E26BC0500F39101 /* rectangles.c */,
  407. FD77A0080E26BC0500F39101 /* happy.c */,
  408. FD77A0050E26BC0500F39101 /* accelerometer.c */,
  409. FD77A00B0E26BC0500F39101 /* touch.c */,
  410. FD77A0090E26BC0500F39101 /* mixer.c */,
  411. FDB652110E43D21A00F688B5 /* keyboard.c */,
  412. FDC52EE40E284410008D768C /* fireworks.c */,
  413. );
  414. path = src;
  415. sourceTree = "<group>";
  416. };
  417. FDB651C30E43D19800F688B5 /* data */ = {
  418. isa = PBXGroup;
  419. children = (
  420. FDB651C40E43D19800F688B5 /* bitmapfont */,
  421. FDB651C70E43D19800F688B5 /* drums */,
  422. FDB651CC0E43D19800F688B5 /* icon.bmp */,
  423. FDB651CD0E43D19800F688B5 /* ship.bmp */,
  424. FDB651CE0E43D19800F688B5 /* space.bmp */,
  425. FDB651CF0E43D19800F688B5 /* stroke.bmp */,
  426. );
  427. path = data;
  428. sourceTree = "<group>";
  429. };
  430. FDB651C40E43D19800F688B5 /* bitmapfont */ = {
  431. isa = PBXGroup;
  432. children = (
  433. FDB652C60E43E25900F688B5 /* kromasky_16x16.bmp */,
  434. FDB651C60E43D19800F688B5 /* license.txt */,
  435. );
  436. path = bitmapfont;
  437. sourceTree = "<group>";
  438. };
  439. FDB651C70E43D19800F688B5 /* drums */ = {
  440. isa = PBXGroup;
  441. children = (
  442. FDB651C80E43D19800F688B5 /* ds_brush_snare.wav */,
  443. FDB651C90E43D19800F688B5 /* ds_china.wav */,
  444. FDB651CA0E43D19800F688B5 /* ds_kick_big_amb.wav */,
  445. FDB651CB0E43D19800F688B5 /* ds_loose_skin_mute.wav */,
  446. );
  447. path = drums;
  448. sourceTree = "<group>";
  449. };
  450. /* End PBXGroup section */
  451. /* Begin PBXNativeTarget section */
  452. 1D6058900D05DD3D006BFB54 /* Rectangles */ = {
  453. isa = PBXNativeTarget;
  454. buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Rectangles" */;
  455. buildPhases = (
  456. 1D60588D0D05DD3D006BFB54 /* Resources */,
  457. 1D60588E0D05DD3D006BFB54 /* Sources */,
  458. 1D60588F0D05DD3D006BFB54 /* Frameworks */,
  459. );
  460. buildRules = (
  461. );
  462. dependencies = (
  463. 049F3695130CD86800FF080F /* PBXTargetDependency */,
  464. );
  465. name = Rectangles;
  466. productName = SDLiPodTest;
  467. productReference = 1D6058910D05DD3D006BFB54 /* Rectangles.app */;
  468. productType = "com.apple.product-type.application";
  469. };
  470. FD15FCB10E086866003BDF25 /* Happy */ = {
  471. isa = PBXNativeTarget;
  472. buildConfigurationList = FD15FCB70E086867003BDF25 /* Build configuration list for PBXNativeTarget "Happy" */;
  473. buildPhases = (
  474. FD15FCAE0E086866003BDF25 /* Resources */,
  475. FD15FCAF0E086866003BDF25 /* Sources */,
  476. FD15FCB00E086866003BDF25 /* Frameworks */,
  477. );
  478. buildRules = (
  479. );
  480. dependencies = (
  481. 049F3697130CD87600FF080F /* PBXTargetDependency */,
  482. );
  483. name = Happy;
  484. productName = BMPTest;
  485. productReference = FD15FCB20E086866003BDF25 /* Happy.app */;
  486. productType = "com.apple.product-type.application";
  487. };
  488. FD5F9BE30E0DEBEA008E885B /* Accel */ = {
  489. isa = PBXNativeTarget;
  490. buildConfigurationList = FD5F9BE90E0DEBEB008E885B /* Build configuration list for PBXNativeTarget "Accel" */;
  491. buildPhases = (
  492. FD5F9BE00E0DEBEA008E885B /* Resources */,
  493. FD5F9BE10E0DEBEA008E885B /* Sources */,
  494. FD5F9BE20E0DEBEA008E885B /* Frameworks */,
  495. );
  496. buildRules = (
  497. );
  498. dependencies = (
  499. 049F3699130CD87F00FF080F /* PBXTargetDependency */,
  500. );
  501. name = Accel;
  502. productName = Accelerometer;
  503. productReference = FD5F9BE40E0DEBEA008E885B /* Accel.app */;
  504. productType = "com.apple.product-type.application";
  505. };
  506. FDB651F70E43D1F300F688B5 /* Keyboard */ = {
  507. isa = PBXNativeTarget;
  508. buildConfigurationList = FDB652090E43D1F300F688B5 /* Build configuration list for PBXNativeTarget "Keyboard" */;
  509. buildPhases = (
  510. FDB651F80E43D1F300F688B5 /* Resources */,
  511. FDB651FC0E43D1F300F688B5 /* Sources */,
  512. FDB651FF0E43D1F300F688B5 /* Frameworks */,
  513. );
  514. buildRules = (
  515. );
  516. dependencies = (
  517. 049F36A1130CD8A000FF080F /* PBXTargetDependency */,
  518. );
  519. name = Keyboard;
  520. productName = Accelerometer;
  521. productReference = FDB6520C0E43D1F300F688B5 /* Keyboard.app */;
  522. productType = "com.apple.product-type.application";
  523. };
  524. FDC202DD0E107B1200ABAC90 /* Touch */ = {
  525. isa = PBXNativeTarget;
  526. buildConfigurationList = FDC202EB0E107B1200ABAC90 /* Build configuration list for PBXNativeTarget "Touch" */;
  527. buildPhases = (
  528. FDC202DE0E107B1200ABAC90 /* Resources */,
  529. FDC202E20E107B1200ABAC90 /* Sources */,
  530. FDC202E40E107B1200ABAC90 /* Frameworks */,
  531. );
  532. buildRules = (
  533. );
  534. dependencies = (
  535. 049F369B130CD88800FF080F /* PBXTargetDependency */,
  536. );
  537. name = Touch;
  538. productName = Accelerometer;
  539. productReference = FDC202EE0E107B1200ABAC90 /* Touch.app */;
  540. productType = "com.apple.product-type.application";
  541. };
  542. FDC52EC60E2843D6008D768C /* Fireworks */ = {
  543. isa = PBXNativeTarget;
  544. buildConfigurationList = FDC52EDB0E2843D6008D768C /* Build configuration list for PBXNativeTarget "Fireworks" */;
  545. buildPhases = (
  546. FDC52EC70E2843D6008D768C /* Resources */,
  547. FDC52ECE0E2843D6008D768C /* Sources */,
  548. FDC52ED10E2843D6008D768C /* Frameworks */,
  549. );
  550. buildRules = (
  551. );
  552. dependencies = (
  553. 049F369F130CD89800FF080F /* PBXTargetDependency */,
  554. );
  555. name = Fireworks;
  556. productName = Accelerometer;
  557. productReference = FDC52EDE0E2843D6008D768C /* Fireworks.app */;
  558. productType = "com.apple.product-type.application";
  559. };
  560. FDF0D6920E12D05400247964 /* Mixer */ = {
  561. isa = PBXNativeTarget;
  562. buildConfigurationList = FDF0D6A10E12D05400247964 /* Build configuration list for PBXNativeTarget "Mixer" */;
  563. buildPhases = (
  564. FDF0D6930E12D05400247964 /* Resources */,
  565. FDF0D6980E12D05400247964 /* Sources */,
  566. FDF0D69A0E12D05400247964 /* Frameworks */,
  567. );
  568. buildRules = (
  569. );
  570. dependencies = (
  571. 049F369D130CD89000FF080F /* PBXTargetDependency */,
  572. );
  573. name = Mixer;
  574. productName = Accelerometer;
  575. productReference = FDF0D6A40E12D05400247964 /* Mixer.app */;
  576. productType = "com.apple.product-type.application";
  577. };
  578. /* End PBXNativeTarget section */
  579. /* Begin PBXProject section */
  580. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  581. isa = PBXProject;
  582. attributes = {
  583. LastUpgradeCheck = 0630;
  584. };
  585. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Demos" */;
  586. compatibilityVersion = "Xcode 3.2";
  587. developmentRegion = English;
  588. hasScannedForEncodings = 1;
  589. knownRegions = (
  590. English,
  591. Japanese,
  592. French,
  593. German,
  594. );
  595. mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
  596. projectDirPath = "";
  597. projectReferences = (
  598. {
  599. ProductGroup = FD1B48930E313154007AB34E /* Products */;
  600. ProjectRef = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  601. },
  602. );
  603. projectRoot = "";
  604. targets = (
  605. 1D6058900D05DD3D006BFB54 /* Rectangles */,
  606. FD15FCB10E086866003BDF25 /* Happy */,
  607. FD5F9BE30E0DEBEA008E885B /* Accel */,
  608. FDC202DD0E107B1200ABAC90 /* Touch */,
  609. FDF0D6920E12D05400247964 /* Mixer */,
  610. FDC52EC60E2843D6008D768C /* Fireworks */,
  611. FDB651F70E43D1F300F688B5 /* Keyboard */,
  612. );
  613. };
  614. /* End PBXProject section */
  615. /* Begin PBXReferenceProxy section */
  616. FD1B489E0E313154007AB34E /* libSDL2.a */ = {
  617. isa = PBXReferenceProxy;
  618. fileType = archive.ar;
  619. path = libSDL2.a;
  620. remoteRef = FD1B489D0E313154007AB34E /* PBXContainerItemProxy */;
  621. sourceTree = BUILT_PRODUCTS_DIR;
  622. };
  623. /* End PBXReferenceProxy section */
  624. /* Begin PBXResourcesBuildPhase section */
  625. 1D60588D0D05DD3D006BFB54 /* Resources */ = {
  626. isa = PBXResourcesBuildPhase;
  627. buildActionMask = 2147483647;
  628. files = (
  629. FD925B1B0E0F276600E92347 /* Icon.png in Resources */,
  630. FD787AA20E22A5CC003E8E36 /* Default.png in Resources */,
  631. );
  632. runOnlyForDeploymentPostprocessing = 0;
  633. };
  634. FD15FCAE0E086866003BDF25 /* Resources */ = {
  635. isa = PBXResourcesBuildPhase;
  636. buildActionMask = 2147483647;
  637. files = (
  638. FDB651D00E43D1AD00F688B5 /* icon.bmp in Resources */,
  639. FD925B1A0E0F276600E92347 /* Icon.png in Resources */,
  640. FD787AA10E22A5CC003E8E36 /* Default.png in Resources */,
  641. );
  642. runOnlyForDeploymentPostprocessing = 0;
  643. };
  644. FD5F9BE00E0DEBEA008E885B /* Resources */ = {
  645. isa = PBXResourcesBuildPhase;
  646. buildActionMask = 2147483647;
  647. files = (
  648. FDB651D20E43D1B500F688B5 /* space.bmp in Resources */,
  649. FDB651D10E43D1B300F688B5 /* ship.bmp in Resources */,
  650. FD925B190E0F276600E92347 /* Icon.png in Resources */,
  651. FD787AA30E22A5CC003E8E36 /* Default.png in Resources */,
  652. );
  653. runOnlyForDeploymentPostprocessing = 0;
  654. };
  655. FDB651F80E43D1F300F688B5 /* Resources */ = {
  656. isa = PBXResourcesBuildPhase;
  657. buildActionMask = 2147483647;
  658. files = (
  659. FDB651F90E43D1F300F688B5 /* stroke.bmp in Resources */,
  660. FDB651FA0E43D1F300F688B5 /* Icon.png in Resources */,
  661. FDB651FB0E43D1F300F688B5 /* Default.png in Resources */,
  662. FDB652C70E43E25900F688B5 /* kromasky_16x16.bmp in Resources */,
  663. );
  664. runOnlyForDeploymentPostprocessing = 0;
  665. };
  666. FDC202DE0E107B1200ABAC90 /* Resources */ = {
  667. isa = PBXResourcesBuildPhase;
  668. buildActionMask = 2147483647;
  669. files = (
  670. FDB651D30E43D1BA00F688B5 /* stroke.bmp in Resources */,
  671. FDC202E10E107B1200ABAC90 /* Icon.png in Resources */,
  672. FD787AA40E22A5CC003E8E36 /* Default.png in Resources */,
  673. );
  674. runOnlyForDeploymentPostprocessing = 0;
  675. };
  676. FDC52EC70E2843D6008D768C /* Resources */ = {
  677. isa = PBXResourcesBuildPhase;
  678. buildActionMask = 2147483647;
  679. files = (
  680. FDB651D80E43D1D800F688B5 /* stroke.bmp in Resources */,
  681. FDC52EC80E2843D6008D768C /* Icon.png in Resources */,
  682. FDC52EC90E2843D6008D768C /* Default.png in Resources */,
  683. );
  684. runOnlyForDeploymentPostprocessing = 0;
  685. };
  686. FDF0D6930E12D05400247964 /* Resources */ = {
  687. isa = PBXResourcesBuildPhase;
  688. buildActionMask = 2147483647;
  689. files = (
  690. FDB651D40E43D1C500F688B5 /* ds_brush_snare.wav in Resources */,
  691. FDB651D50E43D1C500F688B5 /* ds_china.wav in Resources */,
  692. FDB651D60E43D1C500F688B5 /* ds_kick_big_amb.wav in Resources */,
  693. FDB651D70E43D1C500F688B5 /* ds_loose_skin_mute.wav in Resources */,
  694. FDF0D6960E12D05400247964 /* Icon.png in Resources */,
  695. FD787AA50E22A5CC003E8E36 /* Default.png in Resources */,
  696. );
  697. runOnlyForDeploymentPostprocessing = 0;
  698. };
  699. /* End PBXResourcesBuildPhase section */
  700. /* Begin PBXSourcesBuildPhase section */
  701. 1D60588E0D05DD3D006BFB54 /* Sources */ = {
  702. isa = PBXSourcesBuildPhase;
  703. buildActionMask = 2147483647;
  704. files = (
  705. FD77A0130E26BC0500F39101 /* common.c in Sources */,
  706. FD77A0160E26BC0500F39101 /* rectangles.c in Sources */,
  707. );
  708. runOnlyForDeploymentPostprocessing = 0;
  709. };
  710. FD15FCAF0E086866003BDF25 /* Sources */ = {
  711. isa = PBXSourcesBuildPhase;
  712. buildActionMask = 2147483647;
  713. files = (
  714. FDC214870E26D78A00DDED23 /* common.c in Sources */,
  715. FD77A00E0E26BC0500F39101 /* happy.c in Sources */,
  716. );
  717. runOnlyForDeploymentPostprocessing = 0;
  718. };
  719. FD5F9BE10E0DEBEA008E885B /* Sources */ = {
  720. isa = PBXSourcesBuildPhase;
  721. buildActionMask = 2147483647;
  722. files = (
  723. FD77A0190E26BC0500F39101 /* common.c in Sources */,
  724. FD77A02A0E26BC2700F39101 /* accelerometer.c in Sources */,
  725. );
  726. runOnlyForDeploymentPostprocessing = 0;
  727. };
  728. FDB651FC0E43D1F300F688B5 /* Sources */ = {
  729. isa = PBXSourcesBuildPhase;
  730. buildActionMask = 2147483647;
  731. files = (
  732. FDB651FD0E43D1F300F688B5 /* common.c in Sources */,
  733. FDB652120E43D21A00F688B5 /* keyboard.c in Sources */,
  734. );
  735. runOnlyForDeploymentPostprocessing = 0;
  736. };
  737. FDC202E20E107B1200ABAC90 /* Sources */ = {
  738. isa = PBXSourcesBuildPhase;
  739. buildActionMask = 2147483647;
  740. files = (
  741. FD77A01F0E26BC0500F39101 /* common.c in Sources */,
  742. FD77A0230E26BC0500F39101 /* touch.c in Sources */,
  743. );
  744. runOnlyForDeploymentPostprocessing = 0;
  745. };
  746. FDC52ECE0E2843D6008D768C /* Sources */ = {
  747. isa = PBXSourcesBuildPhase;
  748. buildActionMask = 2147483647;
  749. files = (
  750. FDC52ECF0E2843D6008D768C /* common.c in Sources */,
  751. FDC52EE50E284410008D768C /* fireworks.c in Sources */,
  752. );
  753. runOnlyForDeploymentPostprocessing = 0;
  754. };
  755. FDF0D6980E12D05400247964 /* Sources */ = {
  756. isa = PBXSourcesBuildPhase;
  757. buildActionMask = 2147483647;
  758. files = (
  759. FD77A0250E26BC0500F39101 /* common.c in Sources */,
  760. FD77A0270E26BC0500F39101 /* mixer.c in Sources */,
  761. );
  762. runOnlyForDeploymentPostprocessing = 0;
  763. };
  764. /* End PBXSourcesBuildPhase section */
  765. /* Begin PBXTargetDependency section */
  766. 049F3695130CD86800FF080F /* PBXTargetDependency */ = {
  767. isa = PBXTargetDependency;
  768. name = libSDL;
  769. targetProxy = 049F3694130CD86800FF080F /* PBXContainerItemProxy */;
  770. };
  771. 049F3697130CD87600FF080F /* PBXTargetDependency */ = {
  772. isa = PBXTargetDependency;
  773. name = libSDL;
  774. targetProxy = 049F3696130CD87600FF080F /* PBXContainerItemProxy */;
  775. };
  776. 049F3699130CD87F00FF080F /* PBXTargetDependency */ = {
  777. isa = PBXTargetDependency;
  778. name = libSDL;
  779. targetProxy = 049F3698130CD87F00FF080F /* PBXContainerItemProxy */;
  780. };
  781. 049F369B130CD88800FF080F /* PBXTargetDependency */ = {
  782. isa = PBXTargetDependency;
  783. name = libSDL;
  784. targetProxy = 049F369A130CD88800FF080F /* PBXContainerItemProxy */;
  785. };
  786. 049F369D130CD89000FF080F /* PBXTargetDependency */ = {
  787. isa = PBXTargetDependency;
  788. name = libSDL;
  789. targetProxy = 049F369C130CD89000FF080F /* PBXContainerItemProxy */;
  790. };
  791. 049F369F130CD89800FF080F /* PBXTargetDependency */ = {
  792. isa = PBXTargetDependency;
  793. name = libSDL;
  794. targetProxy = 049F369E130CD89800FF080F /* PBXContainerItemProxy */;
  795. };
  796. 049F36A1130CD8A000FF080F /* PBXTargetDependency */ = {
  797. isa = PBXTargetDependency;
  798. name = libSDL;
  799. targetProxy = 049F36A0130CD8A000FF080F /* PBXContainerItemProxy */;
  800. };
  801. /* End PBXTargetDependency section */
  802. /* Begin XCBuildConfiguration section */
  803. 1D6058940D05DD3E006BFB54 /* Debug */ = {
  804. isa = XCBuildConfiguration;
  805. buildSettings = {
  806. INFOPLIST_FILE = Info.plist;
  807. PRODUCT_NAME = Rectangles;
  808. };
  809. name = Debug;
  810. };
  811. 1D6058950D05DD3E006BFB54 /* Release */ = {
  812. isa = XCBuildConfiguration;
  813. buildSettings = {
  814. INFOPLIST_FILE = Info.plist;
  815. PRODUCT_NAME = Rectangles;
  816. };
  817. name = Release;
  818. };
  819. C01FCF4F08A954540054247B /* Debug */ = {
  820. isa = XCBuildConfiguration;
  821. buildSettings = {
  822. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  823. GCC_OPTIMIZATION_LEVEL = 0;
  824. HEADER_SEARCH_PATHS = ../../include;
  825. ONLY_ACTIVE_ARCH = YES;
  826. PRELINK_LIBS = "";
  827. SDKROOT = iphoneos;
  828. TARGETED_DEVICE_FAMILY = "1,2";
  829. };
  830. name = Debug;
  831. };
  832. C01FCF5008A954540054247B /* Release */ = {
  833. isa = XCBuildConfiguration;
  834. buildSettings = {
  835. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  836. HEADER_SEARCH_PATHS = ../../include;
  837. PRELINK_LIBS = "";
  838. SDKROOT = iphoneos;
  839. TARGETED_DEVICE_FAMILY = "1,2";
  840. };
  841. name = Release;
  842. };
  843. FD15FCB50E086866003BDF25 /* Debug */ = {
  844. isa = XCBuildConfiguration;
  845. buildSettings = {
  846. GCC_DYNAMIC_NO_PIC = NO;
  847. INFOPLIST_FILE = Info.plist;
  848. PRODUCT_NAME = Happy;
  849. SDKROOT = iphoneos;
  850. };
  851. name = Debug;
  852. };
  853. FD15FCB60E086866003BDF25 /* Release */ = {
  854. isa = XCBuildConfiguration;
  855. buildSettings = {
  856. INFOPLIST_FILE = Info.plist;
  857. PRODUCT_NAME = Happy;
  858. SDKROOT = iphoneos;
  859. };
  860. name = Release;
  861. };
  862. FD5F9BE70E0DEBEB008E885B /* Debug */ = {
  863. isa = XCBuildConfiguration;
  864. buildSettings = {
  865. INFOPLIST_FILE = Info.plist;
  866. PRODUCT_NAME = Accel;
  867. SDKROOT = iphoneos;
  868. };
  869. name = Debug;
  870. };
  871. FD5F9BE80E0DEBEB008E885B /* Release */ = {
  872. isa = XCBuildConfiguration;
  873. buildSettings = {
  874. INFOPLIST_FILE = Info.plist;
  875. PRODUCT_NAME = Accel;
  876. SDKROOT = iphoneos;
  877. };
  878. name = Release;
  879. };
  880. FDB6520A0E43D1F300F688B5 /* Debug */ = {
  881. isa = XCBuildConfiguration;
  882. buildSettings = {
  883. INFOPLIST_FILE = Info.plist;
  884. PRODUCT_NAME = Keyboard;
  885. SDKROOT = iphoneos;
  886. };
  887. name = Debug;
  888. };
  889. FDB6520B0E43D1F300F688B5 /* Release */ = {
  890. isa = XCBuildConfiguration;
  891. buildSettings = {
  892. INFOPLIST_FILE = Info.plist;
  893. PRODUCT_NAME = Keyboard;
  894. SDKROOT = iphoneos;
  895. };
  896. name = Release;
  897. };
  898. FDC202EC0E107B1200ABAC90 /* Debug */ = {
  899. isa = XCBuildConfiguration;
  900. buildSettings = {
  901. INFOPLIST_FILE = Info.plist;
  902. PRODUCT_NAME = Touch;
  903. SDKROOT = iphoneos;
  904. };
  905. name = Debug;
  906. };
  907. FDC202ED0E107B1200ABAC90 /* Release */ = {
  908. isa = XCBuildConfiguration;
  909. buildSettings = {
  910. INFOPLIST_FILE = Info.plist;
  911. PRODUCT_NAME = Touch;
  912. SDKROOT = iphoneos;
  913. };
  914. name = Release;
  915. };
  916. FDC52EDC0E2843D6008D768C /* Debug */ = {
  917. isa = XCBuildConfiguration;
  918. buildSettings = {
  919. INFOPLIST_FILE = Info.plist;
  920. PRODUCT_NAME = Fireworks;
  921. SDKROOT = iphoneos;
  922. };
  923. name = Debug;
  924. };
  925. FDC52EDD0E2843D6008D768C /* Release */ = {
  926. isa = XCBuildConfiguration;
  927. buildSettings = {
  928. INFOPLIST_FILE = Info.plist;
  929. PRODUCT_NAME = Fireworks;
  930. SDKROOT = iphoneos;
  931. };
  932. name = Release;
  933. };
  934. FDF0D6A20E12D05400247964 /* Debug */ = {
  935. isa = XCBuildConfiguration;
  936. buildSettings = {
  937. INFOPLIST_FILE = Info.plist;
  938. PRODUCT_NAME = Mixer;
  939. SDKROOT = iphoneos;
  940. };
  941. name = Debug;
  942. };
  943. FDF0D6A30E12D05400247964 /* Release */ = {
  944. isa = XCBuildConfiguration;
  945. buildSettings = {
  946. INFOPLIST_FILE = Info.plist;
  947. PRODUCT_NAME = Mixer;
  948. SDKROOT = iphoneos;
  949. };
  950. name = Release;
  951. };
  952. /* End XCBuildConfiguration section */
  953. /* Begin XCConfigurationList section */
  954. 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Rectangles" */ = {
  955. isa = XCConfigurationList;
  956. buildConfigurations = (
  957. 1D6058940D05DD3E006BFB54 /* Debug */,
  958. 1D6058950D05DD3E006BFB54 /* Release */,
  959. );
  960. defaultConfigurationIsVisible = 0;
  961. defaultConfigurationName = Release;
  962. };
  963. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Demos" */ = {
  964. isa = XCConfigurationList;
  965. buildConfigurations = (
  966. C01FCF4F08A954540054247B /* Debug */,
  967. C01FCF5008A954540054247B /* Release */,
  968. );
  969. defaultConfigurationIsVisible = 0;
  970. defaultConfigurationName = Release;
  971. };
  972. FD15FCB70E086867003BDF25 /* Build configuration list for PBXNativeTarget "Happy" */ = {
  973. isa = XCConfigurationList;
  974. buildConfigurations = (
  975. FD15FCB50E086866003BDF25 /* Debug */,
  976. FD15FCB60E086866003BDF25 /* Release */,
  977. );
  978. defaultConfigurationIsVisible = 0;
  979. defaultConfigurationName = Release;
  980. };
  981. FD5F9BE90E0DEBEB008E885B /* Build configuration list for PBXNativeTarget "Accel" */ = {
  982. isa = XCConfigurationList;
  983. buildConfigurations = (
  984. FD5F9BE70E0DEBEB008E885B /* Debug */,
  985. FD5F9BE80E0DEBEB008E885B /* Release */,
  986. );
  987. defaultConfigurationIsVisible = 0;
  988. defaultConfigurationName = Release;
  989. };
  990. FDB652090E43D1F300F688B5 /* Build configuration list for PBXNativeTarget "Keyboard" */ = {
  991. isa = XCConfigurationList;
  992. buildConfigurations = (
  993. FDB6520A0E43D1F300F688B5 /* Debug */,
  994. FDB6520B0E43D1F300F688B5 /* Release */,
  995. );
  996. defaultConfigurationIsVisible = 0;
  997. defaultConfigurationName = Release;
  998. };
  999. FDC202EB0E107B1200ABAC90 /* Build configuration list for PBXNativeTarget "Touch" */ = {
  1000. isa = XCConfigurationList;
  1001. buildConfigurations = (
  1002. FDC202EC0E107B1200ABAC90 /* Debug */,
  1003. FDC202ED0E107B1200ABAC90 /* Release */,
  1004. );
  1005. defaultConfigurationIsVisible = 0;
  1006. defaultConfigurationName = Release;
  1007. };
  1008. FDC52EDB0E2843D6008D768C /* Build configuration list for PBXNativeTarget "Fireworks" */ = {
  1009. isa = XCConfigurationList;
  1010. buildConfigurations = (
  1011. FDC52EDC0E2843D6008D768C /* Debug */,
  1012. FDC52EDD0E2843D6008D768C /* Release */,
  1013. );
  1014. defaultConfigurationIsVisible = 0;
  1015. defaultConfigurationName = Release;
  1016. };
  1017. FDF0D6A10E12D05400247964 /* Build configuration list for PBXNativeTarget "Mixer" */ = {
  1018. isa = XCConfigurationList;
  1019. buildConfigurations = (
  1020. FDF0D6A20E12D05400247964 /* Debug */,
  1021. FDF0D6A30E12D05400247964 /* Release */,
  1022. );
  1023. defaultConfigurationIsVisible = 0;
  1024. defaultConfigurationName = Release;
  1025. };
  1026. /* End XCConfigurationList section */
  1027. };
  1028. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  1029. }