project.pbxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 9206FDC61F140707005078A2 /* Texture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9206FDC41F140707005078A2 /* Texture.cpp */; };
  10. 9206FDC91F140D40005078A2 /* Shader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9206FDC71F140D40005078A2 /* Shader.cpp */; };
  11. 9223C4781F009428009A94D7 /* Game.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C4671F009428009A94D7 /* Game.cpp */; };
  12. 9223C4791F009428009A94D7 /* Actor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C4681F009428009A94D7 /* Actor.cpp */; };
  13. 9223C47C1F009428009A94D7 /* Component.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C46E1F009428009A94D7 /* Component.cpp */; };
  14. 9223C47D1F009428009A94D7 /* Main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C4711F009428009A94D7 /* Main.cpp */; };
  15. 9223C47E1F009428009A94D7 /* Math.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C4721F009428009A94D7 /* Math.cpp */; };
  16. 9223C4801F009428009A94D7 /* SpriteComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C4761F009428009A94D7 /* SpriteComponent.cpp */; };
  17. 9223C48B1F0CA3CE009A94D7 /* MoveComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C48A1F0CA3CE009A94D7 /* MoveComponent.cpp */; };
  18. 9223C4951F0CA766009A94D7 /* CircleComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C4911F0CA766009A94D7 /* CircleComponent.cpp */; };
  19. 92CF0D791F3BBF140086A0F3 /* VertexArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92CF0D771F3BBF140086A0F3 /* VertexArray.cpp */; };
  20. 92D324FB1B697389005A86C7 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92D324FA1B697389005A86C7 /* CoreFoundation.framework */; };
  21. 92E391981FE87F4800D8C362 /* InputComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92E3918F1FE87F4700D8C362 /* InputComponent.cpp */; };
  22. 92E391991FE87F4800D8C362 /* Ship.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92E391911FE87F4700D8C362 /* Ship.cpp */; };
  23. 92E3919A1FE87F4800D8C362 /* Asteroid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92E391921FE87F4700D8C362 /* Asteroid.cpp */; };
  24. 92E3919B1FE87F4800D8C362 /* Laser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92E391931FE87F4700D8C362 /* Laser.cpp */; };
  25. 92E3919C1FE87F4800D8C362 /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92E391941FE87F4800D8C362 /* Random.cpp */; };
  26. 92E46E941B6353E50035CD21 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92E46E931B6353E50035CD21 /* OpenGL.framework */; };
  27. /* End PBXBuildFile section */
  28. /* Begin PBXFileReference section */
  29. 9206FDC31F13F7E8005078A2 /* Shaders */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Shaders; sourceTree = "<group>"; };
  30. 9206FDC41F140707005078A2 /* Texture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Texture.cpp; sourceTree = "<group>"; };
  31. 9206FDC51F140707005078A2 /* Texture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Texture.h; sourceTree = "<group>"; };
  32. 9206FDC71F140D40005078A2 /* Shader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Shader.cpp; sourceTree = "<group>"; };
  33. 9206FDC81F140D40005078A2 /* Shader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Shader.h; sourceTree = "<group>"; };
  34. 9223C4671F009428009A94D7 /* Game.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Game.cpp; sourceTree = "<group>"; };
  35. 9223C4681F009428009A94D7 /* Actor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Actor.cpp; sourceTree = "<group>"; };
  36. 9223C4691F009428009A94D7 /* Actor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Actor.h; sourceTree = "<group>"; };
  37. 9223C46E1F009428009A94D7 /* Component.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Component.cpp; sourceTree = "<group>"; };
  38. 9223C46F1F009428009A94D7 /* Component.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Component.h; sourceTree = "<group>"; };
  39. 9223C4701F009428009A94D7 /* Game.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Game.h; sourceTree = "<group>"; };
  40. 9223C4711F009428009A94D7 /* Main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Main.cpp; sourceTree = "<group>"; };
  41. 9223C4721F009428009A94D7 /* Math.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Math.cpp; sourceTree = "<group>"; };
  42. 9223C4731F009428009A94D7 /* Math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Math.h; sourceTree = "<group>"; };
  43. 9223C4761F009428009A94D7 /* SpriteComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpriteComponent.cpp; sourceTree = "<group>"; };
  44. 9223C4771F009428009A94D7 /* SpriteComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpriteComponent.h; sourceTree = "<group>"; };
  45. 9223C48A1F0CA3CE009A94D7 /* MoveComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MoveComponent.cpp; sourceTree = "<group>"; };
  46. 9223C48C1F0CA3D4009A94D7 /* MoveComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MoveComponent.h; sourceTree = "<group>"; };
  47. 9223C4911F0CA766009A94D7 /* CircleComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CircleComponent.cpp; sourceTree = "<group>"; };
  48. 9223C4931F0CA766009A94D7 /* CircleComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CircleComponent.h; sourceTree = "<group>"; };
  49. 92CF0D771F3BBF140086A0F3 /* VertexArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VertexArray.cpp; sourceTree = "<group>"; };
  50. 92CF0D781F3BBF140086A0F3 /* VertexArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VertexArray.h; sourceTree = "<group>"; };
  51. 92D324FA1B697389005A86C7 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
  52. 92E3918E1FE87F4700D8C362 /* Asteroid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Asteroid.h; sourceTree = "<group>"; };
  53. 92E3918F1FE87F4700D8C362 /* InputComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InputComponent.cpp; sourceTree = "<group>"; };
  54. 92E391901FE87F4700D8C362 /* Random.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Random.h; sourceTree = "<group>"; };
  55. 92E391911FE87F4700D8C362 /* Ship.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Ship.cpp; sourceTree = "<group>"; };
  56. 92E391921FE87F4700D8C362 /* Asteroid.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Asteroid.cpp; sourceTree = "<group>"; };
  57. 92E391931FE87F4700D8C362 /* Laser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Laser.cpp; sourceTree = "<group>"; };
  58. 92E391941FE87F4800D8C362 /* Random.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Random.cpp; sourceTree = "<group>"; };
  59. 92E391951FE87F4800D8C362 /* Laser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Laser.h; sourceTree = "<group>"; };
  60. 92E391961FE87F4800D8C362 /* InputComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InputComponent.h; sourceTree = "<group>"; };
  61. 92E391971FE87F4800D8C362 /* Ship.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Ship.h; sourceTree = "<group>"; };
  62. 92E46DF71B634EA30035CD21 /* Game-mac */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Game-mac"; sourceTree = BUILT_PRODUCTS_DIR; };
  63. 92E46E931B6353E50035CD21 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
  64. /* End PBXFileReference section */
  65. /* Begin PBXFrameworksBuildPhase section */
  66. 92E46DF41B634EA30035CD21 /* Frameworks */ = {
  67. isa = PBXFrameworksBuildPhase;
  68. buildActionMask = 2147483647;
  69. files = (
  70. 92D324FB1B697389005A86C7 /* CoreFoundation.framework in Frameworks */,
  71. 92E46E941B6353E50035CD21 /* OpenGL.framework in Frameworks */,
  72. );
  73. runOnlyForDeploymentPostprocessing = 0;
  74. };
  75. /* End PBXFrameworksBuildPhase section */
  76. /* Begin PBXGroup section */
  77. 92E46DEE1B634EA30035CD21 = {
  78. isa = PBXGroup;
  79. children = (
  80. 9223C4681F009428009A94D7 /* Actor.cpp */,
  81. 9223C4691F009428009A94D7 /* Actor.h */,
  82. 92E391921FE87F4700D8C362 /* Asteroid.cpp */,
  83. 92E3918E1FE87F4700D8C362 /* Asteroid.h */,
  84. 9223C46E1F009428009A94D7 /* Component.cpp */,
  85. 9223C46F1F009428009A94D7 /* Component.h */,
  86. 9223C4911F0CA766009A94D7 /* CircleComponent.cpp */,
  87. 9223C4931F0CA766009A94D7 /* CircleComponent.h */,
  88. 9223C4671F009428009A94D7 /* Game.cpp */,
  89. 9223C4701F009428009A94D7 /* Game.h */,
  90. 92E3918F1FE87F4700D8C362 /* InputComponent.cpp */,
  91. 92E391961FE87F4800D8C362 /* InputComponent.h */,
  92. 92E391931FE87F4700D8C362 /* Laser.cpp */,
  93. 92E391951FE87F4800D8C362 /* Laser.h */,
  94. 9223C4711F009428009A94D7 /* Main.cpp */,
  95. 9223C4721F009428009A94D7 /* Math.cpp */,
  96. 9223C4731F009428009A94D7 /* Math.h */,
  97. 9223C48A1F0CA3CE009A94D7 /* MoveComponent.cpp */,
  98. 9223C48C1F0CA3D4009A94D7 /* MoveComponent.h */,
  99. 92E391941FE87F4800D8C362 /* Random.cpp */,
  100. 92E391901FE87F4700D8C362 /* Random.h */,
  101. 9206FDC71F140D40005078A2 /* Shader.cpp */,
  102. 9206FDC81F140D40005078A2 /* Shader.h */,
  103. 92E391911FE87F4700D8C362 /* Ship.cpp */,
  104. 92E391971FE87F4800D8C362 /* Ship.h */,
  105. 9223C4761F009428009A94D7 /* SpriteComponent.cpp */,
  106. 9223C4771F009428009A94D7 /* SpriteComponent.h */,
  107. 9206FDC41F140707005078A2 /* Texture.cpp */,
  108. 9206FDC51F140707005078A2 /* Texture.h */,
  109. 92CF0D771F3BBF140086A0F3 /* VertexArray.cpp */,
  110. 92CF0D781F3BBF140086A0F3 /* VertexArray.h */,
  111. 9206FDC31F13F7E8005078A2 /* Shaders */,
  112. 92E46DF81B634EA30035CD21 /* Products */,
  113. 92D324FA1B697389005A86C7 /* CoreFoundation.framework */,
  114. 92E46E931B6353E50035CD21 /* OpenGL.framework */,
  115. );
  116. sourceTree = "<group>";
  117. };
  118. 92E46DF81B634EA30035CD21 /* Products */ = {
  119. isa = PBXGroup;
  120. children = (
  121. 92E46DF71B634EA30035CD21 /* Game-mac */,
  122. );
  123. name = Products;
  124. sourceTree = "<group>";
  125. };
  126. /* End PBXGroup section */
  127. /* Begin PBXNativeTarget section */
  128. 92E46DF61B634EA30035CD21 /* Game-mac */ = {
  129. isa = PBXNativeTarget;
  130. buildConfigurationList = 92E46DFE1B634EA40035CD21 /* Build configuration list for PBXNativeTarget "Game-mac" */;
  131. buildPhases = (
  132. 92E46DF31B634EA30035CD21 /* Sources */,
  133. 92E46DF41B634EA30035CD21 /* Frameworks */,
  134. 92E46EA11B63615B0035CD21 /* ShellScript */,
  135. );
  136. buildRules = (
  137. );
  138. dependencies = (
  139. );
  140. name = "Game-mac";
  141. productName = "Game-mac";
  142. productReference = 92E46DF71B634EA30035CD21 /* Game-mac */;
  143. productType = "com.apple.product-type.tool";
  144. };
  145. /* End PBXNativeTarget section */
  146. /* Begin PBXProject section */
  147. 92E46DEF1B634EA30035CD21 /* Project object */ = {
  148. isa = PBXProject;
  149. attributes = {
  150. LastUpgradeCheck = 0920;
  151. ORGANIZATIONNAME = "Sanjay Madhav";
  152. TargetAttributes = {
  153. 92E46DF61B634EA30035CD21 = {
  154. CreatedOnToolsVersion = 6.4;
  155. };
  156. };
  157. };
  158. buildConfigurationList = 92E46DF21B634EA30035CD21 /* Build configuration list for PBXProject "Chapter05-mac" */;
  159. compatibilityVersion = "Xcode 3.2";
  160. developmentRegion = English;
  161. hasScannedForEncodings = 0;
  162. knownRegions = (
  163. en,
  164. );
  165. mainGroup = 92E46DEE1B634EA30035CD21;
  166. productRefGroup = 92E46DF81B634EA30035CD21 /* Products */;
  167. projectDirPath = "";
  168. projectRoot = "";
  169. targets = (
  170. 92E46DF61B634EA30035CD21 /* Game-mac */,
  171. );
  172. };
  173. /* End PBXProject section */
  174. /* Begin PBXShellScriptBuildPhase section */
  175. 92E46EA11B63615B0035CD21 /* ShellScript */ = {
  176. isa = PBXShellScriptBuildPhase;
  177. buildActionMask = 2147483647;
  178. files = (
  179. );
  180. inputPaths = (
  181. );
  182. outputPaths = (
  183. );
  184. runOnlyForDeploymentPostprocessing = 0;
  185. shellPath = /bin/sh;
  186. shellScript = "if [ -d \"$BUILD_DIR/Debug\" ]; then\n cp \"$SRCROOT\"/../external/GLEW/lib/mac/*.dylib $BUILD_DIR/Debug\n cp \"$SRCROOT\"/../external/SDL/lib/mac/*.dylib $BUILD_DIR/Debug\nfi\n\nif [ -d \"$BUILD_DIR/Release\" ]; then\n cp \"$SRCROOT\"/../external/GLEW/lib/mac/*.dylib $BUILD_DIR/Release\n cp \"$SRCROOT\"/../external/SDL/lib/mac/*.dylib $BUILD_DIR/Release\nfi";
  187. };
  188. /* End PBXShellScriptBuildPhase section */
  189. /* Begin PBXSourcesBuildPhase section */
  190. 92E46DF31B634EA30035CD21 /* Sources */ = {
  191. isa = PBXSourcesBuildPhase;
  192. buildActionMask = 2147483647;
  193. files = (
  194. 92E391991FE87F4800D8C362 /* Ship.cpp in Sources */,
  195. 9223C47D1F009428009A94D7 /* Main.cpp in Sources */,
  196. 9223C47E1F009428009A94D7 /* Math.cpp in Sources */,
  197. 9223C4781F009428009A94D7 /* Game.cpp in Sources */,
  198. 9223C4801F009428009A94D7 /* SpriteComponent.cpp in Sources */,
  199. 92CF0D791F3BBF140086A0F3 /* VertexArray.cpp in Sources */,
  200. 9223C48B1F0CA3CE009A94D7 /* MoveComponent.cpp in Sources */,
  201. 9206FDC91F140D40005078A2 /* Shader.cpp in Sources */,
  202. 9223C4791F009428009A94D7 /* Actor.cpp in Sources */,
  203. 92E3919B1FE87F4800D8C362 /* Laser.cpp in Sources */,
  204. 9223C4951F0CA766009A94D7 /* CircleComponent.cpp in Sources */,
  205. 9223C47C1F009428009A94D7 /* Component.cpp in Sources */,
  206. 92E3919C1FE87F4800D8C362 /* Random.cpp in Sources */,
  207. 92E391981FE87F4800D8C362 /* InputComponent.cpp in Sources */,
  208. 92E3919A1FE87F4800D8C362 /* Asteroid.cpp in Sources */,
  209. 9206FDC61F140707005078A2 /* Texture.cpp in Sources */,
  210. );
  211. runOnlyForDeploymentPostprocessing = 0;
  212. };
  213. /* End PBXSourcesBuildPhase section */
  214. /* Begin XCBuildConfiguration section */
  215. 92E46DFC1B634EA40035CD21 /* Debug */ = {
  216. isa = XCBuildConfiguration;
  217. buildSettings = {
  218. ALWAYS_SEARCH_USER_PATHS = NO;
  219. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  220. CLANG_CXX_LIBRARY = "libc++";
  221. CLANG_ENABLE_MODULES = YES;
  222. CLANG_ENABLE_OBJC_ARC = YES;
  223. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  224. CLANG_WARN_BOOL_CONVERSION = YES;
  225. CLANG_WARN_COMMA = YES;
  226. CLANG_WARN_CONSTANT_CONVERSION = YES;
  227. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  228. CLANG_WARN_EMPTY_BODY = YES;
  229. CLANG_WARN_ENUM_CONVERSION = YES;
  230. CLANG_WARN_INFINITE_RECURSION = YES;
  231. CLANG_WARN_INT_CONVERSION = YES;
  232. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  233. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  234. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  235. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  236. CLANG_WARN_STRICT_PROTOTYPES = YES;
  237. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  238. CLANG_WARN_UNREACHABLE_CODE = YES;
  239. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  240. COPY_PHASE_STRIP = NO;
  241. DEBUG_INFORMATION_FORMAT = dwarf;
  242. ENABLE_STRICT_OBJC_MSGSEND = YES;
  243. ENABLE_TESTABILITY = YES;
  244. GCC_C_LANGUAGE_STANDARD = gnu99;
  245. GCC_DYNAMIC_NO_PIC = NO;
  246. GCC_NO_COMMON_BLOCKS = YES;
  247. GCC_OPTIMIZATION_LEVEL = 0;
  248. GCC_PREPROCESSOR_DEFINITIONS = (
  249. "DEBUG=1",
  250. "$(inherited)",
  251. );
  252. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  253. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  254. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  255. GCC_WARN_UNDECLARED_SELECTOR = YES;
  256. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  257. GCC_WARN_UNUSED_FUNCTION = YES;
  258. GCC_WARN_UNUSED_VARIABLE = YES;
  259. MACOSX_DEPLOYMENT_TARGET = 10.10;
  260. MTL_ENABLE_DEBUG_INFO = YES;
  261. ONLY_ACTIVE_ARCH = YES;
  262. SDKROOT = macosx;
  263. };
  264. name = Debug;
  265. };
  266. 92E46DFD1B634EA40035CD21 /* Release */ = {
  267. isa = XCBuildConfiguration;
  268. buildSettings = {
  269. ALWAYS_SEARCH_USER_PATHS = NO;
  270. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  271. CLANG_CXX_LIBRARY = "libc++";
  272. CLANG_ENABLE_MODULES = YES;
  273. CLANG_ENABLE_OBJC_ARC = YES;
  274. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  275. CLANG_WARN_BOOL_CONVERSION = YES;
  276. CLANG_WARN_COMMA = YES;
  277. CLANG_WARN_CONSTANT_CONVERSION = YES;
  278. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  279. CLANG_WARN_EMPTY_BODY = YES;
  280. CLANG_WARN_ENUM_CONVERSION = YES;
  281. CLANG_WARN_INFINITE_RECURSION = YES;
  282. CLANG_WARN_INT_CONVERSION = YES;
  283. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  284. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  285. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  286. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  287. CLANG_WARN_STRICT_PROTOTYPES = YES;
  288. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  289. CLANG_WARN_UNREACHABLE_CODE = YES;
  290. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  291. COPY_PHASE_STRIP = NO;
  292. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  293. ENABLE_NS_ASSERTIONS = NO;
  294. ENABLE_STRICT_OBJC_MSGSEND = YES;
  295. GCC_C_LANGUAGE_STANDARD = gnu99;
  296. GCC_NO_COMMON_BLOCKS = YES;
  297. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  298. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  299. GCC_WARN_UNDECLARED_SELECTOR = YES;
  300. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  301. GCC_WARN_UNUSED_FUNCTION = YES;
  302. GCC_WARN_UNUSED_VARIABLE = YES;
  303. MACOSX_DEPLOYMENT_TARGET = 10.10;
  304. MTL_ENABLE_DEBUG_INFO = NO;
  305. SDKROOT = macosx;
  306. };
  307. name = Release;
  308. };
  309. 92E46DFF1B634EA40035CD21 /* Debug */ = {
  310. isa = XCBuildConfiguration;
  311. buildSettings = {
  312. CLANG_CXX_LANGUAGE_STANDARD = "c++14";
  313. FRAMEWORK_SEARCH_PATHS = "";
  314. GCC_ENABLE_CPP_RTTI = YES;
  315. HEADER_SEARCH_PATHS = (
  316. "$(inherited)",
  317. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  318. "$(SRCROOT)/../external/SDL/include",
  319. "$(SRCROOT)/../external/GLEW/include",
  320. "$(SRCROOT)/../external/SOIL/include",
  321. );
  322. LIBRARY_SEARCH_PATHS = (
  323. "$(SRCROOT)/../external/GLEW/lib/mac",
  324. "$(SRCROOT)/../external/SDL/lib/mac",
  325. "$(SRCROOT)/../external/SOIL/lib/mac",
  326. );
  327. OTHER_LDFLAGS = (
  328. "-lGLEW.2.1.0",
  329. "-lSDL2-2.0.0",
  330. "-lSDL2_mixer-2.0.0",
  331. "-lSDL2_ttf-2.0.0",
  332. "-lSOIL",
  333. "-lSDL2_image-2.0.0",
  334. );
  335. PRODUCT_NAME = "$(TARGET_NAME)";
  336. };
  337. name = Debug;
  338. };
  339. 92E46E001B634EA40035CD21 /* Release */ = {
  340. isa = XCBuildConfiguration;
  341. buildSettings = {
  342. CLANG_CXX_LANGUAGE_STANDARD = "c++14";
  343. FRAMEWORK_SEARCH_PATHS = "";
  344. GCC_ENABLE_CPP_RTTI = YES;
  345. HEADER_SEARCH_PATHS = (
  346. "$(inherited)",
  347. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  348. "$(SRCROOT)/../external/SDL/include",
  349. "$(SRCROOT)/../external/GLEW/include",
  350. "$(SRCROOT)/../external/SOIL/include",
  351. );
  352. LIBRARY_SEARCH_PATHS = (
  353. "$(SRCROOT)/../external/GLEW/lib/mac",
  354. "$(SRCROOT)/../external/SDL/lib/mac",
  355. "$(SRCROOT)/../external/SOIL/lib/mac",
  356. );
  357. OTHER_LDFLAGS = (
  358. "-lGLEW.2.1.0",
  359. "-lSDL2-2.0.0",
  360. "-lSDL2_mixer-2.0.0",
  361. "-lSDL2_ttf-2.0.0",
  362. "-lSOIL",
  363. "-lSDL2_image-2.0.0",
  364. );
  365. PRODUCT_NAME = "$(TARGET_NAME)";
  366. };
  367. name = Release;
  368. };
  369. /* End XCBuildConfiguration section */
  370. /* Begin XCConfigurationList section */
  371. 92E46DF21B634EA30035CD21 /* Build configuration list for PBXProject "Chapter05-mac" */ = {
  372. isa = XCConfigurationList;
  373. buildConfigurations = (
  374. 92E46DFC1B634EA40035CD21 /* Debug */,
  375. 92E46DFD1B634EA40035CD21 /* Release */,
  376. );
  377. defaultConfigurationIsVisible = 0;
  378. defaultConfigurationName = Release;
  379. };
  380. 92E46DFE1B634EA40035CD21 /* Build configuration list for PBXNativeTarget "Game-mac" */ = {
  381. isa = XCConfigurationList;
  382. buildConfigurations = (
  383. 92E46DFF1B634EA40035CD21 /* Debug */,
  384. 92E46E001B634EA40035CD21 /* Release */,
  385. );
  386. defaultConfigurationIsVisible = 0;
  387. defaultConfigurationName = Release;
  388. };
  389. /* End XCConfigurationList section */
  390. };
  391. rootObject = 92E46DEF1B634EA30035CD21 /* Project object */;
  392. }