project.pbxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. AA1EE462176059AB0029C7A5 /* SDL_test_common.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE454176059AB0029C7A5 /* SDL_test_common.c */; };
  10. AA1EE463176059AB0029C7A5 /* SDL_test_compare.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE455176059AB0029C7A5 /* SDL_test_compare.c */; };
  11. AA1EE464176059AB0029C7A5 /* SDL_test_crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE456176059AB0029C7A5 /* SDL_test_crc32.c */; };
  12. AA1EE465176059AB0029C7A5 /* SDL_test_font.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE457176059AB0029C7A5 /* SDL_test_font.c */; };
  13. AA1EE466176059AB0029C7A5 /* SDL_test_fuzzer.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE458176059AB0029C7A5 /* SDL_test_fuzzer.c */; };
  14. AA1EE467176059AB0029C7A5 /* SDL_test_harness.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE459176059AB0029C7A5 /* SDL_test_harness.c */; };
  15. AA1EE468176059AB0029C7A5 /* SDL_test_imageBlit.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45A176059AB0029C7A5 /* SDL_test_imageBlit.c */; };
  16. AA1EE469176059AB0029C7A5 /* SDL_test_imageBlitBlend.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45B176059AB0029C7A5 /* SDL_test_imageBlitBlend.c */; };
  17. AA1EE46A176059AB0029C7A5 /* SDL_test_imageFace.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45C176059AB0029C7A5 /* SDL_test_imageFace.c */; };
  18. AA1EE46B176059AB0029C7A5 /* SDL_test_imagePrimitives.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45D176059AB0029C7A5 /* SDL_test_imagePrimitives.c */; };
  19. AA1EE46C176059AB0029C7A5 /* SDL_test_imagePrimitivesBlend.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45E176059AB0029C7A5 /* SDL_test_imagePrimitivesBlend.c */; };
  20. AA1EE46D176059AB0029C7A5 /* SDL_test_log.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45F176059AB0029C7A5 /* SDL_test_log.c */; };
  21. AA1EE46E176059AB0029C7A5 /* SDL_test_md5.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE460176059AB0029C7A5 /* SDL_test_md5.c */; };
  22. AA1EE46F176059AB0029C7A5 /* SDL_test_random.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE461176059AB0029C7A5 /* SDL_test_random.c */; };
  23. /* End PBXBuildFile section */
  24. /* Begin PBXFileReference section */
  25. AA1EE4461760589B0029C7A5 /* libSDL2test.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDL2test.a; sourceTree = BUILT_PRODUCTS_DIR; };
  26. AA1EE454176059AB0029C7A5 /* SDL_test_common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_common.c; path = ../../src/test/SDL_test_common.c; sourceTree = "<group>"; };
  27. AA1EE455176059AB0029C7A5 /* SDL_test_compare.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_compare.c; path = ../../src/test/SDL_test_compare.c; sourceTree = "<group>"; };
  28. AA1EE456176059AB0029C7A5 /* SDL_test_crc32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_crc32.c; path = ../../src/test/SDL_test_crc32.c; sourceTree = "<group>"; };
  29. AA1EE457176059AB0029C7A5 /* SDL_test_font.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_font.c; path = ../../src/test/SDL_test_font.c; sourceTree = "<group>"; };
  30. AA1EE458176059AB0029C7A5 /* SDL_test_fuzzer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_fuzzer.c; path = ../../src/test/SDL_test_fuzzer.c; sourceTree = "<group>"; };
  31. AA1EE459176059AB0029C7A5 /* SDL_test_harness.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_harness.c; path = ../../src/test/SDL_test_harness.c; sourceTree = "<group>"; };
  32. AA1EE45A176059AB0029C7A5 /* SDL_test_imageBlit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_imageBlit.c; path = ../../src/test/SDL_test_imageBlit.c; sourceTree = "<group>"; };
  33. AA1EE45B176059AB0029C7A5 /* SDL_test_imageBlitBlend.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_imageBlitBlend.c; path = ../../src/test/SDL_test_imageBlitBlend.c; sourceTree = "<group>"; };
  34. AA1EE45C176059AB0029C7A5 /* SDL_test_imageFace.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_imageFace.c; path = ../../src/test/SDL_test_imageFace.c; sourceTree = "<group>"; };
  35. AA1EE45D176059AB0029C7A5 /* SDL_test_imagePrimitives.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_imagePrimitives.c; path = ../../src/test/SDL_test_imagePrimitives.c; sourceTree = "<group>"; };
  36. AA1EE45E176059AB0029C7A5 /* SDL_test_imagePrimitivesBlend.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_imagePrimitivesBlend.c; path = ../../src/test/SDL_test_imagePrimitivesBlend.c; sourceTree = "<group>"; };
  37. AA1EE45F176059AB0029C7A5 /* SDL_test_log.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_log.c; path = ../../src/test/SDL_test_log.c; sourceTree = "<group>"; };
  38. AA1EE460176059AB0029C7A5 /* SDL_test_md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_md5.c; path = ../../src/test/SDL_test_md5.c; sourceTree = "<group>"; };
  39. AA1EE461176059AB0029C7A5 /* SDL_test_random.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_random.c; path = ../../src/test/SDL_test_random.c; sourceTree = "<group>"; };
  40. /* End PBXFileReference section */
  41. /* Begin PBXFrameworksBuildPhase section */
  42. AA1EE4431760589B0029C7A5 /* Frameworks */ = {
  43. isa = PBXFrameworksBuildPhase;
  44. buildActionMask = 2147483647;
  45. files = (
  46. );
  47. runOnlyForDeploymentPostprocessing = 0;
  48. };
  49. /* End PBXFrameworksBuildPhase section */
  50. /* Begin PBXGroup section */
  51. AA1EE43D1760589B0029C7A5 = {
  52. isa = PBXGroup;
  53. children = (
  54. AA1EE453176059770029C7A5 /* Library Source */,
  55. AA1EE4471760589B0029C7A5 /* Products */,
  56. );
  57. sourceTree = "<group>";
  58. };
  59. AA1EE4471760589B0029C7A5 /* Products */ = {
  60. isa = PBXGroup;
  61. children = (
  62. AA1EE4461760589B0029C7A5 /* libSDL2test.a */,
  63. );
  64. name = Products;
  65. sourceTree = "<group>";
  66. };
  67. AA1EE453176059770029C7A5 /* Library Source */ = {
  68. isa = PBXGroup;
  69. children = (
  70. AA1EE454176059AB0029C7A5 /* SDL_test_common.c */,
  71. AA1EE455176059AB0029C7A5 /* SDL_test_compare.c */,
  72. AA1EE456176059AB0029C7A5 /* SDL_test_crc32.c */,
  73. AA1EE457176059AB0029C7A5 /* SDL_test_font.c */,
  74. AA1EE458176059AB0029C7A5 /* SDL_test_fuzzer.c */,
  75. AA1EE459176059AB0029C7A5 /* SDL_test_harness.c */,
  76. AA1EE45A176059AB0029C7A5 /* SDL_test_imageBlit.c */,
  77. AA1EE45B176059AB0029C7A5 /* SDL_test_imageBlitBlend.c */,
  78. AA1EE45C176059AB0029C7A5 /* SDL_test_imageFace.c */,
  79. AA1EE45D176059AB0029C7A5 /* SDL_test_imagePrimitives.c */,
  80. AA1EE45E176059AB0029C7A5 /* SDL_test_imagePrimitivesBlend.c */,
  81. AA1EE45F176059AB0029C7A5 /* SDL_test_log.c */,
  82. AA1EE460176059AB0029C7A5 /* SDL_test_md5.c */,
  83. AA1EE461176059AB0029C7A5 /* SDL_test_random.c */,
  84. );
  85. name = "Library Source";
  86. sourceTree = "<group>";
  87. };
  88. /* End PBXGroup section */
  89. /* Begin PBXHeadersBuildPhase section */
  90. AA1EE4441760589B0029C7A5 /* Headers */ = {
  91. isa = PBXHeadersBuildPhase;
  92. buildActionMask = 2147483647;
  93. files = (
  94. );
  95. runOnlyForDeploymentPostprocessing = 0;
  96. };
  97. /* End PBXHeadersBuildPhase section */
  98. /* Begin PBXNativeTarget section */
  99. AA1EE4451760589B0029C7A5 /* SDL2test */ = {
  100. isa = PBXNativeTarget;
  101. buildConfigurationList = AA1EE44A1760589B0029C7A5 /* Build configuration list for PBXNativeTarget "SDL2test" */;
  102. buildPhases = (
  103. AA1EE4421760589B0029C7A5 /* Sources */,
  104. AA1EE4431760589B0029C7A5 /* Frameworks */,
  105. AA1EE4441760589B0029C7A5 /* Headers */,
  106. );
  107. buildRules = (
  108. );
  109. dependencies = (
  110. );
  111. name = SDL2test;
  112. productName = SDL2test;
  113. productReference = AA1EE4461760589B0029C7A5 /* libSDL2test.a */;
  114. productType = "com.apple.product-type.library.static";
  115. };
  116. /* End PBXNativeTarget section */
  117. /* Begin PBXProject section */
  118. AA1EE43E1760589B0029C7A5 /* Project object */ = {
  119. isa = PBXProject;
  120. attributes = {
  121. LastUpgradeCheck = 0460;
  122. ORGANIZATIONNAME = "Sam Lantinga";
  123. };
  124. buildConfigurationList = AA1EE4411760589B0029C7A5 /* Build configuration list for PBXProject "SDL2test" */;
  125. compatibilityVersion = "Xcode 3.2";
  126. developmentRegion = English;
  127. hasScannedForEncodings = 0;
  128. knownRegions = (
  129. en,
  130. );
  131. mainGroup = AA1EE43D1760589B0029C7A5;
  132. productRefGroup = AA1EE4471760589B0029C7A5 /* Products */;
  133. projectDirPath = "";
  134. projectRoot = "";
  135. targets = (
  136. AA1EE4451760589B0029C7A5 /* SDL2test */,
  137. );
  138. };
  139. /* End PBXProject section */
  140. /* Begin PBXSourcesBuildPhase section */
  141. AA1EE4421760589B0029C7A5 /* Sources */ = {
  142. isa = PBXSourcesBuildPhase;
  143. buildActionMask = 2147483647;
  144. files = (
  145. AA1EE462176059AB0029C7A5 /* SDL_test_common.c in Sources */,
  146. AA1EE463176059AB0029C7A5 /* SDL_test_compare.c in Sources */,
  147. AA1EE464176059AB0029C7A5 /* SDL_test_crc32.c in Sources */,
  148. AA1EE465176059AB0029C7A5 /* SDL_test_font.c in Sources */,
  149. AA1EE466176059AB0029C7A5 /* SDL_test_fuzzer.c in Sources */,
  150. AA1EE467176059AB0029C7A5 /* SDL_test_harness.c in Sources */,
  151. AA1EE468176059AB0029C7A5 /* SDL_test_imageBlit.c in Sources */,
  152. AA1EE469176059AB0029C7A5 /* SDL_test_imageBlitBlend.c in Sources */,
  153. AA1EE46A176059AB0029C7A5 /* SDL_test_imageFace.c in Sources */,
  154. AA1EE46B176059AB0029C7A5 /* SDL_test_imagePrimitives.c in Sources */,
  155. AA1EE46C176059AB0029C7A5 /* SDL_test_imagePrimitivesBlend.c in Sources */,
  156. AA1EE46D176059AB0029C7A5 /* SDL_test_log.c in Sources */,
  157. AA1EE46E176059AB0029C7A5 /* SDL_test_md5.c in Sources */,
  158. AA1EE46F176059AB0029C7A5 /* SDL_test_random.c in Sources */,
  159. );
  160. runOnlyForDeploymentPostprocessing = 0;
  161. };
  162. /* End PBXSourcesBuildPhase section */
  163. /* Begin XCBuildConfiguration section */
  164. AA1EE4481760589B0029C7A5 /* Debug */ = {
  165. isa = XCBuildConfiguration;
  166. buildSettings = {
  167. ALWAYS_SEARCH_USER_PATHS = NO;
  168. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  169. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  170. CLANG_CXX_LIBRARY = "libc++";
  171. CLANG_WARN_CONSTANT_CONVERSION = YES;
  172. CLANG_WARN_EMPTY_BODY = YES;
  173. CLANG_WARN_ENUM_CONVERSION = YES;
  174. CLANG_WARN_INT_CONVERSION = YES;
  175. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  176. COPY_PHASE_STRIP = NO;
  177. GCC_C_LANGUAGE_STANDARD = gnu99;
  178. GCC_DYNAMIC_NO_PIC = NO;
  179. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  180. GCC_OPTIMIZATION_LEVEL = 0;
  181. GCC_PREPROCESSOR_DEFINITIONS = (
  182. "DEBUG=1",
  183. "$(inherited)",
  184. );
  185. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  186. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  187. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  188. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  189. GCC_WARN_UNUSED_VARIABLE = YES;
  190. MACOSX_DEPLOYMENT_TARGET = 10.8;
  191. ONLY_ACTIVE_ARCH = YES;
  192. SDKROOT = iphoneos;
  193. };
  194. name = Debug;
  195. };
  196. AA1EE4491760589B0029C7A5 /* Release */ = {
  197. isa = XCBuildConfiguration;
  198. buildSettings = {
  199. ALWAYS_SEARCH_USER_PATHS = NO;
  200. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  201. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  202. CLANG_CXX_LIBRARY = "libc++";
  203. CLANG_WARN_CONSTANT_CONVERSION = YES;
  204. CLANG_WARN_EMPTY_BODY = YES;
  205. CLANG_WARN_ENUM_CONVERSION = YES;
  206. CLANG_WARN_INT_CONVERSION = YES;
  207. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  208. COPY_PHASE_STRIP = YES;
  209. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  210. GCC_C_LANGUAGE_STANDARD = gnu99;
  211. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  212. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  213. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  214. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  215. GCC_WARN_UNUSED_VARIABLE = YES;
  216. MACOSX_DEPLOYMENT_TARGET = 10.8;
  217. SDKROOT = iphoneos;
  218. };
  219. name = Release;
  220. };
  221. AA1EE44B1760589B0029C7A5 /* Debug */ = {
  222. isa = XCBuildConfiguration;
  223. buildSettings = {
  224. EXECUTABLE_PREFIX = lib;
  225. HEADER_SEARCH_PATHS = ../../include;
  226. PRODUCT_NAME = "$(TARGET_NAME)";
  227. };
  228. name = Debug;
  229. };
  230. AA1EE44C1760589B0029C7A5 /* Release */ = {
  231. isa = XCBuildConfiguration;
  232. buildSettings = {
  233. EXECUTABLE_PREFIX = lib;
  234. HEADER_SEARCH_PATHS = ../../include;
  235. PRODUCT_NAME = "$(TARGET_NAME)";
  236. };
  237. name = Release;
  238. };
  239. /* End XCBuildConfiguration section */
  240. /* Begin XCConfigurationList section */
  241. AA1EE4411760589B0029C7A5 /* Build configuration list for PBXProject "SDL2test" */ = {
  242. isa = XCConfigurationList;
  243. buildConfigurations = (
  244. AA1EE4481760589B0029C7A5 /* Debug */,
  245. AA1EE4491760589B0029C7A5 /* Release */,
  246. );
  247. defaultConfigurationIsVisible = 0;
  248. defaultConfigurationName = Release;
  249. };
  250. AA1EE44A1760589B0029C7A5 /* Build configuration list for PBXNativeTarget "SDL2test" */ = {
  251. isa = XCConfigurationList;
  252. buildConfigurations = (
  253. AA1EE44B1760589B0029C7A5 /* Debug */,
  254. AA1EE44C1760589B0029C7A5 /* Release */,
  255. );
  256. defaultConfigurationIsVisible = 0;
  257. defaultConfigurationName = Release;
  258. };
  259. /* End XCConfigurationList section */
  260. };
  261. rootObject = AA1EE43E1760589B0029C7A5 /* Project object */;
  262. }