project.pbxproj 67 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299
  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. FA30DEB01BBF5A8F009C397F /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0060E26BC0500F39101 /* common.c */; };
  13. FA30DEB11BBF5A93009C397F /* happy.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0080E26BC0500F39101 /* happy.c */; };
  14. FA30DEB31BBF5AD7009C397F /* icon.bmp in Resources */ = {isa = PBXBuildFile; fileRef = FDB651CC0E43D19800F688B5 /* icon.bmp */; };
  15. FA30DEB41BBF5ADD009C397F /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD925B180E0F276600E92347 /* Icon.png */; };
  16. FA30DEB61BBF5AE6009C397F /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD787AA00E22A5CC003E8E36 /* Default.png */; };
  17. FA30DEB71BBF5BB8009C397F /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FA30DEAC1BBF59D9009C397F /* libSDL2.a */; };
  18. FA30DEC81BBF5C14009C397F /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE0E9691BAF96A00098DFA4 /* GameController.framework */; };
  19. FA30DEC91BBF5C14009C397F /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D7220E12D31800247964 /* AudioToolbox.framework */; };
  20. FA30DECA1BBF5C14009C397F /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */; };
  21. FA30DECB1BBF5C14009C397F /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */; };
  22. FA30DECC1BBF5C14009C397F /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };
  23. FA30DECD1BBF5C14009C397F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  24. FA30DECE1BBF5C14009C397F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  25. FA30DECF1BBF5C14009C397F /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */; };
  26. FA86C0371D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FA86C0361D9765BA009CB637 /* iOS Launch Screen.storyboard */; };
  27. FA86C0381D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FA86C0361D9765BA009CB637 /* iOS Launch Screen.storyboard */; };
  28. FA86C0391D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FA86C0361D9765BA009CB637 /* iOS Launch Screen.storyboard */; };
  29. FA86C03A1D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FA86C0361D9765BA009CB637 /* iOS Launch Screen.storyboard */; };
  30. FA86C03B1D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FA86C0361D9765BA009CB637 /* iOS Launch Screen.storyboard */; };
  31. FA86C03C1D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FA86C0361D9765BA009CB637 /* iOS Launch Screen.storyboard */; };
  32. FA86C03D1D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FA86C0361D9765BA009CB637 /* iOS Launch Screen.storyboard */; };
  33. FA8B4BA31967070A00F8EB7C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8B4BA21967070A00F8EB7C /* CoreMotion.framework */; };
  34. FA8B4BA41967071300F8EB7C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8B4BA21967070A00F8EB7C /* CoreMotion.framework */; };
  35. FA8B4BA51967071A00F8EB7C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8B4BA21967070A00F8EB7C /* CoreMotion.framework */; };
  36. FA8B4BA61967072100F8EB7C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8B4BA21967070A00F8EB7C /* CoreMotion.framework */; };
  37. FA8B4BA71967072800F8EB7C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8B4BA21967070A00F8EB7C /* CoreMotion.framework */; };
  38. FA8B4BA81967073400F8EB7C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8B4BA21967070A00F8EB7C /* CoreMotion.framework */; };
  39. FA8B4BA91967073D00F8EB7C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8B4BA21967070A00F8EB7C /* CoreMotion.framework */; };
  40. FABA34D41D8B5E5600915323 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FABA34D31D8B5E5600915323 /* AVFoundation.framework */; };
  41. FABA34D61D8B5E5A00915323 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FABA34D31D8B5E5600915323 /* AVFoundation.framework */; };
  42. FABA34D81D8B5E7700915323 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FABA34D71D8B5E7700915323 /* AVFoundation.framework */; };
  43. FABA34D91D8B5E7B00915323 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FABA34D31D8B5E5600915323 /* AVFoundation.framework */; };
  44. FABA34DA1D8B5E7F00915323 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FABA34D31D8B5E5600915323 /* AVFoundation.framework */; };
  45. FABA34DB1D8B5E8500915323 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FABA34D31D8B5E5600915323 /* AVFoundation.framework */; };
  46. FABA34DC1D8B5E8900915323 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FABA34D31D8B5E5600915323 /* AVFoundation.framework */; };
  47. FABA34DD1D8B5E8D00915323 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FABA34D31D8B5E5600915323 /* AVFoundation.framework */; };
  48. FAE0E96A1BAF96A00098DFA4 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE0E9691BAF96A00098DFA4 /* GameController.framework */; };
  49. FAE0E96C1BAF96A90098DFA4 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE0E9691BAF96A00098DFA4 /* GameController.framework */; };
  50. FAE0E96D1BAF96AF0098DFA4 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE0E9691BAF96A00098DFA4 /* GameController.framework */; };
  51. FAE0E96E1BAF96B10098DFA4 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE0E9691BAF96A00098DFA4 /* GameController.framework */; };
  52. FAE0E96F1BAF96B50098DFA4 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE0E9691BAF96A00098DFA4 /* GameController.framework */; };
  53. FAE0E9701BAF96B80098DFA4 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE0E9691BAF96A00098DFA4 /* GameController.framework */; };
  54. FAE0E9711BAF96BB0098DFA4 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE0E9691BAF96A00098DFA4 /* GameController.framework */; };
  55. FD15FD690E086911003BDF25 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  56. FD15FD6A0E086911003BDF25 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  57. FD15FD6B0E086911003BDF25 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };
  58. FD15FD6C0E086911003BDF25 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */; };
  59. FD15FD6D0E086911003BDF25 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */; };
  60. FD1B48DD0E313255007AB34E /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1B489E0E313154007AB34E /* libSDL2.a */; };
  61. FD1B49980E313261007AB34E /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1B489E0E313154007AB34E /* libSDL2.a */; };
  62. FD1B499C0E313269007AB34E /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1B489E0E313154007AB34E /* libSDL2.a */; };
  63. FD1B499E0E31326C007AB34E /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1B489E0E313154007AB34E /* libSDL2.a */; };
  64. FD1B49A00E313270007AB34E /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1B489E0E313154007AB34E /* libSDL2.a */; };
  65. FD1B49A20E313273007AB34E /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1B489E0E313154007AB34E /* libSDL2.a */; };
  66. FD5F9CE80E0E0741008E885B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  67. FD5F9CE90E0E0741008E885B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  68. FD5F9CEA0E0E0741008E885B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };
  69. FD5F9CEB0E0E0741008E885B /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */; };
  70. FD5F9CEC0E0E0741008E885B /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */; };
  71. FD77A00E0E26BC0500F39101 /* happy.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0080E26BC0500F39101 /* happy.c */; };
  72. FD77A0130E26BC0500F39101 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0060E26BC0500F39101 /* common.c */; };
  73. FD77A0160E26BC0500F39101 /* rectangles.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A00A0E26BC0500F39101 /* rectangles.c */; };
  74. FD77A0190E26BC0500F39101 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0060E26BC0500F39101 /* common.c */; };
  75. FD77A01F0E26BC0500F39101 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0060E26BC0500F39101 /* common.c */; };
  76. FD77A0230E26BC0500F39101 /* touch.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A00B0E26BC0500F39101 /* touch.c */; };
  77. FD77A0250E26BC0500F39101 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0060E26BC0500F39101 /* common.c */; };
  78. FD77A0270E26BC0500F39101 /* mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0090E26BC0500F39101 /* mixer.c */; };
  79. FD77A02A0E26BC2700F39101 /* accelerometer.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0050E26BC0500F39101 /* accelerometer.c */; };
  80. FD787AA10E22A5CC003E8E36 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD787AA00E22A5CC003E8E36 /* Default.png */; };
  81. FD787AA20E22A5CC003E8E36 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD787AA00E22A5CC003E8E36 /* Default.png */; };
  82. FD787AA30E22A5CC003E8E36 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD787AA00E22A5CC003E8E36 /* Default.png */; };
  83. FD787AA40E22A5CC003E8E36 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD787AA00E22A5CC003E8E36 /* Default.png */; };
  84. FD787AA50E22A5CC003E8E36 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD787AA00E22A5CC003E8E36 /* Default.png */; };
  85. FD925B190E0F276600E92347 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD925B180E0F276600E92347 /* Icon.png */; };
  86. FD925B1A0E0F276600E92347 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD925B180E0F276600E92347 /* Icon.png */; };
  87. FD925B1B0E0F276600E92347 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD925B180E0F276600E92347 /* Icon.png */; };
  88. FDB651D00E43D1AD00F688B5 /* icon.bmp in Resources */ = {isa = PBXBuildFile; fileRef = FDB651CC0E43D19800F688B5 /* icon.bmp */; };
  89. FDB651D10E43D1B300F688B5 /* ship.bmp in Resources */ = {isa = PBXBuildFile; fileRef = FDB651CD0E43D19800F688B5 /* ship.bmp */; };
  90. FDB651D20E43D1B500F688B5 /* space.bmp in Resources */ = {isa = PBXBuildFile; fileRef = FDB651CE0E43D19800F688B5 /* space.bmp */; };
  91. FDB651D30E43D1BA00F688B5 /* stroke.bmp in Resources */ = {isa = PBXBuildFile; fileRef = FDB651CF0E43D19800F688B5 /* stroke.bmp */; };
  92. FDB651D40E43D1C500F688B5 /* ds_brush_snare.wav in Resources */ = {isa = PBXBuildFile; fileRef = FDB651C80E43D19800F688B5 /* ds_brush_snare.wav */; };
  93. FDB651D50E43D1C500F688B5 /* ds_china.wav in Resources */ = {isa = PBXBuildFile; fileRef = FDB651C90E43D19800F688B5 /* ds_china.wav */; };
  94. FDB651D60E43D1C500F688B5 /* ds_kick_big_amb.wav in Resources */ = {isa = PBXBuildFile; fileRef = FDB651CA0E43D19800F688B5 /* ds_kick_big_amb.wav */; };
  95. FDB651D70E43D1C500F688B5 /* ds_loose_skin_mute.wav in Resources */ = {isa = PBXBuildFile; fileRef = FDB651CB0E43D19800F688B5 /* ds_loose_skin_mute.wav */; };
  96. FDB651D80E43D1D800F688B5 /* stroke.bmp in Resources */ = {isa = PBXBuildFile; fileRef = FDB651CF0E43D19800F688B5 /* stroke.bmp */; };
  97. FDB651F90E43D1F300F688B5 /* stroke.bmp in Resources */ = {isa = PBXBuildFile; fileRef = FDB651CF0E43D19800F688B5 /* stroke.bmp */; };
  98. FDB651FA0E43D1F300F688B5 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD925B180E0F276600E92347 /* Icon.png */; };
  99. FDB651FB0E43D1F300F688B5 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD787AA00E22A5CC003E8E36 /* Default.png */; };
  100. FDB651FD0E43D1F300F688B5 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0060E26BC0500F39101 /* common.c */; };
  101. FDB652000E43D1F300F688B5 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1B489E0E313154007AB34E /* libSDL2.a */; };
  102. FDB652020E43D1F300F688B5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  103. FDB652030E43D1F300F688B5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  104. FDB652040E43D1F300F688B5 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };
  105. FDB652050E43D1F300F688B5 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */; };
  106. FDB652060E43D1F300F688B5 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */; };
  107. FDB652070E43D1F300F688B5 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */; };
  108. FDB652080E43D1F300F688B5 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D7220E12D31800247964 /* AudioToolbox.framework */; };
  109. FDB652120E43D21A00F688B5 /* keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = FDB652110E43D21A00F688B5 /* keyboard.c */; };
  110. FDB652C70E43E25900F688B5 /* kromasky_16x16.bmp in Resources */ = {isa = PBXBuildFile; fileRef = FDB652C60E43E25900F688B5 /* kromasky_16x16.bmp */; };
  111. FDB96ED40DEFC9C700FAF19F /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */; };
  112. FDB96EE00DEFC9DC00FAF19F /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */; };
  113. FDC202E10E107B1200ABAC90 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD925B180E0F276600E92347 /* Icon.png */; };
  114. FDC202E60E107B1200ABAC90 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  115. FDC202E70E107B1200ABAC90 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  116. FDC202E80E107B1200ABAC90 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };
  117. FDC202E90E107B1200ABAC90 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */; };
  118. FDC202EA0E107B1200ABAC90 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */; };
  119. FDC214870E26D78A00DDED23 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0060E26BC0500F39101 /* common.c */; };
  120. FDC52EC80E2843D6008D768C /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD925B180E0F276600E92347 /* Icon.png */; };
  121. FDC52EC90E2843D6008D768C /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD787AA00E22A5CC003E8E36 /* Default.png */; };
  122. FDC52ECF0E2843D6008D768C /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A0060E26BC0500F39101 /* common.c */; };
  123. FDC52ED40E2843D6008D768C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  124. FDC52ED50E2843D6008D768C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  125. FDC52ED60E2843D6008D768C /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };
  126. FDC52ED70E2843D6008D768C /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */; };
  127. FDC52ED80E2843D6008D768C /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */; };
  128. FDC52ED90E2843D6008D768C /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */; };
  129. FDC52EDA0E2843D6008D768C /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D7220E12D31800247964 /* AudioToolbox.framework */; };
  130. FDC52EE50E284410008D768C /* fireworks.c in Sources */ = {isa = PBXBuildFile; fileRef = FDC52EE40E284410008D768C /* fireworks.c */; };
  131. FDF0D6960E12D05400247964 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD925B180E0F276600E92347 /* Icon.png */; };
  132. FDF0D69C0E12D05400247964 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  133. FDF0D69D0E12D05400247964 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  134. FDF0D69E0E12D05400247964 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };
  135. FDF0D69F0E12D05400247964 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */; };
  136. FDF0D6A00E12D05400247964 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */; };
  137. FDF0D71E0E12D2AB00247964 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */; };
  138. FDF0D7230E12D31800247964 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D7220E12D31800247964 /* AudioToolbox.framework */; };
  139. FDF0D7950E12D52900247964 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */; };
  140. FDF0D7960E12D52900247964 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D7220E12D31800247964 /* AudioToolbox.framework */; };
  141. FDF0D7A70E12D53200247964 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */; };
  142. FDF0D7A80E12D53200247964 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D7220E12D31800247964 /* AudioToolbox.framework */; };
  143. FDF0D7A90E12D53500247964 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */; };
  144. FDF0D7AA0E12D53500247964 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D7220E12D31800247964 /* AudioToolbox.framework */; };
  145. FDF0D7AB0E12D53800247964 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */; };
  146. FDF0D7AC0E12D53800247964 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDF0D7220E12D31800247964 /* AudioToolbox.framework */; };
  147. /* End PBXBuildFile section */
  148. /* Begin PBXContainerItemProxy section */
  149. 049F3694130CD86800FF080F /* PBXContainerItemProxy */ = {
  150. isa = PBXContainerItemProxy;
  151. containerPortal = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  152. proxyType = 1;
  153. remoteGlobalIDString = FD6526620DE8FCCB002AD96B;
  154. remoteInfo = libSDL;
  155. };
  156. 049F3696130CD87600FF080F /* PBXContainerItemProxy */ = {
  157. isa = PBXContainerItemProxy;
  158. containerPortal = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  159. proxyType = 1;
  160. remoteGlobalIDString = FD6526620DE8FCCB002AD96B;
  161. remoteInfo = libSDL;
  162. };
  163. 049F3698130CD87F00FF080F /* PBXContainerItemProxy */ = {
  164. isa = PBXContainerItemProxy;
  165. containerPortal = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  166. proxyType = 1;
  167. remoteGlobalIDString = FD6526620DE8FCCB002AD96B;
  168. remoteInfo = libSDL;
  169. };
  170. 049F369A130CD88800FF080F /* PBXContainerItemProxy */ = {
  171. isa = PBXContainerItemProxy;
  172. containerPortal = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  173. proxyType = 1;
  174. remoteGlobalIDString = FD6526620DE8FCCB002AD96B;
  175. remoteInfo = libSDL;
  176. };
  177. 049F369C130CD89000FF080F /* PBXContainerItemProxy */ = {
  178. isa = PBXContainerItemProxy;
  179. containerPortal = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  180. proxyType = 1;
  181. remoteGlobalIDString = FD6526620DE8FCCB002AD96B;
  182. remoteInfo = libSDL;
  183. };
  184. 049F369E130CD89800FF080F /* PBXContainerItemProxy */ = {
  185. isa = PBXContainerItemProxy;
  186. containerPortal = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  187. proxyType = 1;
  188. remoteGlobalIDString = FD6526620DE8FCCB002AD96B;
  189. remoteInfo = libSDL;
  190. };
  191. 049F36A0130CD8A000FF080F /* PBXContainerItemProxy */ = {
  192. isa = PBXContainerItemProxy;
  193. containerPortal = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  194. proxyType = 1;
  195. remoteGlobalIDString = FD6526620DE8FCCB002AD96B;
  196. remoteInfo = libSDL;
  197. };
  198. FA30DEAB1BBF59D9009C397F /* PBXContainerItemProxy */ = {
  199. isa = PBXContainerItemProxy;
  200. containerPortal = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  201. proxyType = 2;
  202. remoteGlobalIDString = FAB598141BB5C1B100BE72C5;
  203. remoteInfo = "libSDL-tv";
  204. };
  205. FA30DEAE1BBF5A69009C397F /* PBXContainerItemProxy */ = {
  206. isa = PBXContainerItemProxy;
  207. containerPortal = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  208. proxyType = 1;
  209. remoteGlobalIDString = FAB598131BB5C1B100BE72C5;
  210. remoteInfo = "libSDL-tv";
  211. };
  212. FD1B489D0E313154007AB34E /* PBXContainerItemProxy */ = {
  213. isa = PBXContainerItemProxy;
  214. containerPortal = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  215. proxyType = 2;
  216. remoteGlobalIDString = FD6526630DE8FCCB002AD96B;
  217. remoteInfo = StaticLib;
  218. };
  219. /* End PBXContainerItemProxy section */
  220. /* Begin PBXFileReference section */
  221. 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  222. 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  223. 1D6058910D05DD3D006BFB54 /* Rectangles.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Rectangles.app; sourceTree = BUILT_PRODUCTS_DIR; };
  224. 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  225. 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  226. FA30DE961BBF59D9009C397F /* Happy-TV.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Happy-TV.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  227. FA86C0361D9765BA009CB637 /* iOS Launch Screen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = "iOS Launch Screen.storyboard"; sourceTree = "<group>"; };
  228. FA8B4BA21967070A00F8EB7C /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
  229. FABA34D31D8B5E5600915323 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
  230. FABA34D71D8B5E7700915323 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; };
  231. FAE0E9691BAF96A00098DFA4 /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = System/Library/Frameworks/GameController.framework; sourceTree = SDKROOT; };
  232. FD15FCB20E086866003BDF25 /* Happy.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Happy.app; sourceTree = BUILT_PRODUCTS_DIR; };
  233. FD1B48920E313154007AB34E /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL.xcodeproj; path = ../SDL/SDL.xcodeproj; sourceTree = SOURCE_ROOT; };
  234. FD5F9BE40E0DEBEA008E885B /* Accel.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Accel.app; sourceTree = BUILT_PRODUCTS_DIR; };
  235. FD77A0050E26BC0500F39101 /* accelerometer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = accelerometer.c; sourceTree = "<group>"; };
  236. FD77A0060E26BC0500F39101 /* common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = common.c; sourceTree = "<group>"; };
  237. FD77A0070E26BC0500F39101 /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
  238. FD77A0080E26BC0500F39101 /* happy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = happy.c; sourceTree = "<group>"; };
  239. FD77A0090E26BC0500F39101 /* mixer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mixer.c; sourceTree = "<group>"; };
  240. FD77A00A0E26BC0500F39101 /* rectangles.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rectangles.c; sourceTree = "<group>"; };
  241. FD77A00B0E26BC0500F39101 /* touch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = touch.c; sourceTree = "<group>"; };
  242. FD787AA00E22A5CC003E8E36 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
  243. FD925B180E0F276600E92347 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
  244. FDB651C60E43D19800F688B5 /* license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = license.txt; sourceTree = "<group>"; };
  245. FDB651C80E43D19800F688B5 /* ds_brush_snare.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = ds_brush_snare.wav; sourceTree = "<group>"; };
  246. FDB651C90E43D19800F688B5 /* ds_china.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = ds_china.wav; sourceTree = "<group>"; };
  247. FDB651CA0E43D19800F688B5 /* ds_kick_big_amb.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = ds_kick_big_amb.wav; sourceTree = "<group>"; };
  248. FDB651CB0E43D19800F688B5 /* ds_loose_skin_mute.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = ds_loose_skin_mute.wav; sourceTree = "<group>"; };
  249. FDB651CC0E43D19800F688B5 /* icon.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = icon.bmp; sourceTree = "<group>"; };
  250. FDB651CD0E43D19800F688B5 /* ship.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = ship.bmp; sourceTree = "<group>"; };
  251. FDB651CE0E43D19800F688B5 /* space.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = space.bmp; sourceTree = "<group>"; };
  252. FDB651CF0E43D19800F688B5 /* stroke.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = stroke.bmp; sourceTree = "<group>"; };
  253. FDB6520C0E43D1F300F688B5 /* Keyboard.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Keyboard.app; sourceTree = BUILT_PRODUCTS_DIR; };
  254. FDB652110E43D21A00F688B5 /* keyboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = keyboard.c; sourceTree = "<group>"; };
  255. FDB652C60E43E25900F688B5 /* kromasky_16x16.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = kromasky_16x16.bmp; sourceTree = "<group>"; };
  256. FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
  257. FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  258. FDC202EE0E107B1200ABAC90 /* Touch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Touch.app; sourceTree = BUILT_PRODUCTS_DIR; };
  259. FDC52EDE0E2843D6008D768C /* Fireworks.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Fireworks.app; sourceTree = BUILT_PRODUCTS_DIR; };
  260. FDC52EE40E284410008D768C /* fireworks.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fireworks.c; sourceTree = "<group>"; };
  261. FDF0D6A40E12D05400247964 /* Mixer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Mixer.app; sourceTree = BUILT_PRODUCTS_DIR; };
  262. FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
  263. FDF0D7220E12D31800247964 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
  264. /* End PBXFileReference section */
  265. /* Begin PBXFrameworksBuildPhase section */
  266. 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
  267. isa = PBXFrameworksBuildPhase;
  268. buildActionMask = 2147483647;
  269. files = (
  270. FABA34D41D8B5E5600915323 /* AVFoundation.framework in Frameworks */,
  271. FD1B48DD0E313255007AB34E /* libSDL2.a in Frameworks */,
  272. FAE0E96A1BAF96A00098DFA4 /* GameController.framework in Frameworks */,
  273. FA8B4BA31967070A00F8EB7C /* CoreMotion.framework in Frameworks */,
  274. FDF0D7AB0E12D53800247964 /* CoreAudio.framework in Frameworks */,
  275. FDF0D7AC0E12D53800247964 /* AudioToolbox.framework in Frameworks */,
  276. 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
  277. 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
  278. 1D3623EC0D0F72F000981E51 /* CoreGraphics.framework in Frameworks */,
  279. FDB96ED40DEFC9C700FAF19F /* OpenGLES.framework in Frameworks */,
  280. FDB96EE00DEFC9DC00FAF19F /* QuartzCore.framework in Frameworks */,
  281. );
  282. runOnlyForDeploymentPostprocessing = 0;
  283. };
  284. FA30DE931BBF59D9009C397F /* Frameworks */ = {
  285. isa = PBXFrameworksBuildPhase;
  286. buildActionMask = 2147483647;
  287. files = (
  288. FABA34D81D8B5E7700915323 /* AVFoundation.framework in Frameworks */,
  289. FA30DEB71BBF5BB8009C397F /* libSDL2.a in Frameworks */,
  290. FA30DEC81BBF5C14009C397F /* GameController.framework in Frameworks */,
  291. FA30DEC91BBF5C14009C397F /* AudioToolbox.framework in Frameworks */,
  292. FA30DECA1BBF5C14009C397F /* QuartzCore.framework in Frameworks */,
  293. FA30DECB1BBF5C14009C397F /* OpenGLES.framework in Frameworks */,
  294. FA30DECC1BBF5C14009C397F /* CoreGraphics.framework in Frameworks */,
  295. FA30DECD1BBF5C14009C397F /* UIKit.framework in Frameworks */,
  296. FA30DECE1BBF5C14009C397F /* Foundation.framework in Frameworks */,
  297. FA30DECF1BBF5C14009C397F /* CoreAudio.framework in Frameworks */,
  298. );
  299. runOnlyForDeploymentPostprocessing = 0;
  300. };
  301. FD15FCB00E086866003BDF25 /* Frameworks */ = {
  302. isa = PBXFrameworksBuildPhase;
  303. buildActionMask = 2147483647;
  304. files = (
  305. FABA34D61D8B5E5A00915323 /* AVFoundation.framework in Frameworks */,
  306. FD1B49980E313261007AB34E /* libSDL2.a in Frameworks */,
  307. FAE0E96C1BAF96A90098DFA4 /* GameController.framework in Frameworks */,
  308. FA8B4BA41967071300F8EB7C /* CoreMotion.framework in Frameworks */,
  309. FDF0D7A90E12D53500247964 /* CoreAudio.framework in Frameworks */,
  310. FDF0D7AA0E12D53500247964 /* AudioToolbox.framework in Frameworks */,
  311. FD15FD690E086911003BDF25 /* Foundation.framework in Frameworks */,
  312. FD15FD6A0E086911003BDF25 /* UIKit.framework in Frameworks */,
  313. FD15FD6B0E086911003BDF25 /* CoreGraphics.framework in Frameworks */,
  314. FD15FD6C0E086911003BDF25 /* OpenGLES.framework in Frameworks */,
  315. FD15FD6D0E086911003BDF25 /* QuartzCore.framework in Frameworks */,
  316. );
  317. runOnlyForDeploymentPostprocessing = 0;
  318. };
  319. FD5F9BE20E0DEBEA008E885B /* Frameworks */ = {
  320. isa = PBXFrameworksBuildPhase;
  321. buildActionMask = 2147483647;
  322. files = (
  323. FABA34D91D8B5E7B00915323 /* AVFoundation.framework in Frameworks */,
  324. FD1B499C0E313269007AB34E /* libSDL2.a in Frameworks */,
  325. FAE0E96D1BAF96AF0098DFA4 /* GameController.framework in Frameworks */,
  326. FA8B4BA51967071A00F8EB7C /* CoreMotion.framework in Frameworks */,
  327. FDF0D7A70E12D53200247964 /* CoreAudio.framework in Frameworks */,
  328. FDF0D7A80E12D53200247964 /* AudioToolbox.framework in Frameworks */,
  329. FD5F9CEB0E0E0741008E885B /* OpenGLES.framework in Frameworks */,
  330. FD5F9CEC0E0E0741008E885B /* QuartzCore.framework in Frameworks */,
  331. FD5F9CE80E0E0741008E885B /* Foundation.framework in Frameworks */,
  332. FD5F9CE90E0E0741008E885B /* UIKit.framework in Frameworks */,
  333. FD5F9CEA0E0E0741008E885B /* CoreGraphics.framework in Frameworks */,
  334. );
  335. runOnlyForDeploymentPostprocessing = 0;
  336. };
  337. FDB651FF0E43D1F300F688B5 /* Frameworks */ = {
  338. isa = PBXFrameworksBuildPhase;
  339. buildActionMask = 2147483647;
  340. files = (
  341. FABA34DD1D8B5E8D00915323 /* AVFoundation.framework in Frameworks */,
  342. FDB652000E43D1F300F688B5 /* libSDL2.a in Frameworks */,
  343. FAE0E9711BAF96BB0098DFA4 /* GameController.framework in Frameworks */,
  344. FA8B4BA91967073D00F8EB7C /* CoreMotion.framework in Frameworks */,
  345. FDB652020E43D1F300F688B5 /* Foundation.framework in Frameworks */,
  346. FDB652030E43D1F300F688B5 /* UIKit.framework in Frameworks */,
  347. FDB652040E43D1F300F688B5 /* CoreGraphics.framework in Frameworks */,
  348. FDB652050E43D1F300F688B5 /* OpenGLES.framework in Frameworks */,
  349. FDB652060E43D1F300F688B5 /* QuartzCore.framework in Frameworks */,
  350. FDB652070E43D1F300F688B5 /* CoreAudio.framework in Frameworks */,
  351. FDB652080E43D1F300F688B5 /* AudioToolbox.framework in Frameworks */,
  352. );
  353. runOnlyForDeploymentPostprocessing = 0;
  354. };
  355. FDC202E40E107B1200ABAC90 /* Frameworks */ = {
  356. isa = PBXFrameworksBuildPhase;
  357. buildActionMask = 2147483647;
  358. files = (
  359. FABA34DA1D8B5E7F00915323 /* AVFoundation.framework in Frameworks */,
  360. FD1B499E0E31326C007AB34E /* libSDL2.a in Frameworks */,
  361. FAE0E96E1BAF96B10098DFA4 /* GameController.framework in Frameworks */,
  362. FA8B4BA61967072100F8EB7C /* CoreMotion.framework in Frameworks */,
  363. FDF0D7950E12D52900247964 /* CoreAudio.framework in Frameworks */,
  364. FDF0D7960E12D52900247964 /* AudioToolbox.framework in Frameworks */,
  365. FDC202E60E107B1200ABAC90 /* Foundation.framework in Frameworks */,
  366. FDC202E70E107B1200ABAC90 /* UIKit.framework in Frameworks */,
  367. FDC202E80E107B1200ABAC90 /* CoreGraphics.framework in Frameworks */,
  368. FDC202E90E107B1200ABAC90 /* OpenGLES.framework in Frameworks */,
  369. FDC202EA0E107B1200ABAC90 /* QuartzCore.framework in Frameworks */,
  370. );
  371. runOnlyForDeploymentPostprocessing = 0;
  372. };
  373. FDC52ED10E2843D6008D768C /* Frameworks */ = {
  374. isa = PBXFrameworksBuildPhase;
  375. buildActionMask = 2147483647;
  376. files = (
  377. FABA34DC1D8B5E8900915323 /* AVFoundation.framework in Frameworks */,
  378. FD1B49A20E313273007AB34E /* libSDL2.a in Frameworks */,
  379. FAE0E9701BAF96B80098DFA4 /* GameController.framework in Frameworks */,
  380. FA8B4BA81967073400F8EB7C /* CoreMotion.framework in Frameworks */,
  381. FDC52ED40E2843D6008D768C /* Foundation.framework in Frameworks */,
  382. FDC52ED50E2843D6008D768C /* UIKit.framework in Frameworks */,
  383. FDC52ED60E2843D6008D768C /* CoreGraphics.framework in Frameworks */,
  384. FDC52ED70E2843D6008D768C /* OpenGLES.framework in Frameworks */,
  385. FDC52ED80E2843D6008D768C /* QuartzCore.framework in Frameworks */,
  386. FDC52ED90E2843D6008D768C /* CoreAudio.framework in Frameworks */,
  387. FDC52EDA0E2843D6008D768C /* AudioToolbox.framework in Frameworks */,
  388. );
  389. runOnlyForDeploymentPostprocessing = 0;
  390. };
  391. FDF0D69A0E12D05400247964 /* Frameworks */ = {
  392. isa = PBXFrameworksBuildPhase;
  393. buildActionMask = 2147483647;
  394. files = (
  395. FABA34DB1D8B5E8500915323 /* AVFoundation.framework in Frameworks */,
  396. FD1B49A00E313270007AB34E /* libSDL2.a in Frameworks */,
  397. FAE0E96F1BAF96B50098DFA4 /* GameController.framework in Frameworks */,
  398. FA8B4BA71967072800F8EB7C /* CoreMotion.framework in Frameworks */,
  399. FDF0D69C0E12D05400247964 /* Foundation.framework in Frameworks */,
  400. FDF0D69D0E12D05400247964 /* UIKit.framework in Frameworks */,
  401. FDF0D69E0E12D05400247964 /* CoreGraphics.framework in Frameworks */,
  402. FDF0D69F0E12D05400247964 /* OpenGLES.framework in Frameworks */,
  403. FDF0D6A00E12D05400247964 /* QuartzCore.framework in Frameworks */,
  404. FDF0D71E0E12D2AB00247964 /* CoreAudio.framework in Frameworks */,
  405. FDF0D7230E12D31800247964 /* AudioToolbox.framework in Frameworks */,
  406. );
  407. runOnlyForDeploymentPostprocessing = 0;
  408. };
  409. /* End PBXFrameworksBuildPhase section */
  410. /* Begin PBXGroup section */
  411. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  412. isa = PBXGroup;
  413. children = (
  414. 1D6058910D05DD3D006BFB54 /* Rectangles.app */,
  415. FD15FCB20E086866003BDF25 /* Happy.app */,
  416. FD5F9BE40E0DEBEA008E885B /* Accel.app */,
  417. FDC202EE0E107B1200ABAC90 /* Touch.app */,
  418. FDF0D6A40E12D05400247964 /* Mixer.app */,
  419. FDC52EDE0E2843D6008D768C /* Fireworks.app */,
  420. FDB6520C0E43D1F300F688B5 /* Keyboard.app */,
  421. FA30DE961BBF59D9009C397F /* Happy-TV.app */,
  422. );
  423. name = Products;
  424. sourceTree = "<group>";
  425. };
  426. 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
  427. isa = PBXGroup;
  428. children = (
  429. FA86C0361D9765BA009CB637 /* iOS Launch Screen.storyboard */,
  430. FD1B48920E313154007AB34E /* SDL.xcodeproj */,
  431. FD77A0040E26BC0500F39101 /* src */,
  432. 29B97317FDCFA39411CA2CEA /* Resources */,
  433. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  434. 19C28FACFE9D520D11CA2CBB /* Products */,
  435. );
  436. name = CustomTemplate;
  437. sourceTree = "<group>";
  438. };
  439. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  440. isa = PBXGroup;
  441. children = (
  442. FDB651C30E43D19800F688B5 /* data */,
  443. FD787AA00E22A5CC003E8E36 /* Default.png */,
  444. FD925B180E0F276600E92347 /* Icon.png */,
  445. 8D1107310486CEB800E47090 /* Info.plist */,
  446. );
  447. name = Resources;
  448. sourceTree = "<group>";
  449. };
  450. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  451. isa = PBXGroup;
  452. children = (
  453. FABA34D71D8B5E7700915323 /* AVFoundation.framework */,
  454. FABA34D31D8B5E5600915323 /* AVFoundation.framework */,
  455. FAE0E9691BAF96A00098DFA4 /* GameController.framework */,
  456. FA8B4BA21967070A00F8EB7C /* CoreMotion.framework */,
  457. FDF0D7220E12D31800247964 /* AudioToolbox.framework */,
  458. FDB96EDF0DEFC9DC00FAF19F /* QuartzCore.framework */,
  459. FDB96ED30DEFC9C700FAF19F /* OpenGLES.framework */,
  460. 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */,
  461. 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
  462. 1D30AB110D05D00D00671497 /* Foundation.framework */,
  463. FDF0D71D0E12D2AB00247964 /* CoreAudio.framework */,
  464. );
  465. name = Frameworks;
  466. sourceTree = "<group>";
  467. };
  468. FD1B48930E313154007AB34E /* Products */ = {
  469. isa = PBXGroup;
  470. children = (
  471. FD1B489E0E313154007AB34E /* libSDL2.a */,
  472. FA30DEAC1BBF59D9009C397F /* libSDL2.a */,
  473. );
  474. name = Products;
  475. sourceTree = "<group>";
  476. };
  477. FD77A0040E26BC0500F39101 /* src */ = {
  478. isa = PBXGroup;
  479. children = (
  480. FD77A0060E26BC0500F39101 /* common.c */,
  481. FD77A0070E26BC0500F39101 /* common.h */,
  482. FD77A00A0E26BC0500F39101 /* rectangles.c */,
  483. FD77A0080E26BC0500F39101 /* happy.c */,
  484. FD77A0050E26BC0500F39101 /* accelerometer.c */,
  485. FD77A00B0E26BC0500F39101 /* touch.c */,
  486. FD77A0090E26BC0500F39101 /* mixer.c */,
  487. FDB652110E43D21A00F688B5 /* keyboard.c */,
  488. FDC52EE40E284410008D768C /* fireworks.c */,
  489. );
  490. path = src;
  491. sourceTree = "<group>";
  492. };
  493. FDB651C30E43D19800F688B5 /* data */ = {
  494. isa = PBXGroup;
  495. children = (
  496. FDB651C40E43D19800F688B5 /* bitmapfont */,
  497. FDB651C70E43D19800F688B5 /* drums */,
  498. FDB651CC0E43D19800F688B5 /* icon.bmp */,
  499. FDB651CD0E43D19800F688B5 /* ship.bmp */,
  500. FDB651CE0E43D19800F688B5 /* space.bmp */,
  501. FDB651CF0E43D19800F688B5 /* stroke.bmp */,
  502. );
  503. path = data;
  504. sourceTree = "<group>";
  505. };
  506. FDB651C40E43D19800F688B5 /* bitmapfont */ = {
  507. isa = PBXGroup;
  508. children = (
  509. FDB652C60E43E25900F688B5 /* kromasky_16x16.bmp */,
  510. FDB651C60E43D19800F688B5 /* license.txt */,
  511. );
  512. path = bitmapfont;
  513. sourceTree = "<group>";
  514. };
  515. FDB651C70E43D19800F688B5 /* drums */ = {
  516. isa = PBXGroup;
  517. children = (
  518. FDB651C80E43D19800F688B5 /* ds_brush_snare.wav */,
  519. FDB651C90E43D19800F688B5 /* ds_china.wav */,
  520. FDB651CA0E43D19800F688B5 /* ds_kick_big_amb.wav */,
  521. FDB651CB0E43D19800F688B5 /* ds_loose_skin_mute.wav */,
  522. );
  523. path = drums;
  524. sourceTree = "<group>";
  525. };
  526. /* End PBXGroup section */
  527. /* Begin PBXNativeTarget section */
  528. 1D6058900D05DD3D006BFB54 /* Rectangles */ = {
  529. isa = PBXNativeTarget;
  530. buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Rectangles" */;
  531. buildPhases = (
  532. 1D60588D0D05DD3D006BFB54 /* Resources */,
  533. 1D60588E0D05DD3D006BFB54 /* Sources */,
  534. 1D60588F0D05DD3D006BFB54 /* Frameworks */,
  535. );
  536. buildRules = (
  537. );
  538. dependencies = (
  539. 049F3695130CD86800FF080F /* PBXTargetDependency */,
  540. );
  541. name = Rectangles;
  542. productName = SDLiPodTest;
  543. productReference = 1D6058910D05DD3D006BFB54 /* Rectangles.app */;
  544. productType = "com.apple.product-type.application";
  545. };
  546. FA30DE951BBF59D9009C397F /* Happy-TV */ = {
  547. isa = PBXNativeTarget;
  548. buildConfigurationList = FA30DEAD1BBF59D9009C397F /* Build configuration list for PBXNativeTarget "Happy-TV" */;
  549. buildPhases = (
  550. FA30DE921BBF59D9009C397F /* Sources */,
  551. FA30DE941BBF59D9009C397F /* Resources */,
  552. FA30DE931BBF59D9009C397F /* Frameworks */,
  553. );
  554. buildRules = (
  555. );
  556. dependencies = (
  557. FA30DEAF1BBF5A69009C397F /* PBXTargetDependency */,
  558. );
  559. name = "Happy-TV";
  560. productName = "Happy-TV";
  561. productReference = FA30DE961BBF59D9009C397F /* Happy-TV.app */;
  562. productType = "com.apple.product-type.application";
  563. };
  564. FD15FCB10E086866003BDF25 /* Happy */ = {
  565. isa = PBXNativeTarget;
  566. buildConfigurationList = FD15FCB70E086867003BDF25 /* Build configuration list for PBXNativeTarget "Happy" */;
  567. buildPhases = (
  568. FD15FCAE0E086866003BDF25 /* Resources */,
  569. FD15FCAF0E086866003BDF25 /* Sources */,
  570. FD15FCB00E086866003BDF25 /* Frameworks */,
  571. );
  572. buildRules = (
  573. );
  574. dependencies = (
  575. 049F3697130CD87600FF080F /* PBXTargetDependency */,
  576. );
  577. name = Happy;
  578. productName = BMPTest;
  579. productReference = FD15FCB20E086866003BDF25 /* Happy.app */;
  580. productType = "com.apple.product-type.application";
  581. };
  582. FD5F9BE30E0DEBEA008E885B /* Accel */ = {
  583. isa = PBXNativeTarget;
  584. buildConfigurationList = FD5F9BE90E0DEBEB008E885B /* Build configuration list for PBXNativeTarget "Accel" */;
  585. buildPhases = (
  586. FD5F9BE00E0DEBEA008E885B /* Resources */,
  587. FD5F9BE10E0DEBEA008E885B /* Sources */,
  588. FD5F9BE20E0DEBEA008E885B /* Frameworks */,
  589. );
  590. buildRules = (
  591. );
  592. dependencies = (
  593. 049F3699130CD87F00FF080F /* PBXTargetDependency */,
  594. );
  595. name = Accel;
  596. productName = Accelerometer;
  597. productReference = FD5F9BE40E0DEBEA008E885B /* Accel.app */;
  598. productType = "com.apple.product-type.application";
  599. };
  600. FDB651F70E43D1F300F688B5 /* Keyboard */ = {
  601. isa = PBXNativeTarget;
  602. buildConfigurationList = FDB652090E43D1F300F688B5 /* Build configuration list for PBXNativeTarget "Keyboard" */;
  603. buildPhases = (
  604. FDB651F80E43D1F300F688B5 /* Resources */,
  605. FDB651FC0E43D1F300F688B5 /* Sources */,
  606. FDB651FF0E43D1F300F688B5 /* Frameworks */,
  607. );
  608. buildRules = (
  609. );
  610. dependencies = (
  611. 049F36A1130CD8A000FF080F /* PBXTargetDependency */,
  612. );
  613. name = Keyboard;
  614. productName = Accelerometer;
  615. productReference = FDB6520C0E43D1F300F688B5 /* Keyboard.app */;
  616. productType = "com.apple.product-type.application";
  617. };
  618. FDC202DD0E107B1200ABAC90 /* Touch */ = {
  619. isa = PBXNativeTarget;
  620. buildConfigurationList = FDC202EB0E107B1200ABAC90 /* Build configuration list for PBXNativeTarget "Touch" */;
  621. buildPhases = (
  622. FDC202DE0E107B1200ABAC90 /* Resources */,
  623. FDC202E20E107B1200ABAC90 /* Sources */,
  624. FDC202E40E107B1200ABAC90 /* Frameworks */,
  625. );
  626. buildRules = (
  627. );
  628. dependencies = (
  629. 049F369B130CD88800FF080F /* PBXTargetDependency */,
  630. );
  631. name = Touch;
  632. productName = Accelerometer;
  633. productReference = FDC202EE0E107B1200ABAC90 /* Touch.app */;
  634. productType = "com.apple.product-type.application";
  635. };
  636. FDC52EC60E2843D6008D768C /* Fireworks */ = {
  637. isa = PBXNativeTarget;
  638. buildConfigurationList = FDC52EDB0E2843D6008D768C /* Build configuration list for PBXNativeTarget "Fireworks" */;
  639. buildPhases = (
  640. FDC52EC70E2843D6008D768C /* Resources */,
  641. FDC52ECE0E2843D6008D768C /* Sources */,
  642. FDC52ED10E2843D6008D768C /* Frameworks */,
  643. );
  644. buildRules = (
  645. );
  646. dependencies = (
  647. 049F369F130CD89800FF080F /* PBXTargetDependency */,
  648. );
  649. name = Fireworks;
  650. productName = Accelerometer;
  651. productReference = FDC52EDE0E2843D6008D768C /* Fireworks.app */;
  652. productType = "com.apple.product-type.application";
  653. };
  654. FDF0D6920E12D05400247964 /* Mixer */ = {
  655. isa = PBXNativeTarget;
  656. buildConfigurationList = FDF0D6A10E12D05400247964 /* Build configuration list for PBXNativeTarget "Mixer" */;
  657. buildPhases = (
  658. FDF0D6930E12D05400247964 /* Resources */,
  659. FDF0D6980E12D05400247964 /* Sources */,
  660. FDF0D69A0E12D05400247964 /* Frameworks */,
  661. );
  662. buildRules = (
  663. );
  664. dependencies = (
  665. 049F369D130CD89000FF080F /* PBXTargetDependency */,
  666. );
  667. name = Mixer;
  668. productName = Accelerometer;
  669. productReference = FDF0D6A40E12D05400247964 /* Mixer.app */;
  670. productType = "com.apple.product-type.application";
  671. };
  672. /* End PBXNativeTarget section */
  673. /* Begin PBXProject section */
  674. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  675. isa = PBXProject;
  676. attributes = {
  677. LastUpgradeCheck = 0630;
  678. TargetAttributes = {
  679. FA30DE951BBF59D9009C397F = {
  680. CreatedOnToolsVersion = 7.1;
  681. };
  682. FDC52EC60E2843D6008D768C = {
  683. ProvisioningStyle = Automatic;
  684. };
  685. };
  686. };
  687. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Demos" */;
  688. compatibilityVersion = "Xcode 3.2";
  689. developmentRegion = English;
  690. hasScannedForEncodings = 1;
  691. knownRegions = (
  692. English,
  693. Japanese,
  694. French,
  695. German,
  696. Base,
  697. );
  698. mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
  699. projectDirPath = "";
  700. projectReferences = (
  701. {
  702. ProductGroup = FD1B48930E313154007AB34E /* Products */;
  703. ProjectRef = FD1B48920E313154007AB34E /* SDL.xcodeproj */;
  704. },
  705. );
  706. projectRoot = "";
  707. targets = (
  708. 1D6058900D05DD3D006BFB54 /* Rectangles */,
  709. FD15FCB10E086866003BDF25 /* Happy */,
  710. FA30DE951BBF59D9009C397F /* Happy-TV */,
  711. FD5F9BE30E0DEBEA008E885B /* Accel */,
  712. FDC202DD0E107B1200ABAC90 /* Touch */,
  713. FDF0D6920E12D05400247964 /* Mixer */,
  714. FDC52EC60E2843D6008D768C /* Fireworks */,
  715. FDB651F70E43D1F300F688B5 /* Keyboard */,
  716. );
  717. };
  718. /* End PBXProject section */
  719. /* Begin PBXReferenceProxy section */
  720. FA30DEAC1BBF59D9009C397F /* libSDL2.a */ = {
  721. isa = PBXReferenceProxy;
  722. fileType = archive.ar;
  723. path = libSDL2.a;
  724. remoteRef = FA30DEAB1BBF59D9009C397F /* PBXContainerItemProxy */;
  725. sourceTree = BUILT_PRODUCTS_DIR;
  726. };
  727. FD1B489E0E313154007AB34E /* libSDL2.a */ = {
  728. isa = PBXReferenceProxy;
  729. fileType = archive.ar;
  730. path = libSDL2.a;
  731. remoteRef = FD1B489D0E313154007AB34E /* PBXContainerItemProxy */;
  732. sourceTree = BUILT_PRODUCTS_DIR;
  733. };
  734. /* End PBXReferenceProxy section */
  735. /* Begin PBXResourcesBuildPhase section */
  736. 1D60588D0D05DD3D006BFB54 /* Resources */ = {
  737. isa = PBXResourcesBuildPhase;
  738. buildActionMask = 2147483647;
  739. files = (
  740. FA86C0371D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */,
  741. FD925B1B0E0F276600E92347 /* Icon.png in Resources */,
  742. FD787AA20E22A5CC003E8E36 /* Default.png in Resources */,
  743. );
  744. runOnlyForDeploymentPostprocessing = 0;
  745. };
  746. FA30DE941BBF59D9009C397F /* Resources */ = {
  747. isa = PBXResourcesBuildPhase;
  748. buildActionMask = 2147483647;
  749. files = (
  750. FA30DEB31BBF5AD7009C397F /* icon.bmp in Resources */,
  751. FA30DEB41BBF5ADD009C397F /* Icon.png in Resources */,
  752. FA30DEB61BBF5AE6009C397F /* Default.png in Resources */,
  753. );
  754. runOnlyForDeploymentPostprocessing = 0;
  755. };
  756. FD15FCAE0E086866003BDF25 /* Resources */ = {
  757. isa = PBXResourcesBuildPhase;
  758. buildActionMask = 2147483647;
  759. files = (
  760. FDB651D00E43D1AD00F688B5 /* icon.bmp in Resources */,
  761. FA86C0381D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */,
  762. FD925B1A0E0F276600E92347 /* Icon.png in Resources */,
  763. FD787AA10E22A5CC003E8E36 /* Default.png in Resources */,
  764. );
  765. runOnlyForDeploymentPostprocessing = 0;
  766. };
  767. FD5F9BE00E0DEBEA008E885B /* Resources */ = {
  768. isa = PBXResourcesBuildPhase;
  769. buildActionMask = 2147483647;
  770. files = (
  771. FDB651D20E43D1B500F688B5 /* space.bmp in Resources */,
  772. FDB651D10E43D1B300F688B5 /* ship.bmp in Resources */,
  773. FD925B190E0F276600E92347 /* Icon.png in Resources */,
  774. FD787AA30E22A5CC003E8E36 /* Default.png in Resources */,
  775. FA86C0391D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */,
  776. );
  777. runOnlyForDeploymentPostprocessing = 0;
  778. };
  779. FDB651F80E43D1F300F688B5 /* Resources */ = {
  780. isa = PBXResourcesBuildPhase;
  781. buildActionMask = 2147483647;
  782. files = (
  783. FDB651F90E43D1F300F688B5 /* stroke.bmp in Resources */,
  784. FDB651FA0E43D1F300F688B5 /* Icon.png in Resources */,
  785. FDB651FB0E43D1F300F688B5 /* Default.png in Resources */,
  786. FDB652C70E43E25900F688B5 /* kromasky_16x16.bmp in Resources */,
  787. FA86C03D1D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */,
  788. );
  789. runOnlyForDeploymentPostprocessing = 0;
  790. };
  791. FDC202DE0E107B1200ABAC90 /* Resources */ = {
  792. isa = PBXResourcesBuildPhase;
  793. buildActionMask = 2147483647;
  794. files = (
  795. FDB651D30E43D1BA00F688B5 /* stroke.bmp in Resources */,
  796. FA86C03A1D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */,
  797. FDC202E10E107B1200ABAC90 /* Icon.png in Resources */,
  798. FD787AA40E22A5CC003E8E36 /* Default.png in Resources */,
  799. );
  800. runOnlyForDeploymentPostprocessing = 0;
  801. };
  802. FDC52EC70E2843D6008D768C /* Resources */ = {
  803. isa = PBXResourcesBuildPhase;
  804. buildActionMask = 2147483647;
  805. files = (
  806. FDB651D80E43D1D800F688B5 /* stroke.bmp in Resources */,
  807. FA86C03C1D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */,
  808. FDC52EC80E2843D6008D768C /* Icon.png in Resources */,
  809. FDC52EC90E2843D6008D768C /* Default.png in Resources */,
  810. );
  811. runOnlyForDeploymentPostprocessing = 0;
  812. };
  813. FDF0D6930E12D05400247964 /* Resources */ = {
  814. isa = PBXResourcesBuildPhase;
  815. buildActionMask = 2147483647;
  816. files = (
  817. FDB651D40E43D1C500F688B5 /* ds_brush_snare.wav in Resources */,
  818. FDB651D50E43D1C500F688B5 /* ds_china.wav in Resources */,
  819. FDB651D60E43D1C500F688B5 /* ds_kick_big_amb.wav in Resources */,
  820. FA86C03B1D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */,
  821. FDB651D70E43D1C500F688B5 /* ds_loose_skin_mute.wav in Resources */,
  822. FDF0D6960E12D05400247964 /* Icon.png in Resources */,
  823. FD787AA50E22A5CC003E8E36 /* Default.png in Resources */,
  824. );
  825. runOnlyForDeploymentPostprocessing = 0;
  826. };
  827. /* End PBXResourcesBuildPhase section */
  828. /* Begin PBXSourcesBuildPhase section */
  829. 1D60588E0D05DD3D006BFB54 /* Sources */ = {
  830. isa = PBXSourcesBuildPhase;
  831. buildActionMask = 2147483647;
  832. files = (
  833. FD77A0130E26BC0500F39101 /* common.c in Sources */,
  834. FD77A0160E26BC0500F39101 /* rectangles.c in Sources */,
  835. );
  836. runOnlyForDeploymentPostprocessing = 0;
  837. };
  838. FA30DE921BBF59D9009C397F /* Sources */ = {
  839. isa = PBXSourcesBuildPhase;
  840. buildActionMask = 2147483647;
  841. files = (
  842. FA30DEB01BBF5A8F009C397F /* common.c in Sources */,
  843. FA30DEB11BBF5A93009C397F /* happy.c in Sources */,
  844. );
  845. runOnlyForDeploymentPostprocessing = 0;
  846. };
  847. FD15FCAF0E086866003BDF25 /* Sources */ = {
  848. isa = PBXSourcesBuildPhase;
  849. buildActionMask = 2147483647;
  850. files = (
  851. FDC214870E26D78A00DDED23 /* common.c in Sources */,
  852. FD77A00E0E26BC0500F39101 /* happy.c in Sources */,
  853. );
  854. runOnlyForDeploymentPostprocessing = 0;
  855. };
  856. FD5F9BE10E0DEBEA008E885B /* Sources */ = {
  857. isa = PBXSourcesBuildPhase;
  858. buildActionMask = 2147483647;
  859. files = (
  860. FD77A0190E26BC0500F39101 /* common.c in Sources */,
  861. FD77A02A0E26BC2700F39101 /* accelerometer.c in Sources */,
  862. );
  863. runOnlyForDeploymentPostprocessing = 0;
  864. };
  865. FDB651FC0E43D1F300F688B5 /* Sources */ = {
  866. isa = PBXSourcesBuildPhase;
  867. buildActionMask = 2147483647;
  868. files = (
  869. FDB651FD0E43D1F300F688B5 /* common.c in Sources */,
  870. FDB652120E43D21A00F688B5 /* keyboard.c in Sources */,
  871. );
  872. runOnlyForDeploymentPostprocessing = 0;
  873. };
  874. FDC202E20E107B1200ABAC90 /* Sources */ = {
  875. isa = PBXSourcesBuildPhase;
  876. buildActionMask = 2147483647;
  877. files = (
  878. FD77A01F0E26BC0500F39101 /* common.c in Sources */,
  879. FD77A0230E26BC0500F39101 /* touch.c in Sources */,
  880. );
  881. runOnlyForDeploymentPostprocessing = 0;
  882. };
  883. FDC52ECE0E2843D6008D768C /* Sources */ = {
  884. isa = PBXSourcesBuildPhase;
  885. buildActionMask = 2147483647;
  886. files = (
  887. FDC52ECF0E2843D6008D768C /* common.c in Sources */,
  888. FDC52EE50E284410008D768C /* fireworks.c in Sources */,
  889. );
  890. runOnlyForDeploymentPostprocessing = 0;
  891. };
  892. FDF0D6980E12D05400247964 /* Sources */ = {
  893. isa = PBXSourcesBuildPhase;
  894. buildActionMask = 2147483647;
  895. files = (
  896. FD77A0250E26BC0500F39101 /* common.c in Sources */,
  897. FD77A0270E26BC0500F39101 /* mixer.c in Sources */,
  898. );
  899. runOnlyForDeploymentPostprocessing = 0;
  900. };
  901. /* End PBXSourcesBuildPhase section */
  902. /* Begin PBXTargetDependency section */
  903. 049F3695130CD86800FF080F /* PBXTargetDependency */ = {
  904. isa = PBXTargetDependency;
  905. name = libSDL;
  906. targetProxy = 049F3694130CD86800FF080F /* PBXContainerItemProxy */;
  907. };
  908. 049F3697130CD87600FF080F /* PBXTargetDependency */ = {
  909. isa = PBXTargetDependency;
  910. name = libSDL;
  911. targetProxy = 049F3696130CD87600FF080F /* PBXContainerItemProxy */;
  912. };
  913. 049F3699130CD87F00FF080F /* PBXTargetDependency */ = {
  914. isa = PBXTargetDependency;
  915. name = libSDL;
  916. targetProxy = 049F3698130CD87F00FF080F /* PBXContainerItemProxy */;
  917. };
  918. 049F369B130CD88800FF080F /* PBXTargetDependency */ = {
  919. isa = PBXTargetDependency;
  920. name = libSDL;
  921. targetProxy = 049F369A130CD88800FF080F /* PBXContainerItemProxy */;
  922. };
  923. 049F369D130CD89000FF080F /* PBXTargetDependency */ = {
  924. isa = PBXTargetDependency;
  925. name = libSDL;
  926. targetProxy = 049F369C130CD89000FF080F /* PBXContainerItemProxy */;
  927. };
  928. 049F369F130CD89800FF080F /* PBXTargetDependency */ = {
  929. isa = PBXTargetDependency;
  930. name = libSDL;
  931. targetProxy = 049F369E130CD89800FF080F /* PBXContainerItemProxy */;
  932. };
  933. 049F36A1130CD8A000FF080F /* PBXTargetDependency */ = {
  934. isa = PBXTargetDependency;
  935. name = libSDL;
  936. targetProxy = 049F36A0130CD8A000FF080F /* PBXContainerItemProxy */;
  937. };
  938. FA30DEAF1BBF5A69009C397F /* PBXTargetDependency */ = {
  939. isa = PBXTargetDependency;
  940. name = "libSDL-tv";
  941. targetProxy = FA30DEAE1BBF5A69009C397F /* PBXContainerItemProxy */;
  942. };
  943. /* End PBXTargetDependency section */
  944. /* Begin XCBuildConfiguration section */
  945. 1D6058940D05DD3E006BFB54 /* Debug */ = {
  946. isa = XCBuildConfiguration;
  947. buildSettings = {
  948. INFOPLIST_FILE = Info.plist;
  949. PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Rectangles;
  950. PRODUCT_NAME = Rectangles;
  951. };
  952. name = Debug;
  953. };
  954. 1D6058950D05DD3E006BFB54 /* Release */ = {
  955. isa = XCBuildConfiguration;
  956. buildSettings = {
  957. INFOPLIST_FILE = Info.plist;
  958. PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Rectangles;
  959. PRODUCT_NAME = Rectangles;
  960. };
  961. name = Release;
  962. };
  963. C01FCF4F08A954540054247B /* Debug */ = {
  964. isa = XCBuildConfiguration;
  965. buildSettings = {
  966. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  967. GCC_OPTIMIZATION_LEVEL = 0;
  968. HEADER_SEARCH_PATHS = ../../include;
  969. ONLY_ACTIVE_ARCH = YES;
  970. PRELINK_LIBS = "";
  971. SDKROOT = iphoneos;
  972. TARGETED_DEVICE_FAMILY = "1,2";
  973. };
  974. name = Debug;
  975. };
  976. C01FCF5008A954540054247B /* Release */ = {
  977. isa = XCBuildConfiguration;
  978. buildSettings = {
  979. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  980. HEADER_SEARCH_PATHS = ../../include;
  981. PRELINK_LIBS = "";
  982. SDKROOT = iphoneos;
  983. TARGETED_DEVICE_FAMILY = "1,2";
  984. };
  985. name = Release;
  986. };
  987. FA30DEA71BBF59D9009C397F /* Debug */ = {
  988. isa = XCBuildConfiguration;
  989. buildSettings = {
  990. ALWAYS_SEARCH_USER_PATHS = NO;
  991. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  992. CLANG_CXX_LIBRARY = "libc++";
  993. CLANG_ENABLE_MODULES = YES;
  994. CLANG_ENABLE_OBJC_ARC = YES;
  995. CLANG_WARN_BOOL_CONVERSION = YES;
  996. CLANG_WARN_CONSTANT_CONVERSION = YES;
  997. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  998. CLANG_WARN_EMPTY_BODY = YES;
  999. CLANG_WARN_ENUM_CONVERSION = YES;
  1000. CLANG_WARN_INT_CONVERSION = YES;
  1001. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1002. CLANG_WARN_UNREACHABLE_CODE = YES;
  1003. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1004. COPY_PHASE_STRIP = NO;
  1005. DEBUG_INFORMATION_FORMAT = dwarf;
  1006. DEVELOPMENT_TEAM = "";
  1007. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1008. ENABLE_TESTABILITY = YES;
  1009. GCC_C_LANGUAGE_STANDARD = gnu99;
  1010. GCC_DYNAMIC_NO_PIC = NO;
  1011. GCC_NO_COMMON_BLOCKS = YES;
  1012. GCC_PREPROCESSOR_DEFINITIONS = (
  1013. "DEBUG=1",
  1014. "$(inherited)",
  1015. );
  1016. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1017. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1018. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1019. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1020. GCC_WARN_UNUSED_FUNCTION = YES;
  1021. GCC_WARN_UNUSED_VARIABLE = YES;
  1022. INFOPLIST_FILE = Info.plist;
  1023. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1024. MTL_ENABLE_DEBUG_INFO = YES;
  1025. PRODUCT_BUNDLE_IDENTIFIER = "com.yourcompany.Happy-TV";
  1026. PRODUCT_NAME = "$(TARGET_NAME)";
  1027. SDKROOT = appletvos;
  1028. TARGETED_DEVICE_FAMILY = 3;
  1029. TVOS_DEPLOYMENT_TARGET = 9.0;
  1030. };
  1031. name = Debug;
  1032. };
  1033. FA30DEA81BBF59D9009C397F /* Release */ = {
  1034. isa = XCBuildConfiguration;
  1035. buildSettings = {
  1036. ALWAYS_SEARCH_USER_PATHS = NO;
  1037. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1038. CLANG_CXX_LIBRARY = "libc++";
  1039. CLANG_ENABLE_MODULES = YES;
  1040. CLANG_ENABLE_OBJC_ARC = YES;
  1041. CLANG_WARN_BOOL_CONVERSION = YES;
  1042. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1043. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1044. CLANG_WARN_EMPTY_BODY = YES;
  1045. CLANG_WARN_ENUM_CONVERSION = YES;
  1046. CLANG_WARN_INT_CONVERSION = YES;
  1047. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1048. CLANG_WARN_UNREACHABLE_CODE = YES;
  1049. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1050. COPY_PHASE_STRIP = NO;
  1051. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1052. DEVELOPMENT_TEAM = "";
  1053. ENABLE_NS_ASSERTIONS = NO;
  1054. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1055. GCC_C_LANGUAGE_STANDARD = gnu99;
  1056. GCC_NO_COMMON_BLOCKS = YES;
  1057. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1058. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1059. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1060. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1061. GCC_WARN_UNUSED_FUNCTION = YES;
  1062. GCC_WARN_UNUSED_VARIABLE = YES;
  1063. INFOPLIST_FILE = Info.plist;
  1064. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1065. MTL_ENABLE_DEBUG_INFO = NO;
  1066. PRODUCT_BUNDLE_IDENTIFIER = "com.yourcompany.Happy-TV";
  1067. PRODUCT_NAME = "$(TARGET_NAME)";
  1068. SDKROOT = appletvos;
  1069. TARGETED_DEVICE_FAMILY = 3;
  1070. TVOS_DEPLOYMENT_TARGET = 9.0;
  1071. VALIDATE_PRODUCT = YES;
  1072. };
  1073. name = Release;
  1074. };
  1075. FD15FCB50E086866003BDF25 /* Debug */ = {
  1076. isa = XCBuildConfiguration;
  1077. buildSettings = {
  1078. GCC_DYNAMIC_NO_PIC = NO;
  1079. INFOPLIST_FILE = Info.plist;
  1080. PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Happy;
  1081. PRODUCT_NAME = Happy;
  1082. SDKROOT = iphoneos;
  1083. };
  1084. name = Debug;
  1085. };
  1086. FD15FCB60E086866003BDF25 /* Release */ = {
  1087. isa = XCBuildConfiguration;
  1088. buildSettings = {
  1089. INFOPLIST_FILE = Info.plist;
  1090. PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Happy;
  1091. PRODUCT_NAME = Happy;
  1092. SDKROOT = iphoneos;
  1093. };
  1094. name = Release;
  1095. };
  1096. FD5F9BE70E0DEBEB008E885B /* Debug */ = {
  1097. isa = XCBuildConfiguration;
  1098. buildSettings = {
  1099. INFOPLIST_FILE = Info.plist;
  1100. PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Accel;
  1101. PRODUCT_NAME = Accel;
  1102. SDKROOT = iphoneos;
  1103. };
  1104. name = Debug;
  1105. };
  1106. FD5F9BE80E0DEBEB008E885B /* Release */ = {
  1107. isa = XCBuildConfiguration;
  1108. buildSettings = {
  1109. INFOPLIST_FILE = Info.plist;
  1110. PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Accel;
  1111. PRODUCT_NAME = Accel;
  1112. SDKROOT = iphoneos;
  1113. };
  1114. name = Release;
  1115. };
  1116. FDB6520A0E43D1F300F688B5 /* Debug */ = {
  1117. isa = XCBuildConfiguration;
  1118. buildSettings = {
  1119. INFOPLIST_FILE = Info.plist;
  1120. PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Keyboard;
  1121. PRODUCT_NAME = Keyboard;
  1122. SDKROOT = iphoneos;
  1123. };
  1124. name = Debug;
  1125. };
  1126. FDB6520B0E43D1F300F688B5 /* Release */ = {
  1127. isa = XCBuildConfiguration;
  1128. buildSettings = {
  1129. INFOPLIST_FILE = Info.plist;
  1130. PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Keyboard;
  1131. PRODUCT_NAME = Keyboard;
  1132. SDKROOT = iphoneos;
  1133. };
  1134. name = Release;
  1135. };
  1136. FDC202EC0E107B1200ABAC90 /* Debug */ = {
  1137. isa = XCBuildConfiguration;
  1138. buildSettings = {
  1139. INFOPLIST_FILE = Info.plist;
  1140. PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Touch;
  1141. PRODUCT_NAME = Touch;
  1142. SDKROOT = iphoneos;
  1143. };
  1144. name = Debug;
  1145. };
  1146. FDC202ED0E107B1200ABAC90 /* Release */ = {
  1147. isa = XCBuildConfiguration;
  1148. buildSettings = {
  1149. INFOPLIST_FILE = Info.plist;
  1150. PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Touch;
  1151. PRODUCT_NAME = Touch;
  1152. SDKROOT = iphoneos;
  1153. };
  1154. name = Release;
  1155. };
  1156. FDC52EDC0E2843D6008D768C /* Debug */ = {
  1157. isa = XCBuildConfiguration;
  1158. buildSettings = {
  1159. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1160. DEVELOPMENT_TEAM = "";
  1161. INFOPLIST_FILE = Info.plist;
  1162. PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Fireworks;
  1163. PRODUCT_NAME = Fireworks;
  1164. SDKROOT = iphoneos;
  1165. };
  1166. name = Debug;
  1167. };
  1168. FDC52EDD0E2843D6008D768C /* Release */ = {
  1169. isa = XCBuildConfiguration;
  1170. buildSettings = {
  1171. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1172. DEVELOPMENT_TEAM = "";
  1173. INFOPLIST_FILE = Info.plist;
  1174. PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Fireworks;
  1175. PRODUCT_NAME = Fireworks;
  1176. SDKROOT = iphoneos;
  1177. };
  1178. name = Release;
  1179. };
  1180. FDF0D6A20E12D05400247964 /* Debug */ = {
  1181. isa = XCBuildConfiguration;
  1182. buildSettings = {
  1183. INFOPLIST_FILE = Info.plist;
  1184. PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Mixer;
  1185. PRODUCT_NAME = Mixer;
  1186. SDKROOT = iphoneos;
  1187. };
  1188. name = Debug;
  1189. };
  1190. FDF0D6A30E12D05400247964 /* Release */ = {
  1191. isa = XCBuildConfiguration;
  1192. buildSettings = {
  1193. INFOPLIST_FILE = Info.plist;
  1194. PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Mixer;
  1195. PRODUCT_NAME = Mixer;
  1196. SDKROOT = iphoneos;
  1197. };
  1198. name = Release;
  1199. };
  1200. /* End XCBuildConfiguration section */
  1201. /* Begin XCConfigurationList section */
  1202. 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Rectangles" */ = {
  1203. isa = XCConfigurationList;
  1204. buildConfigurations = (
  1205. 1D6058940D05DD3E006BFB54 /* Debug */,
  1206. 1D6058950D05DD3E006BFB54 /* Release */,
  1207. );
  1208. defaultConfigurationIsVisible = 0;
  1209. defaultConfigurationName = Release;
  1210. };
  1211. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Demos" */ = {
  1212. isa = XCConfigurationList;
  1213. buildConfigurations = (
  1214. C01FCF4F08A954540054247B /* Debug */,
  1215. C01FCF5008A954540054247B /* Release */,
  1216. );
  1217. defaultConfigurationIsVisible = 0;
  1218. defaultConfigurationName = Release;
  1219. };
  1220. FA30DEAD1BBF59D9009C397F /* Build configuration list for PBXNativeTarget "Happy-TV" */ = {
  1221. isa = XCConfigurationList;
  1222. buildConfigurations = (
  1223. FA30DEA71BBF59D9009C397F /* Debug */,
  1224. FA30DEA81BBF59D9009C397F /* Release */,
  1225. );
  1226. defaultConfigurationIsVisible = 0;
  1227. defaultConfigurationName = Release;
  1228. };
  1229. FD15FCB70E086867003BDF25 /* Build configuration list for PBXNativeTarget "Happy" */ = {
  1230. isa = XCConfigurationList;
  1231. buildConfigurations = (
  1232. FD15FCB50E086866003BDF25 /* Debug */,
  1233. FD15FCB60E086866003BDF25 /* Release */,
  1234. );
  1235. defaultConfigurationIsVisible = 0;
  1236. defaultConfigurationName = Release;
  1237. };
  1238. FD5F9BE90E0DEBEB008E885B /* Build configuration list for PBXNativeTarget "Accel" */ = {
  1239. isa = XCConfigurationList;
  1240. buildConfigurations = (
  1241. FD5F9BE70E0DEBEB008E885B /* Debug */,
  1242. FD5F9BE80E0DEBEB008E885B /* Release */,
  1243. );
  1244. defaultConfigurationIsVisible = 0;
  1245. defaultConfigurationName = Release;
  1246. };
  1247. FDB652090E43D1F300F688B5 /* Build configuration list for PBXNativeTarget "Keyboard" */ = {
  1248. isa = XCConfigurationList;
  1249. buildConfigurations = (
  1250. FDB6520A0E43D1F300F688B5 /* Debug */,
  1251. FDB6520B0E43D1F300F688B5 /* Release */,
  1252. );
  1253. defaultConfigurationIsVisible = 0;
  1254. defaultConfigurationName = Release;
  1255. };
  1256. FDC202EB0E107B1200ABAC90 /* Build configuration list for PBXNativeTarget "Touch" */ = {
  1257. isa = XCConfigurationList;
  1258. buildConfigurations = (
  1259. FDC202EC0E107B1200ABAC90 /* Debug */,
  1260. FDC202ED0E107B1200ABAC90 /* Release */,
  1261. );
  1262. defaultConfigurationIsVisible = 0;
  1263. defaultConfigurationName = Release;
  1264. };
  1265. FDC52EDB0E2843D6008D768C /* Build configuration list for PBXNativeTarget "Fireworks" */ = {
  1266. isa = XCConfigurationList;
  1267. buildConfigurations = (
  1268. FDC52EDC0E2843D6008D768C /* Debug */,
  1269. FDC52EDD0E2843D6008D768C /* Release */,
  1270. );
  1271. defaultConfigurationIsVisible = 0;
  1272. defaultConfigurationName = Release;
  1273. };
  1274. FDF0D6A10E12D05400247964 /* Build configuration list for PBXNativeTarget "Mixer" */ = {
  1275. isa = XCConfigurationList;
  1276. buildConfigurations = (
  1277. FDF0D6A20E12D05400247964 /* Debug */,
  1278. FDF0D6A30E12D05400247964 /* Release */,
  1279. );
  1280. defaultConfigurationIsVisible = 0;
  1281. defaultConfigurationName = Release;
  1282. };
  1283. /* End XCConfigurationList section */
  1284. };
  1285. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  1286. }