project.pbxproj 18 KB

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