project.pbxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD2973951D7B117E00E37217 /* time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD2973931D7B117E00E37217 /* time.cpp */; };
  10. CD2973961D7B117E00E37217 /* time.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD2973941D7B117E00E37217 /* time.hpp */; };
  11. CDB1F8C81D7A312B00700C6B /* game_dispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */; };
  12. CDB1F8C91D7A312B00700C6B /* game_dispatch.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB1F8C71D7A312B00700C6B /* game_dispatch.hpp */; };
  13. CDB1F8CC1D7A319A00700C6B /* scene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB1F8CA1D7A319A00700C6B /* scene.cpp */; };
  14. CDB1F8CD1D7A319A00700C6B /* scene.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB1F8CB1D7A319A00700C6B /* scene.hpp */; };
  15. CDB1F8D21D7A32A300700C6B /* events.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB1F8D01D7A32A300700C6B /* events.cpp */; };
  16. CDB1F8D31D7A32A300700C6B /* events.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB1F8D11D7A32A300700C6B /* events.hpp */; };
  17. CDB1F8D51D7A32F800700C6B /* engine_fwd.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB1F8D41D7A32F800700C6B /* engine_fwd.hpp */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXFileReference section */
  20. CD2973931D7B117E00E37217 /* time.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time.cpp; sourceTree = "<group>"; };
  21. CD2973941D7B117E00E37217 /* time.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = time.hpp; sourceTree = "<group>"; };
  22. CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libengine.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  23. CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = game_dispatch.cpp; sourceTree = "<group>"; };
  24. CDB1F8C71D7A312B00700C6B /* game_dispatch.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = game_dispatch.hpp; sourceTree = "<group>"; };
  25. CDB1F8CA1D7A319A00700C6B /* scene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scene.cpp; sourceTree = "<group>"; };
  26. CDB1F8CB1D7A319A00700C6B /* scene.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = scene.hpp; sourceTree = "<group>"; };
  27. CDB1F8D01D7A32A300700C6B /* events.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = events.cpp; sourceTree = "<group>"; };
  28. CDB1F8D11D7A32A300700C6B /* events.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = events.hpp; sourceTree = "<group>"; };
  29. CDB1F8D41D7A32F800700C6B /* engine_fwd.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = engine_fwd.hpp; sourceTree = "<group>"; };
  30. /* End PBXFileReference section */
  31. /* Begin PBXFrameworksBuildPhase section */
  32. CDB1F8AB1D7A30CD00700C6B /* Frameworks */ = {
  33. isa = PBXFrameworksBuildPhase;
  34. buildActionMask = 2147483647;
  35. files = (
  36. );
  37. runOnlyForDeploymentPostprocessing = 0;
  38. };
  39. /* End PBXFrameworksBuildPhase section */
  40. /* Begin PBXGroup section */
  41. CDB1F8A51D7A30CD00700C6B = {
  42. isa = PBXGroup;
  43. children = (
  44. CDB1F8B01D7A30CD00700C6B /* src */,
  45. CDB1F8AF1D7A30CD00700C6B /* Products */,
  46. );
  47. sourceTree = "<group>";
  48. };
  49. CDB1F8AF1D7A30CD00700C6B /* Products */ = {
  50. isa = PBXGroup;
  51. children = (
  52. CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */,
  53. );
  54. name = Products;
  55. sourceTree = "<group>";
  56. };
  57. CDB1F8B01D7A30CD00700C6B /* src */ = {
  58. isa = PBXGroup;
  59. children = (
  60. CDB1F8D41D7A32F800700C6B /* engine_fwd.hpp */,
  61. CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */,
  62. CDB1F8C71D7A312B00700C6B /* game_dispatch.hpp */,
  63. CDB1F8CA1D7A319A00700C6B /* scene.cpp */,
  64. CDB1F8CB1D7A319A00700C6B /* scene.hpp */,
  65. CDB1F8D01D7A32A300700C6B /* events.cpp */,
  66. CDB1F8D11D7A32A300700C6B /* events.hpp */,
  67. CD2973931D7B117E00E37217 /* time.cpp */,
  68. CD2973941D7B117E00E37217 /* time.hpp */,
  69. );
  70. name = src;
  71. sourceTree = "<group>";
  72. };
  73. /* End PBXGroup section */
  74. /* Begin PBXHeadersBuildPhase section */
  75. CDB1F8AC1D7A30CD00700C6B /* Headers */ = {
  76. isa = PBXHeadersBuildPhase;
  77. buildActionMask = 2147483647;
  78. files = (
  79. CDB1F8C91D7A312B00700C6B /* game_dispatch.hpp in Headers */,
  80. CDB1F8D31D7A32A300700C6B /* events.hpp in Headers */,
  81. CDB1F8D51D7A32F800700C6B /* engine_fwd.hpp in Headers */,
  82. CD2973961D7B117E00E37217 /* time.hpp in Headers */,
  83. CDB1F8CD1D7A319A00700C6B /* scene.hpp in Headers */,
  84. );
  85. runOnlyForDeploymentPostprocessing = 0;
  86. };
  87. /* End PBXHeadersBuildPhase section */
  88. /* Begin PBXNativeTarget section */
  89. CDB1F8AD1D7A30CD00700C6B /* engine */ = {
  90. isa = PBXNativeTarget;
  91. buildConfigurationList = CDB1F8B91D7A30CD00700C6B /* Build configuration list for PBXNativeTarget "engine" */;
  92. buildPhases = (
  93. CDB1F8AA1D7A30CD00700C6B /* Sources */,
  94. CDB1F8AB1D7A30CD00700C6B /* Frameworks */,
  95. CDB1F8AC1D7A30CD00700C6B /* Headers */,
  96. );
  97. buildRules = (
  98. );
  99. dependencies = (
  100. );
  101. name = engine;
  102. productName = engine;
  103. productReference = CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */;
  104. productType = "com.apple.product-type.library.dynamic";
  105. };
  106. /* End PBXNativeTarget section */
  107. /* Begin PBXProject section */
  108. CDB1F8A61D7A30CD00700C6B /* Project object */ = {
  109. isa = PBXProject;
  110. attributes = {
  111. LastUpgradeCheck = 1010;
  112. ORGANIZATIONNAME = "Sam Jaffe";
  113. TargetAttributes = {
  114. CDB1F8AD1D7A30CD00700C6B = {
  115. CreatedOnToolsVersion = 7.2.1;
  116. };
  117. };
  118. };
  119. buildConfigurationList = CDB1F8A91D7A30CD00700C6B /* Build configuration list for PBXProject "engine" */;
  120. compatibilityVersion = "Xcode 3.2";
  121. developmentRegion = English;
  122. hasScannedForEncodings = 0;
  123. knownRegions = (
  124. en,
  125. );
  126. mainGroup = CDB1F8A51D7A30CD00700C6B;
  127. productRefGroup = CDB1F8AF1D7A30CD00700C6B /* Products */;
  128. projectDirPath = "";
  129. projectRoot = "";
  130. targets = (
  131. CDB1F8AD1D7A30CD00700C6B /* engine */,
  132. );
  133. };
  134. /* End PBXProject section */
  135. /* Begin PBXSourcesBuildPhase section */
  136. CDB1F8AA1D7A30CD00700C6B /* Sources */ = {
  137. isa = PBXSourcesBuildPhase;
  138. buildActionMask = 2147483647;
  139. files = (
  140. CD2973951D7B117E00E37217 /* time.cpp in Sources */,
  141. CDB1F8D21D7A32A300700C6B /* events.cpp in Sources */,
  142. CDB1F8CC1D7A319A00700C6B /* scene.cpp in Sources */,
  143. CDB1F8C81D7A312B00700C6B /* game_dispatch.cpp in Sources */,
  144. );
  145. runOnlyForDeploymentPostprocessing = 0;
  146. };
  147. /* End PBXSourcesBuildPhase section */
  148. /* Begin XCBuildConfiguration section */
  149. CDB1F8B71D7A30CD00700C6B /* Debug */ = {
  150. isa = XCBuildConfiguration;
  151. buildSettings = {
  152. ALWAYS_SEARCH_USER_PATHS = NO;
  153. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  154. CLANG_CXX_LIBRARY = "libc++";
  155. CLANG_ENABLE_MODULES = YES;
  156. CLANG_ENABLE_OBJC_ARC = YES;
  157. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  158. CLANG_WARN_BOOL_CONVERSION = YES;
  159. CLANG_WARN_COMMA = YES;
  160. CLANG_WARN_CONSTANT_CONVERSION = YES;
  161. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  162. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  163. CLANG_WARN_EMPTY_BODY = YES;
  164. CLANG_WARN_ENUM_CONVERSION = YES;
  165. CLANG_WARN_INFINITE_RECURSION = YES;
  166. CLANG_WARN_INT_CONVERSION = YES;
  167. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  168. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  169. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  170. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  171. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  172. CLANG_WARN_STRICT_PROTOTYPES = YES;
  173. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  174. CLANG_WARN_UNREACHABLE_CODE = YES;
  175. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  176. CODE_SIGN_IDENTITY = "-";
  177. COPY_PHASE_STRIP = NO;
  178. DEBUG_INFORMATION_FORMAT = dwarf;
  179. ENABLE_STRICT_OBJC_MSGSEND = YES;
  180. ENABLE_TESTABILITY = YES;
  181. GCC_C_LANGUAGE_STANDARD = gnu99;
  182. GCC_DYNAMIC_NO_PIC = NO;
  183. GCC_NO_COMMON_BLOCKS = YES;
  184. GCC_OPTIMIZATION_LEVEL = 0;
  185. GCC_PREPROCESSOR_DEFINITIONS = (
  186. "DEBUG=1",
  187. "$(inherited)",
  188. );
  189. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  190. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  191. GCC_WARN_UNDECLARED_SELECTOR = YES;
  192. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  193. GCC_WARN_UNUSED_FUNCTION = YES;
  194. GCC_WARN_UNUSED_VARIABLE = YES;
  195. MACOSX_DEPLOYMENT_TARGET = 10.10;
  196. MTL_ENABLE_DEBUG_INFO = YES;
  197. ONLY_ACTIVE_ARCH = YES;
  198. SDKROOT = macosx;
  199. };
  200. name = Debug;
  201. };
  202. CDB1F8B81D7A30CD00700C6B /* Release */ = {
  203. isa = XCBuildConfiguration;
  204. buildSettings = {
  205. ALWAYS_SEARCH_USER_PATHS = NO;
  206. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  207. CLANG_CXX_LIBRARY = "libc++";
  208. CLANG_ENABLE_MODULES = YES;
  209. CLANG_ENABLE_OBJC_ARC = YES;
  210. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  211. CLANG_WARN_BOOL_CONVERSION = YES;
  212. CLANG_WARN_COMMA = YES;
  213. CLANG_WARN_CONSTANT_CONVERSION = YES;
  214. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  215. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  216. CLANG_WARN_EMPTY_BODY = YES;
  217. CLANG_WARN_ENUM_CONVERSION = YES;
  218. CLANG_WARN_INFINITE_RECURSION = YES;
  219. CLANG_WARN_INT_CONVERSION = YES;
  220. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  221. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  222. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  223. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  224. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  225. CLANG_WARN_STRICT_PROTOTYPES = YES;
  226. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  227. CLANG_WARN_UNREACHABLE_CODE = YES;
  228. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  229. CODE_SIGN_IDENTITY = "-";
  230. COPY_PHASE_STRIP = NO;
  231. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  232. ENABLE_NS_ASSERTIONS = NO;
  233. ENABLE_STRICT_OBJC_MSGSEND = YES;
  234. GCC_C_LANGUAGE_STANDARD = gnu99;
  235. GCC_NO_COMMON_BLOCKS = YES;
  236. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  237. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  238. GCC_WARN_UNDECLARED_SELECTOR = YES;
  239. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  240. GCC_WARN_UNUSED_FUNCTION = YES;
  241. GCC_WARN_UNUSED_VARIABLE = YES;
  242. MACOSX_DEPLOYMENT_TARGET = 10.10;
  243. MTL_ENABLE_DEBUG_INFO = NO;
  244. SDKROOT = macosx;
  245. };
  246. name = Release;
  247. };
  248. CDB1F8BA1D7A30CD00700C6B /* Debug */ = {
  249. isa = XCBuildConfiguration;
  250. buildSettings = {
  251. DYLIB_COMPATIBILITY_VERSION = 1;
  252. DYLIB_CURRENT_VERSION = 1;
  253. EXECUTABLE_PREFIX = lib;
  254. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  255. GCC_ENABLE_CPP_RTTI = YES;
  256. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  257. PRODUCT_NAME = "$(TARGET_NAME)";
  258. USER_HEADER_SEARCH_PATHS = ".. ../include";
  259. };
  260. name = Debug;
  261. };
  262. CDB1F8BB1D7A30CD00700C6B /* Release */ = {
  263. isa = XCBuildConfiguration;
  264. buildSettings = {
  265. DYLIB_COMPATIBILITY_VERSION = 1;
  266. DYLIB_CURRENT_VERSION = 1;
  267. EXECUTABLE_PREFIX = lib;
  268. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  269. GCC_ENABLE_CPP_RTTI = YES;
  270. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  271. PRODUCT_NAME = "$(TARGET_NAME)";
  272. USER_HEADER_SEARCH_PATHS = ".. ../include";
  273. };
  274. name = Release;
  275. };
  276. /* End XCBuildConfiguration section */
  277. /* Begin XCConfigurationList section */
  278. CDB1F8A91D7A30CD00700C6B /* Build configuration list for PBXProject "engine" */ = {
  279. isa = XCConfigurationList;
  280. buildConfigurations = (
  281. CDB1F8B71D7A30CD00700C6B /* Debug */,
  282. CDB1F8B81D7A30CD00700C6B /* Release */,
  283. );
  284. defaultConfigurationIsVisible = 0;
  285. defaultConfigurationName = Release;
  286. };
  287. CDB1F8B91D7A30CD00700C6B /* Build configuration list for PBXNativeTarget "engine" */ = {
  288. isa = XCConfigurationList;
  289. buildConfigurations = (
  290. CDB1F8BA1D7A30CD00700C6B /* Debug */,
  291. CDB1F8BB1D7A30CD00700C6B /* Release */,
  292. );
  293. defaultConfigurationIsVisible = 0;
  294. defaultConfigurationName = Release;
  295. };
  296. /* End XCConfigurationList section */
  297. };
  298. rootObject = CDB1F8A61D7A30CD00700C6B /* Project object */;
  299. }