project.pbxproj 16 KB

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