project.pbxproj 20 KB

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