project.pbxproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 6C2D1B7F6FD948D813597556 /* testautomation.c in Sources */ = {isa = PBXBuildFile; fileRef = 02F07A70794F4EA017122748 /* testautomation.c */; };
  10. 1D59654F6543146669A50F9D /* testautomation_audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 67CE10AB773967E92D9E0809 /* testautomation_audio.c */; };
  11. 119E2CF662CD266835173054 /* testautomation_clipboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 1724553124845FAC540662B5 /* testautomation_clipboard.c */; };
  12. 1DAA2B7732526697452644E5 /* testautomation_events.c in Sources */ = {isa = PBXBuildFile; fileRef = 5ECA243A16E250343A501AE8 /* testautomation_events.c */; };
  13. 350F01AE62D857CB5C6F1FA7 /* testautomation_keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 30E66A5E63077A5E6FDC60A4 /* testautomation_keyboard.c */; };
  14. 2EA572B7005449BA606066E7 /* testautomation_main.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A9339AF490178CE2DAE177B /* testautomation_main.c */; };
  15. 261E2DC767D84AF40AB37EC7 /* testautomation_mouse.c in Sources */ = {isa = PBXBuildFile; fileRef = 76962AAE2FBA04BE14B45E7C /* testautomation_mouse.c */; };
  16. 51CE3D32297C32F65A570960 /* testautomation_pixels.c in Sources */ = {isa = PBXBuildFile; fileRef = 41BC3336256712D50AC92E24 /* testautomation_pixels.c */; };
  17. 7AEE2F2B51B41C626A2748EE /* testautomation_platform.c in Sources */ = {isa = PBXBuildFile; fileRef = 0EF30DB3124B3B5D028B0824 /* testautomation_platform.c */; };
  18. 4AD378CC324A23C518544AB1 /* testautomation_rect.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E225D6D5DDA53B001931162 /* testautomation_rect.c */; };
  19. 22C07B6D5566319C22484C40 /* testautomation_render.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B595BAA102F000579A233E3 /* testautomation_render.c */; };
  20. 22D63F1315BE7B28061828AC /* testautomation_rwops.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A03303E50566A6F41BE45BB /* testautomation_rwops.c */; };
  21. 5D4F6F4A03C85B7F74CD4114 /* testautomation_sdltest.c in Sources */ = {isa = PBXBuildFile; fileRef = 37B95314610A6D537F426158 /* testautomation_sdltest.c */; };
  22. 31EF4FB440F804510FC824FF /* testautomation_stdlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F0F47154A363C5A6E776555 /* testautomation_stdlib.c */; };
  23. 7FC9661039A8605D2E5E3DB4 /* testautomation_surface.c in Sources */ = {isa = PBXBuildFile; fileRef = 1E530E1C0EB66747054E5C23 /* testautomation_surface.c */; };
  24. 6C4A7BDB069474E058F60283 /* testautomation_syswm.c in Sources */ = {isa = PBXBuildFile; fileRef = 042E7203422E745A59252751 /* testautomation_syswm.c */; };
  25. 66F04E054CC476FA421D0BFB /* testautomation_timer.c in Sources */ = {isa = PBXBuildFile; fileRef = 24935FE831F301295F995943 /* testautomation_timer.c */; };
  26. 151E1FB5282C10BD6D085EE0 /* testautomation_video.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C59314151B2336963091C60 /* testautomation_video.c */; };
  27. 3D63515F679E516C480A12C4 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2DE67FE13D66165A7A04470B /* AudioToolbox.framework */; };
  28. 601271BD3CC347FE2A663A69 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AB52670094463062D5755CC /* AudioUnit.framework */; };
  29. 34A9541D705B096D7D690F4F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64DF76961ABE4DA72D9E04E2 /* Cocoa.framework */; };
  30. 2FD8149A2AE46E9B19201372 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3C774CAE5EE71FFD494846EF /* CoreAudio.framework */; };
  31. 41C5024F150108A44C1C559F /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A386FA34BC05A6126B415A7 /* IOKit.framework */; };
  32. 5FA21AD1355840324F3960FB /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40E513B239A31F071FE03CAE /* Carbon.framework */; };
  33. 35024078077B44D072B14735 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 233862F97345691508BC1E73 /* ForceFeedback.framework */; };
  34. 08CE0D33111C4E0404375994 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0C235FF82C50558D502D598A /* CoreFoundation.framework */; };
  35. 627C724716B909A0121E2CB8 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08B05DEB23887618495A54A0 /* OpenGL.framework */; };
  36. 38EC0E7959A650DD7B490359 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 189655F647DC75E80F9E01B7 /* libSDL2main.a */; };
  37. 357C072C66D134657A4358AF /* libSDL2test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 22C35FC727DB2D4E18402504 /* libSDL2test.a */; };
  38. 77E3096D6E8B6AFA639C282B /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B5D0C561F7143C763071C12 /* libSDL2.a */; };
  39. /* End PBXBuildFile section */
  40. /* Begin PBXContainerItemProxy section */
  41. 493019283F531FA91F1B5B92 /* PBXContainerItemProxy */ = {
  42. isa = PBXContainerItemProxy;
  43. containerPortal = 560237CD7CB1015846F45D67 /* SDL2main.xcodeproj */;
  44. proxyType = 2;
  45. remoteGlobalIDString = 0FF7291B375C79BC57696B66;
  46. remoteInfo = "libSDL2main.a";
  47. };
  48. 0EBA708404EF6A35702F41B3 /* PBXContainerItemProxy */ = {
  49. isa = PBXContainerItemProxy;
  50. containerPortal = 560237CD7CB1015846F45D67 /* SDL2main.xcodeproj */;
  51. proxyType = 1;
  52. remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
  53. remoteInfo = "libSDL2main.a";
  54. };
  55. 24730DD730B5791B5C937562 /* PBXContainerItemProxy */ = {
  56. isa = PBXContainerItemProxy;
  57. containerPortal = 06C9331D44ED555900FD68F0 /* SDL2test.xcodeproj */;
  58. proxyType = 2;
  59. remoteGlobalIDString = 1EB6664901BC163F215A4861;
  60. remoteInfo = "libSDL2test.a";
  61. };
  62. 199C7651500E075E4F5D76B0 /* PBXContainerItemProxy */ = {
  63. isa = PBXContainerItemProxy;
  64. containerPortal = 06C9331D44ED555900FD68F0 /* SDL2test.xcodeproj */;
  65. proxyType = 1;
  66. remoteGlobalIDString = 1258506950476B85239A79A3;
  67. remoteInfo = "libSDL2test.a";
  68. };
  69. 18113D682F4D016F4F5C5C8E /* PBXContainerItemProxy */ = {
  70. isa = PBXContainerItemProxy;
  71. containerPortal = 5685467763AD30D44F0D6738 /* SDL2.xcodeproj */;
  72. proxyType = 2;
  73. remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
  74. remoteInfo = "libSDL2.a";
  75. };
  76. 009C23BA2E38797638A507B8 /* PBXContainerItemProxy */ = {
  77. isa = PBXContainerItemProxy;
  78. containerPortal = 5685467763AD30D44F0D6738 /* SDL2.xcodeproj */;
  79. proxyType = 1;
  80. remoteGlobalIDString = 7E6A7BC23CFD134274963645;
  81. remoteInfo = "libSDL2.a";
  82. };
  83. /* End PBXContainerItemProxy section */
  84. /* Begin PBXFileReference section */
  85. 02F07A70794F4EA017122748 /* testautomation.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation.c"; path = "../../../../../test/testautomation.c"; sourceTree = "<group>"; };
  86. 67CE10AB773967E92D9E0809 /* testautomation_audio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_audio.c"; path = "../../../../../test/testautomation_audio.c"; sourceTree = "<group>"; };
  87. 1724553124845FAC540662B5 /* testautomation_clipboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_clipboard.c"; path = "../../../../../test/testautomation_clipboard.c"; sourceTree = "<group>"; };
  88. 5ECA243A16E250343A501AE8 /* testautomation_events.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_events.c"; path = "../../../../../test/testautomation_events.c"; sourceTree = "<group>"; };
  89. 30E66A5E63077A5E6FDC60A4 /* testautomation_keyboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_keyboard.c"; path = "../../../../../test/testautomation_keyboard.c"; sourceTree = "<group>"; };
  90. 2A9339AF490178CE2DAE177B /* testautomation_main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_main.c"; path = "../../../../../test/testautomation_main.c"; sourceTree = "<group>"; };
  91. 76962AAE2FBA04BE14B45E7C /* testautomation_mouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_mouse.c"; path = "../../../../../test/testautomation_mouse.c"; sourceTree = "<group>"; };
  92. 41BC3336256712D50AC92E24 /* testautomation_pixels.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_pixels.c"; path = "../../../../../test/testautomation_pixels.c"; sourceTree = "<group>"; };
  93. 0EF30DB3124B3B5D028B0824 /* testautomation_platform.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_platform.c"; path = "../../../../../test/testautomation_platform.c"; sourceTree = "<group>"; };
  94. 2E225D6D5DDA53B001931162 /* testautomation_rect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_rect.c"; path = "../../../../../test/testautomation_rect.c"; sourceTree = "<group>"; };
  95. 3B595BAA102F000579A233E3 /* testautomation_render.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_render.c"; path = "../../../../../test/testautomation_render.c"; sourceTree = "<group>"; };
  96. 2A03303E50566A6F41BE45BB /* testautomation_rwops.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_rwops.c"; path = "../../../../../test/testautomation_rwops.c"; sourceTree = "<group>"; };
  97. 37B95314610A6D537F426158 /* testautomation_sdltest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_sdltest.c"; path = "../../../../../test/testautomation_sdltest.c"; sourceTree = "<group>"; };
  98. 0F0F47154A363C5A6E776555 /* testautomation_stdlib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_stdlib.c"; path = "../../../../../test/testautomation_stdlib.c"; sourceTree = "<group>"; };
  99. 005416F138EE3231543A5963 /* testautomation_suites.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "testautomation_suites.h"; path = "../../../../../test/testautomation_suites.h"; sourceTree = "<group>"; };
  100. 1E530E1C0EB66747054E5C23 /* testautomation_surface.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_surface.c"; path = "../../../../../test/testautomation_surface.c"; sourceTree = "<group>"; };
  101. 042E7203422E745A59252751 /* testautomation_syswm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_syswm.c"; path = "../../../../../test/testautomation_syswm.c"; sourceTree = "<group>"; };
  102. 24935FE831F301295F995943 /* testautomation_timer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_timer.c"; path = "../../../../../test/testautomation_timer.c"; sourceTree = "<group>"; };
  103. 2C59314151B2336963091C60 /* testautomation_video.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_video.c"; path = "../../../../../test/testautomation_video.c"; sourceTree = "<group>"; };
  104. 2DE67FE13D66165A7A04470B /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
  105. 0AB52670094463062D5755CC /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
  106. 64DF76961ABE4DA72D9E04E2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
  107. 3C774CAE5EE71FFD494846EF /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
  108. 3A386FA34BC05A6126B415A7 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
  109. 40E513B239A31F071FE03CAE /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
  110. 233862F97345691508BC1E73 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
  111. 0C235FF82C50558D502D598A /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
  112. 08B05DEB23887618495A54A0 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
  113. 16F069400106487D10103B58 /* testautomation */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testautomation"; path = "testautomation"; sourceTree = BUILT_PRODUCTS_DIR; };
  114. 560237CD7CB1015846F45D67 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
  115. 06C9331D44ED555900FD68F0 /* SDL2test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2test.xcodeproj"; path = "../../SDL2test/SDL2test.xcodeproj"; sourceTree = SOURCE_ROOT; };
  116. 5685467763AD30D44F0D6738 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
  117. /* End PBXFileReference section */
  118. /* Begin PBXFrameworksBuildPhase section */
  119. 495043B7648F7EF948345825 /* Frameworks */ = {
  120. isa = PBXFrameworksBuildPhase;
  121. buildActionMask = 2147483647;
  122. files = (
  123. 3D63515F679E516C480A12C4 /* AudioToolbox.framework in Frameworks */,
  124. 601271BD3CC347FE2A663A69 /* AudioUnit.framework in Frameworks */,
  125. 34A9541D705B096D7D690F4F /* Cocoa.framework in Frameworks */,
  126. 2FD8149A2AE46E9B19201372 /* CoreAudio.framework in Frameworks */,
  127. 41C5024F150108A44C1C559F /* IOKit.framework in Frameworks */,
  128. 5FA21AD1355840324F3960FB /* Carbon.framework in Frameworks */,
  129. 35024078077B44D072B14735 /* ForceFeedback.framework in Frameworks */,
  130. 08CE0D33111C4E0404375994 /* CoreFoundation.framework in Frameworks */,
  131. 627C724716B909A0121E2CB8 /* OpenGL.framework in Frameworks */,
  132. 38EC0E7959A650DD7B490359 /* libSDL2main.a in Frameworks */,
  133. 357C072C66D134657A4358AF /* libSDL2test.a in Frameworks */,
  134. 77E3096D6E8B6AFA639C282B /* libSDL2.a in Frameworks */,
  135. );
  136. runOnlyForDeploymentPostprocessing = 0;
  137. };
  138. /* End PBXFrameworksBuildPhase section */
  139. /* Begin PBXGroup section */
  140. 271769BD0A515E5D6612478D /* testautomation */ = {
  141. isa = PBXGroup;
  142. children = (
  143. 254A294842BB285912A60D65 /* test */,
  144. 5CB107F16F12340D4B03546C /* Frameworks */,
  145. 06D2659B5F2A45A211DB4770 /* Products */,
  146. 35591A643EFF76B030C97827 /* Projects */,
  147. );
  148. name = "testautomation";
  149. sourceTree = "<group>";
  150. };
  151. 254A294842BB285912A60D65 /* test */ = {
  152. isa = PBXGroup;
  153. children = (
  154. 02F07A70794F4EA017122748 /* testautomation.c */,
  155. 67CE10AB773967E92D9E0809 /* testautomation_audio.c */,
  156. 1724553124845FAC540662B5 /* testautomation_clipboard.c */,
  157. 5ECA243A16E250343A501AE8 /* testautomation_events.c */,
  158. 30E66A5E63077A5E6FDC60A4 /* testautomation_keyboard.c */,
  159. 2A9339AF490178CE2DAE177B /* testautomation_main.c */,
  160. 76962AAE2FBA04BE14B45E7C /* testautomation_mouse.c */,
  161. 41BC3336256712D50AC92E24 /* testautomation_pixels.c */,
  162. 0EF30DB3124B3B5D028B0824 /* testautomation_platform.c */,
  163. 2E225D6D5DDA53B001931162 /* testautomation_rect.c */,
  164. 3B595BAA102F000579A233E3 /* testautomation_render.c */,
  165. 2A03303E50566A6F41BE45BB /* testautomation_rwops.c */,
  166. 37B95314610A6D537F426158 /* testautomation_sdltest.c */,
  167. 0F0F47154A363C5A6E776555 /* testautomation_stdlib.c */,
  168. 005416F138EE3231543A5963 /* testautomation_suites.h */,
  169. 1E530E1C0EB66747054E5C23 /* testautomation_surface.c */,
  170. 042E7203422E745A59252751 /* testautomation_syswm.c */,
  171. 24935FE831F301295F995943 /* testautomation_timer.c */,
  172. 2C59314151B2336963091C60 /* testautomation_video.c */,
  173. );
  174. name = "test";
  175. sourceTree = "<group>";
  176. };
  177. 5CB107F16F12340D4B03546C /* Frameworks */ = {
  178. isa = PBXGroup;
  179. children = (
  180. 2DE67FE13D66165A7A04470B /* AudioToolbox.framework */,
  181. 0AB52670094463062D5755CC /* AudioUnit.framework */,
  182. 64DF76961ABE4DA72D9E04E2 /* Cocoa.framework */,
  183. 3C774CAE5EE71FFD494846EF /* CoreAudio.framework */,
  184. 3A386FA34BC05A6126B415A7 /* IOKit.framework */,
  185. 40E513B239A31F071FE03CAE /* Carbon.framework */,
  186. 233862F97345691508BC1E73 /* ForceFeedback.framework */,
  187. 0C235FF82C50558D502D598A /* CoreFoundation.framework */,
  188. 08B05DEB23887618495A54A0 /* OpenGL.framework */,
  189. );
  190. name = "Frameworks";
  191. sourceTree = "<group>";
  192. };
  193. 06D2659B5F2A45A211DB4770 /* Products */ = {
  194. isa = PBXGroup;
  195. children = (
  196. 16F069400106487D10103B58 /* testautomation */,
  197. );
  198. name = "Products";
  199. sourceTree = "<group>";
  200. };
  201. 35591A643EFF76B030C97827 /* Projects */ = {
  202. isa = PBXGroup;
  203. children = (
  204. 560237CD7CB1015846F45D67 /* SDL2main.xcodeproj */,
  205. 06C9331D44ED555900FD68F0 /* SDL2test.xcodeproj */,
  206. 5685467763AD30D44F0D6738 /* SDL2.xcodeproj */,
  207. );
  208. name = "Projects";
  209. sourceTree = "<group>";
  210. };
  211. 358C06E72FD149F46E83074C /* Products */ = {
  212. isa = PBXGroup;
  213. children = (
  214. 189655F647DC75E80F9E01B7 /* libSDL2main.a */,
  215. );
  216. name = Products;
  217. sourceTree = "<group>";
  218. };
  219. 2CEE788B247B1E6240DE6C83 /* Products */ = {
  220. isa = PBXGroup;
  221. children = (
  222. 22C35FC727DB2D4E18402504 /* libSDL2test.a */,
  223. );
  224. name = Products;
  225. sourceTree = "<group>";
  226. };
  227. 47676CCD085B1AA613BC1EA3 /* Products */ = {
  228. isa = PBXGroup;
  229. children = (
  230. 1B5D0C561F7143C763071C12 /* libSDL2.a */,
  231. );
  232. name = Products;
  233. sourceTree = "<group>";
  234. };
  235. /* End PBXGroup section */
  236. /* Begin PBXNativeTarget section */
  237. 28631DD94B073E08173D5033 /* testautomation */ = {
  238. isa = PBXNativeTarget;
  239. buildConfigurationList = 347D3A952B0D6C0A20D53978 /* Build configuration list for PBXNativeTarget "testautomation" */;
  240. buildPhases = (
  241. 32D957D9011A042E7D1707EC /* Resources */,
  242. 3242398C52DA0C6017EF77FE /* Sources */,
  243. 495043B7648F7EF948345825 /* Frameworks */,
  244. );
  245. buildRules = (
  246. );
  247. dependencies = (
  248. 6B0B54B601FF376766927C01 /* PBXTargetDependency */,
  249. 372C60A915631FB937262818 /* PBXTargetDependency */,
  250. 01CA05B75DA8650E11D36C56 /* PBXTargetDependency */,
  251. );
  252. name = "testautomation";
  253. productInstallPath = "$(HOME)/bin";
  254. productName = "testautomation";
  255. productReference = 16F069400106487D10103B58 /* testautomation */;
  256. productType = "com.apple.product-type.tool";
  257. };
  258. /* End PBXNativeTarget section */
  259. /* Begin PBXProject section */
  260. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  261. isa = PBXProject;
  262. buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testautomation" */;
  263. compatibilityVersion = "Xcode 3.2";
  264. hasScannedForEncodings = 1;
  265. mainGroup = 271769BD0A515E5D6612478D /* testautomation */;
  266. projectDirPath = "";
  267. projectReferences = (
  268. {
  269. ProductGroup = 358C06E72FD149F46E83074C /* Products */;
  270. ProjectRef = 560237CD7CB1015846F45D67 /* SDL2main.xcodeproj */;
  271. },
  272. {
  273. ProductGroup = 2CEE788B247B1E6240DE6C83 /* Products */;
  274. ProjectRef = 06C9331D44ED555900FD68F0 /* SDL2test.xcodeproj */;
  275. },
  276. {
  277. ProductGroup = 47676CCD085B1AA613BC1EA3 /* Products */;
  278. ProjectRef = 5685467763AD30D44F0D6738 /* SDL2.xcodeproj */;
  279. },
  280. );
  281. projectRoot = "";
  282. targets = (
  283. 28631DD94B073E08173D5033 /* testautomation */,
  284. );
  285. };
  286. /* End PBXProject section */
  287. /* Begin PBXReferenceProxy section */
  288. 189655F647DC75E80F9E01B7 /* libSDL2main.a */ = {
  289. isa = PBXReferenceProxy;
  290. fileType = archive.ar;
  291. path = "Build/Debug/libSDL2main.a";
  292. remoteRef = 493019283F531FA91F1B5B92 /* PBXContainerItemProxy */;
  293. sourceTree = BUILT_PRODUCTS_DIR;
  294. };
  295. 22C35FC727DB2D4E18402504 /* libSDL2test.a */ = {
  296. isa = PBXReferenceProxy;
  297. fileType = archive.ar;
  298. path = "Build/Debug/libSDL2test.a";
  299. remoteRef = 24730DD730B5791B5C937562 /* PBXContainerItemProxy */;
  300. sourceTree = BUILT_PRODUCTS_DIR;
  301. };
  302. 1B5D0C561F7143C763071C12 /* libSDL2.a */ = {
  303. isa = PBXReferenceProxy;
  304. fileType = archive.ar;
  305. path = "Build/Debug/libSDL2.a";
  306. remoteRef = 18113D682F4D016F4F5C5C8E /* PBXContainerItemProxy */;
  307. sourceTree = BUILT_PRODUCTS_DIR;
  308. };
  309. /* End PBXReferenceProxy section */
  310. /* Begin PBXResourcesBuildPhase section */
  311. 32D957D9011A042E7D1707EC /* Resources */ = {
  312. isa = PBXResourcesBuildPhase;
  313. buildActionMask = 2147483647;
  314. files = (
  315. );
  316. runOnlyForDeploymentPostprocessing = 0;
  317. };
  318. /* End PBXResourcesBuildPhase section */
  319. /* Begin PBXSourcesBuildPhase section */
  320. 3242398C52DA0C6017EF77FE /* Sources */ = {
  321. isa = PBXSourcesBuildPhase;
  322. buildActionMask = 2147483647;
  323. files = (
  324. 6C2D1B7F6FD948D813597556 /* testautomation.c in Sources */,
  325. 1D59654F6543146669A50F9D /* testautomation_audio.c in Sources */,
  326. 119E2CF662CD266835173054 /* testautomation_clipboard.c in Sources */,
  327. 1DAA2B7732526697452644E5 /* testautomation_events.c in Sources */,
  328. 350F01AE62D857CB5C6F1FA7 /* testautomation_keyboard.c in Sources */,
  329. 2EA572B7005449BA606066E7 /* testautomation_main.c in Sources */,
  330. 261E2DC767D84AF40AB37EC7 /* testautomation_mouse.c in Sources */,
  331. 51CE3D32297C32F65A570960 /* testautomation_pixels.c in Sources */,
  332. 7AEE2F2B51B41C626A2748EE /* testautomation_platform.c in Sources */,
  333. 4AD378CC324A23C518544AB1 /* testautomation_rect.c in Sources */,
  334. 22C07B6D5566319C22484C40 /* testautomation_render.c in Sources */,
  335. 22D63F1315BE7B28061828AC /* testautomation_rwops.c in Sources */,
  336. 5D4F6F4A03C85B7F74CD4114 /* testautomation_sdltest.c in Sources */,
  337. 31EF4FB440F804510FC824FF /* testautomation_stdlib.c in Sources */,
  338. 7FC9661039A8605D2E5E3DB4 /* testautomation_surface.c in Sources */,
  339. 6C4A7BDB069474E058F60283 /* testautomation_syswm.c in Sources */,
  340. 66F04E054CC476FA421D0BFB /* testautomation_timer.c in Sources */,
  341. 151E1FB5282C10BD6D085EE0 /* testautomation_video.c in Sources */,
  342. );
  343. runOnlyForDeploymentPostprocessing = 0;
  344. };
  345. /* End PBXSourcesBuildPhase section */
  346. /* Begin PBXVariantGroup section */
  347. /* End PBXVariantGroup section */
  348. /* Begin PBXTargetDependency section */
  349. 6B0B54B601FF376766927C01 /* PBXTargetDependency */ = {
  350. isa = PBXTargetDependency;
  351. name = "libSDL2main.a";
  352. targetProxy = 0EBA708404EF6A35702F41B3 /* PBXContainerItemProxy */;
  353. };
  354. 372C60A915631FB937262818 /* PBXTargetDependency */ = {
  355. isa = PBXTargetDependency;
  356. name = "libSDL2test.a";
  357. targetProxy = 199C7651500E075E4F5D76B0 /* PBXContainerItemProxy */;
  358. };
  359. 01CA05B75DA8650E11D36C56 /* PBXTargetDependency */ = {
  360. isa = PBXTargetDependency;
  361. name = "libSDL2.a";
  362. targetProxy = 009C23BA2E38797638A507B8 /* PBXContainerItemProxy */;
  363. };
  364. /* End PBXTargetDependency section */
  365. /* Begin XCBuildConfiguration section */
  366. 5A5F50FB4E5C0F9E647766F5 /* Debug Universal */ = {
  367. isa = XCBuildConfiguration;
  368. buildSettings = {
  369. ALWAYS_SEARCH_USER_PATHS = NO;
  370. CONFIGURATION_BUILD_DIR = Build/Debug;
  371. GCC_DYNAMIC_NO_PIC = NO;
  372. GCC_MODEL_TUNING = G5;
  373. INSTALL_PATH = /usr/local/bin;
  374. PRODUCT_NAME = "testautomation";
  375. };
  376. name = "Debug Universal";
  377. };
  378. 26C4300A16290B5325976AE5 /* Debug Native */ = {
  379. isa = XCBuildConfiguration;
  380. buildSettings = {
  381. ALWAYS_SEARCH_USER_PATHS = NO;
  382. CONFIGURATION_BUILD_DIR = Build/Debug;
  383. GCC_DYNAMIC_NO_PIC = NO;
  384. GCC_MODEL_TUNING = G5;
  385. INSTALL_PATH = /usr/local/bin;
  386. PRODUCT_NAME = "testautomation";
  387. };
  388. name = "Debug Native";
  389. };
  390. 267834F13C13090327EE346A /* Release Universal */ = {
  391. isa = XCBuildConfiguration;
  392. buildSettings = {
  393. ALWAYS_SEARCH_USER_PATHS = NO;
  394. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  395. CONFIGURATION_BUILD_DIR = Build/Release;
  396. GCC_DYNAMIC_NO_PIC = NO;
  397. GCC_MODEL_TUNING = G5;
  398. INSTALL_PATH = /usr/local/bin;
  399. PRODUCT_NAME = "testautomation";
  400. };
  401. name = "Release Universal";
  402. };
  403. 7F37303A34907ED0381D21B2 /* Release Native */ = {
  404. isa = XCBuildConfiguration;
  405. buildSettings = {
  406. ALWAYS_SEARCH_USER_PATHS = NO;
  407. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  408. CONFIGURATION_BUILD_DIR = Build/Release;
  409. GCC_DYNAMIC_NO_PIC = NO;
  410. GCC_MODEL_TUNING = G5;
  411. INSTALL_PATH = /usr/local/bin;
  412. PRODUCT_NAME = "testautomation";
  413. };
  414. name = "Release Native";
  415. };
  416. 79750455726D657C356F47CF /* Debug Universal */ = {
  417. isa = XCBuildConfiguration;
  418. buildSettings = {
  419. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  420. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  421. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  422. COPY_PHASE_STRIP = NO;
  423. GCC_C_LANGUAGE_STANDARD = gnu99;
  424. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  425. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  426. GCC_OPTIMIZATION_LEVEL = 0;
  427. GCC_PREPROCESSOR_DEFINITIONS = (
  428. "USING_PREMAKE_CONFIG_H",
  429. "_DEBUG",
  430. );
  431. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  432. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  433. GCC_WARN_UNUSED_VARIABLE = YES;
  434. HEADER_SEARCH_PATHS = (
  435. "../..",
  436. "../../../../../include",
  437. );
  438. OBJROOT = "obj/Universal/Debug";
  439. ONLY_ACTIVE_ARCH = YES;
  440. SYMROOT = "Build/Debug";
  441. };
  442. name = "Debug Universal";
  443. };
  444. 63421004112F357B28D5610D /* Debug Native */ = {
  445. isa = XCBuildConfiguration;
  446. buildSettings = {
  447. ARCHS = "$(NATIVE_ARCH_ACTUAL)";
  448. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  449. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  450. COPY_PHASE_STRIP = NO;
  451. GCC_C_LANGUAGE_STANDARD = gnu99;
  452. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  453. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  454. GCC_OPTIMIZATION_LEVEL = 0;
  455. GCC_PREPROCESSOR_DEFINITIONS = (
  456. "USING_PREMAKE_CONFIG_H",
  457. "_DEBUG",
  458. );
  459. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  460. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  461. GCC_WARN_UNUSED_VARIABLE = YES;
  462. HEADER_SEARCH_PATHS = (
  463. "../..",
  464. "../../../../../include",
  465. );
  466. OBJROOT = "obj/Debug";
  467. ONLY_ACTIVE_ARCH = YES;
  468. SYMROOT = "Build/Debug";
  469. };
  470. name = "Debug Native";
  471. };
  472. 2E0953910421209721204718 /* Release Universal */ = {
  473. isa = XCBuildConfiguration;
  474. buildSettings = {
  475. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  476. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  477. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  478. GCC_C_LANGUAGE_STANDARD = gnu99;
  479. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  480. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  481. GCC_OPTIMIZATION_LEVEL = 3;
  482. GCC_PREPROCESSOR_DEFINITIONS = (
  483. "USING_PREMAKE_CONFIG_H",
  484. "NDEBUG",
  485. );
  486. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  487. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  488. GCC_WARN_UNUSED_VARIABLE = YES;
  489. HEADER_SEARCH_PATHS = (
  490. "../..",
  491. "../../../../../include",
  492. );
  493. OBJROOT = "obj/Universal/Release";
  494. ONLY_ACTIVE_ARCH = NO;
  495. SYMROOT = "Build/Release";
  496. };
  497. name = "Release Universal";
  498. };
  499. 61CD5A4165AE233109A87695 /* Release Native */ = {
  500. isa = XCBuildConfiguration;
  501. buildSettings = {
  502. ARCHS = "$(NATIVE_ARCH_ACTUAL)";
  503. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  504. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  505. GCC_C_LANGUAGE_STANDARD = gnu99;
  506. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  507. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  508. GCC_OPTIMIZATION_LEVEL = 3;
  509. GCC_PREPROCESSOR_DEFINITIONS = (
  510. "USING_PREMAKE_CONFIG_H",
  511. "NDEBUG",
  512. );
  513. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  514. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  515. GCC_WARN_UNUSED_VARIABLE = YES;
  516. HEADER_SEARCH_PATHS = (
  517. "../..",
  518. "../../../../../include",
  519. );
  520. OBJROOT = "obj/Release";
  521. ONLY_ACTIVE_ARCH = NO;
  522. SYMROOT = "Build/Release";
  523. };
  524. name = "Release Native";
  525. };
  526. /* End XCBuildConfiguration section */
  527. /* Begin XCConfigurationList section */
  528. 347D3A952B0D6C0A20D53978 /* Build configuration list for PBXNativeTarget "testautomation" */ = {
  529. isa = XCConfigurationList;
  530. buildConfigurations = (
  531. 5A5F50FB4E5C0F9E647766F5 /* Debug Universal */,
  532. 26C4300A16290B5325976AE5 /* Debug Native */,
  533. 267834F13C13090327EE346A /* Release Universal */,
  534. 7F37303A34907ED0381D21B2 /* Release Native */,
  535. );
  536. defaultConfigurationIsVisible = 0;
  537. defaultConfigurationName = "Debug Universal";
  538. };
  539. 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testautomation" */ = {
  540. isa = XCConfigurationList;
  541. buildConfigurations = (
  542. 79750455726D657C356F47CF /* Debug Universal */,
  543. 63421004112F357B28D5610D /* Debug Native */,
  544. 2E0953910421209721204718 /* Release Universal */,
  545. 61CD5A4165AE233109A87695 /* Release Native */,
  546. );
  547. defaultConfigurationIsVisible = 0;
  548. defaultConfigurationName = "Debug Universal";
  549. };
  550. /* End XCConfigurationList section */
  551. };
  552. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  553. }