project.pbxproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 6A47770C5EF950855C473DE4 /* SDL_dummy_main.c in Sources */ = {isa = PBXBuildFile; fileRef = 548E78363EA76CBB7C9D647D /* SDL_dummy_main.c */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXFileReference section */
  12. 548E78363EA76CBB7C9D647D /* SDL_dummy_main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_dummy_main.c"; path = "../../../src/main/dummy/SDL_dummy_main.c"; sourceTree = "<group>"; };
  13. 5E5C7A9A4A341C0E5B2D6CDA /* libSDL2main.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libSDL2main.a"; path = "libSDL2main.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  14. /* End PBXFileReference section */
  15. /* Begin PBXFrameworksBuildPhase section */
  16. 450B55DB505267192316799F /* Frameworks */ = {
  17. isa = PBXFrameworksBuildPhase;
  18. buildActionMask = 2147483647;
  19. files = (
  20. );
  21. runOnlyForDeploymentPostprocessing = 0;
  22. };
  23. /* End PBXFrameworksBuildPhase section */
  24. /* Begin PBXGroup section */
  25. 24A248A70B67298D6C2C6433 /* SDL2main */ = {
  26. isa = PBXGroup;
  27. children = (
  28. 0F4A74990FAF59563DCE2840 /* src */,
  29. 4DF93DED3B1F1CF603EE2961 /* Products */,
  30. );
  31. name = "SDL2main";
  32. sourceTree = "<group>";
  33. };
  34. 0F4A74990FAF59563DCE2840 /* src */ = {
  35. isa = PBXGroup;
  36. children = (
  37. 23932A2D1F2210D87B842AED /* main */,
  38. );
  39. name = "src";
  40. sourceTree = "<group>";
  41. };
  42. 23932A2D1F2210D87B842AED /* main */ = {
  43. isa = PBXGroup;
  44. children = (
  45. 38FB10B773C32C6E1FD240A6 /* dummy */,
  46. );
  47. name = "main";
  48. sourceTree = "<group>";
  49. };
  50. 38FB10B773C32C6E1FD240A6 /* dummy */ = {
  51. isa = PBXGroup;
  52. children = (
  53. 548E78363EA76CBB7C9D647D /* SDL_dummy_main.c */,
  54. );
  55. name = "dummy";
  56. sourceTree = "<group>";
  57. };
  58. 4DF93DED3B1F1CF603EE2961 /* Products */ = {
  59. isa = PBXGroup;
  60. children = (
  61. 5E5C7A9A4A341C0E5B2D6CDA /* libSDL2main.a */,
  62. );
  63. name = "Products";
  64. sourceTree = "<group>";
  65. };
  66. /* End PBXGroup section */
  67. /* Begin PBXNativeTarget section */
  68. 03EA2B934468123B74107F68 /* SDL2main */ = {
  69. isa = PBXNativeTarget;
  70. buildConfigurationList = 253743B11B001E914B5D598A /* Build configuration list for PBXNativeTarget "SDL2main" */;
  71. buildPhases = (
  72. 2478641F57CA13393B9D590C /* Resources */,
  73. 2646786734062B0C5FFE3108 /* Sources */,
  74. 450B55DB505267192316799F /* Frameworks */,
  75. );
  76. buildRules = (
  77. );
  78. dependencies = (
  79. );
  80. name = "SDL2main";
  81. productName = "SDL2main";
  82. productReference = 5E5C7A9A4A341C0E5B2D6CDA /* libSDL2main.a */;
  83. productType = "com.apple.product-type.library.static";
  84. };
  85. /* End PBXNativeTarget section */
  86. /* Begin PBXProject section */
  87. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  88. isa = PBXProject;
  89. buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "SDL2main" */;
  90. compatibilityVersion = "Xcode 3.2";
  91. hasScannedForEncodings = 1;
  92. mainGroup = 24A248A70B67298D6C2C6433 /* SDL2main */;
  93. projectDirPath = "";
  94. projectRoot = "";
  95. targets = (
  96. 03EA2B934468123B74107F68 /* libSDL2main.a */,
  97. );
  98. };
  99. /* End PBXProject section */
  100. /* Begin PBXResourcesBuildPhase section */
  101. 2478641F57CA13393B9D590C /* Resources */ = {
  102. isa = PBXResourcesBuildPhase;
  103. buildActionMask = 2147483647;
  104. files = (
  105. );
  106. runOnlyForDeploymentPostprocessing = 0;
  107. };
  108. /* End PBXResourcesBuildPhase section */
  109. /* Begin PBXSourcesBuildPhase section */
  110. 2646786734062B0C5FFE3108 /* Sources */ = {
  111. isa = PBXSourcesBuildPhase;
  112. buildActionMask = 2147483647;
  113. files = (
  114. 6A47770C5EF950855C473DE4 /* SDL_dummy_main.c in Sources */,
  115. );
  116. runOnlyForDeploymentPostprocessing = 0;
  117. };
  118. /* End PBXSourcesBuildPhase section */
  119. /* Begin PBXVariantGroup section */
  120. /* End PBXVariantGroup section */
  121. /* Begin XCBuildConfiguration section */
  122. 25220E52501602BA417227AC /* Debug */ = {
  123. isa = XCBuildConfiguration;
  124. buildSettings = {
  125. ALWAYS_SEARCH_USER_PATHS = NO;
  126. CONFIGURATION_BUILD_DIR = Build/Debug;
  127. GCC_DYNAMIC_NO_PIC = NO;
  128. GCC_MODEL_TUNING = G5;
  129. INSTALL_PATH = /usr/local/lib;
  130. PRODUCT_NAME = "SDL2main";
  131. };
  132. name = "Debug";
  133. };
  134. 7EE30A225C264A274EA54353 /* Release */ = {
  135. isa = XCBuildConfiguration;
  136. buildSettings = {
  137. ALWAYS_SEARCH_USER_PATHS = NO;
  138. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  139. CONFIGURATION_BUILD_DIR = Build/Release;
  140. GCC_DYNAMIC_NO_PIC = NO;
  141. GCC_MODEL_TUNING = G5;
  142. INSTALL_PATH = /usr/local/lib;
  143. PRODUCT_NAME = "SDL2main";
  144. };
  145. name = "Release";
  146. };
  147. 25A70ED1565647744E791094 /* Debug */ = {
  148. isa = XCBuildConfiguration;
  149. buildSettings = {
  150. ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
  151. SDKROOT = iphoneos;
  152. CODE_SIGN_IDENTITY = "iPhone Developer";
  153. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  154. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  155. COPY_PHASE_STRIP = NO;
  156. GCC_C_LANGUAGE_STANDARD = gnu99;
  157. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  158. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  159. GCC_OPTIMIZATION_LEVEL = 0;
  160. GCC_PREPROCESSOR_DEFINITIONS = (
  161. "USING_PREMAKE_CONFIG_H",
  162. "_DEBUG",
  163. );
  164. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  165. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  166. GCC_WARN_UNUSED_VARIABLE = YES;
  167. HEADER_SEARCH_PATHS = (
  168. "..",
  169. "../../../include",
  170. );
  171. OBJROOT = "obj/iOS/Debug";
  172. ONLY_ACTIVE_ARCH = YES;
  173. SYMROOT = "Build/Debug";
  174. };
  175. name = "Debug";
  176. };
  177. 1A8A11CE1AAA3BF8562F4099 /* Release */ = {
  178. isa = XCBuildConfiguration;
  179. buildSettings = {
  180. ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
  181. SDKROOT = iphoneos;
  182. CODE_SIGN_IDENTITY = "iPhone Developer";
  183. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  184. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  185. GCC_C_LANGUAGE_STANDARD = gnu99;
  186. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  187. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  188. GCC_OPTIMIZATION_LEVEL = 3;
  189. GCC_PREPROCESSOR_DEFINITIONS = (
  190. "USING_PREMAKE_CONFIG_H",
  191. "NDEBUG",
  192. );
  193. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  194. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  195. GCC_WARN_UNUSED_VARIABLE = YES;
  196. HEADER_SEARCH_PATHS = (
  197. "..",
  198. "../../../include",
  199. );
  200. OBJROOT = "obj/iOS/Release";
  201. ONLY_ACTIVE_ARCH = NO;
  202. SYMROOT = "Build/Release";
  203. };
  204. name = "Release";
  205. };
  206. /* End XCBuildConfiguration section */
  207. /* Begin XCConfigurationList section */
  208. 253743B11B001E914B5D598A /* Build configuration list for PBXNativeTarget "libSDL2main.a" */ = {
  209. isa = XCConfigurationList;
  210. buildConfigurations = (
  211. 25220E52501602BA417227AC /* Debug */,
  212. 7EE30A225C264A274EA54353 /* Release */,
  213. );
  214. defaultConfigurationIsVisible = 0;
  215. defaultConfigurationName = "Debug";
  216. };
  217. 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "SDL2main" */ = {
  218. isa = XCConfigurationList;
  219. buildConfigurations = (
  220. 25A70ED1565647744E791094 /* Debug */,
  221. 1A8A11CE1AAA3BF8562F4099 /* Release */,
  222. );
  223. defaultConfigurationIsVisible = 0;
  224. defaultConfigurationName = "Debug";
  225. };
  226. /* End XCConfigurationList section */
  227. };
  228. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  229. }