project.pbxproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD3C808C1D6646AF00ACC795 /* identity.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3AC7161D2C0794002B4BB0 /* identity.hpp */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXFileReference section */
  12. CD3AC7081D2C0726002B4BB0 /* libgameutils.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libgameutils.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  13. CD3AC7161D2C0794002B4BB0 /* identity.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = identity.hpp; sourceTree = "<group>"; };
  14. /* End PBXFileReference section */
  15. /* Begin PBXFrameworksBuildPhase section */
  16. CD3AC7051D2C0726002B4BB0 /* Frameworks */ = {
  17. isa = PBXFrameworksBuildPhase;
  18. buildActionMask = 2147483647;
  19. files = (
  20. );
  21. runOnlyForDeploymentPostprocessing = 0;
  22. };
  23. /* End PBXFrameworksBuildPhase section */
  24. /* Begin PBXGroup section */
  25. CD3AC6FF1D2C0726002B4BB0 = {
  26. isa = PBXGroup;
  27. children = (
  28. CD3AC70A1D2C0726002B4BB0 /* src */,
  29. CD3AC7091D2C0726002B4BB0 /* Products */,
  30. );
  31. sourceTree = "<group>";
  32. };
  33. CD3AC7091D2C0726002B4BB0 /* Products */ = {
  34. isa = PBXGroup;
  35. children = (
  36. CD3AC7081D2C0726002B4BB0 /* libgameutils.dylib */,
  37. );
  38. name = Products;
  39. sourceTree = "<group>";
  40. };
  41. CD3AC70A1D2C0726002B4BB0 /* src */ = {
  42. isa = PBXGroup;
  43. children = (
  44. CD3AC7161D2C0794002B4BB0 /* identity.hpp */,
  45. );
  46. name = src;
  47. sourceTree = "<group>";
  48. };
  49. /* End PBXGroup section */
  50. /* Begin PBXHeadersBuildPhase section */
  51. CD3AC7061D2C0726002B4BB0 /* Headers */ = {
  52. isa = PBXHeadersBuildPhase;
  53. buildActionMask = 2147483647;
  54. files = (
  55. CD3C808C1D6646AF00ACC795 /* identity.hpp in Headers */,
  56. );
  57. runOnlyForDeploymentPostprocessing = 0;
  58. };
  59. /* End PBXHeadersBuildPhase section */
  60. /* Begin PBXNativeTarget section */
  61. CD3AC7071D2C0726002B4BB0 /* gameutils */ = {
  62. isa = PBXNativeTarget;
  63. buildConfigurationList = CD3AC7131D2C0726002B4BB0 /* Build configuration list for PBXNativeTarget "gameutils" */;
  64. buildPhases = (
  65. CD3AC7041D2C0726002B4BB0 /* Sources */,
  66. CD3AC7051D2C0726002B4BB0 /* Frameworks */,
  67. CD3AC7061D2C0726002B4BB0 /* Headers */,
  68. );
  69. buildRules = (
  70. );
  71. dependencies = (
  72. );
  73. name = gameutils;
  74. productName = gameutils;
  75. productReference = CD3AC7081D2C0726002B4BB0 /* libgameutils.dylib */;
  76. productType = "com.apple.product-type.library.dynamic";
  77. };
  78. /* End PBXNativeTarget section */
  79. /* Begin PBXProject section */
  80. CD3AC7001D2C0726002B4BB0 /* Project object */ = {
  81. isa = PBXProject;
  82. attributes = {
  83. LastUpgradeCheck = 0720;
  84. ORGANIZATIONNAME = "Sam Jaffe";
  85. TargetAttributes = {
  86. CD3AC7071D2C0726002B4BB0 = {
  87. CreatedOnToolsVersion = 7.2.1;
  88. };
  89. };
  90. };
  91. buildConfigurationList = CD3AC7031D2C0726002B4BB0 /* Build configuration list for PBXProject "gameutils" */;
  92. compatibilityVersion = "Xcode 3.2";
  93. developmentRegion = English;
  94. hasScannedForEncodings = 0;
  95. knownRegions = (
  96. en,
  97. );
  98. mainGroup = CD3AC6FF1D2C0726002B4BB0;
  99. productRefGroup = CD3AC7091D2C0726002B4BB0 /* Products */;
  100. projectDirPath = "";
  101. projectRoot = "";
  102. targets = (
  103. CD3AC7071D2C0726002B4BB0 /* gameutils */,
  104. );
  105. };
  106. /* End PBXProject section */
  107. /* Begin PBXSourcesBuildPhase section */
  108. CD3AC7041D2C0726002B4BB0 /* Sources */ = {
  109. isa = PBXSourcesBuildPhase;
  110. buildActionMask = 2147483647;
  111. files = (
  112. );
  113. runOnlyForDeploymentPostprocessing = 0;
  114. };
  115. /* End PBXSourcesBuildPhase section */
  116. /* Begin XCBuildConfiguration section */
  117. CD3AC7111D2C0726002B4BB0 /* Debug */ = {
  118. isa = XCBuildConfiguration;
  119. buildSettings = {
  120. ALWAYS_SEARCH_USER_PATHS = NO;
  121. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  122. CLANG_CXX_LIBRARY = "libc++";
  123. CLANG_ENABLE_MODULES = YES;
  124. CLANG_ENABLE_OBJC_ARC = YES;
  125. CLANG_WARN_BOOL_CONVERSION = YES;
  126. CLANG_WARN_CONSTANT_CONVERSION = YES;
  127. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  128. CLANG_WARN_EMPTY_BODY = YES;
  129. CLANG_WARN_ENUM_CONVERSION = YES;
  130. CLANG_WARN_INT_CONVERSION = YES;
  131. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  132. CLANG_WARN_UNREACHABLE_CODE = YES;
  133. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  134. CODE_SIGN_IDENTITY = "-";
  135. COPY_PHASE_STRIP = NO;
  136. DEBUG_INFORMATION_FORMAT = dwarf;
  137. ENABLE_STRICT_OBJC_MSGSEND = YES;
  138. ENABLE_TESTABILITY = YES;
  139. GCC_C_LANGUAGE_STANDARD = gnu99;
  140. GCC_DYNAMIC_NO_PIC = NO;
  141. GCC_NO_COMMON_BLOCKS = YES;
  142. GCC_OPTIMIZATION_LEVEL = 0;
  143. GCC_PREPROCESSOR_DEFINITIONS = (
  144. "DEBUG=1",
  145. "$(inherited)",
  146. );
  147. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  148. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  149. GCC_WARN_UNDECLARED_SELECTOR = YES;
  150. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  151. GCC_WARN_UNUSED_FUNCTION = YES;
  152. GCC_WARN_UNUSED_VARIABLE = YES;
  153. MACOSX_DEPLOYMENT_TARGET = 10.10;
  154. MTL_ENABLE_DEBUG_INFO = YES;
  155. ONLY_ACTIVE_ARCH = YES;
  156. SDKROOT = macosx;
  157. };
  158. name = Debug;
  159. };
  160. CD3AC7121D2C0726002B4BB0 /* Release */ = {
  161. isa = XCBuildConfiguration;
  162. buildSettings = {
  163. ALWAYS_SEARCH_USER_PATHS = NO;
  164. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  165. CLANG_CXX_LIBRARY = "libc++";
  166. CLANG_ENABLE_MODULES = YES;
  167. CLANG_ENABLE_OBJC_ARC = YES;
  168. CLANG_WARN_BOOL_CONVERSION = YES;
  169. CLANG_WARN_CONSTANT_CONVERSION = YES;
  170. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  171. CLANG_WARN_EMPTY_BODY = YES;
  172. CLANG_WARN_ENUM_CONVERSION = YES;
  173. CLANG_WARN_INT_CONVERSION = YES;
  174. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  175. CLANG_WARN_UNREACHABLE_CODE = YES;
  176. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  177. CODE_SIGN_IDENTITY = "-";
  178. COPY_PHASE_STRIP = NO;
  179. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  180. ENABLE_NS_ASSERTIONS = NO;
  181. ENABLE_STRICT_OBJC_MSGSEND = YES;
  182. GCC_C_LANGUAGE_STANDARD = gnu99;
  183. GCC_NO_COMMON_BLOCKS = YES;
  184. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  185. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  186. GCC_WARN_UNDECLARED_SELECTOR = YES;
  187. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  188. GCC_WARN_UNUSED_FUNCTION = YES;
  189. GCC_WARN_UNUSED_VARIABLE = YES;
  190. MACOSX_DEPLOYMENT_TARGET = 10.10;
  191. MTL_ENABLE_DEBUG_INFO = NO;
  192. SDKROOT = macosx;
  193. };
  194. name = Release;
  195. };
  196. CD3AC7141D2C0726002B4BB0 /* Debug */ = {
  197. isa = XCBuildConfiguration;
  198. buildSettings = {
  199. DYLIB_COMPATIBILITY_VERSION = 1;
  200. DYLIB_CURRENT_VERSION = 1;
  201. EXECUTABLE_PREFIX = lib;
  202. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  203. GCC_ENABLE_CPP_RTTI = YES;
  204. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  205. PRODUCT_NAME = "$(TARGET_NAME)";
  206. };
  207. name = Debug;
  208. };
  209. CD3AC7151D2C0726002B4BB0 /* Release */ = {
  210. isa = XCBuildConfiguration;
  211. buildSettings = {
  212. DYLIB_COMPATIBILITY_VERSION = 1;
  213. DYLIB_CURRENT_VERSION = 1;
  214. EXECUTABLE_PREFIX = lib;
  215. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  216. GCC_ENABLE_CPP_RTTI = YES;
  217. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  218. PRODUCT_NAME = "$(TARGET_NAME)";
  219. };
  220. name = Release;
  221. };
  222. /* End XCBuildConfiguration section */
  223. /* Begin XCConfigurationList section */
  224. CD3AC7031D2C0726002B4BB0 /* Build configuration list for PBXProject "gameutils" */ = {
  225. isa = XCConfigurationList;
  226. buildConfigurations = (
  227. CD3AC7111D2C0726002B4BB0 /* Debug */,
  228. CD3AC7121D2C0726002B4BB0 /* Release */,
  229. );
  230. defaultConfigurationIsVisible = 0;
  231. defaultConfigurationName = Release;
  232. };
  233. CD3AC7131D2C0726002B4BB0 /* Build configuration list for PBXNativeTarget "gameutils" */ = {
  234. isa = XCConfigurationList;
  235. buildConfigurations = (
  236. CD3AC7141D2C0726002B4BB0 /* Debug */,
  237. CD3AC7151D2C0726002B4BB0 /* Release */,
  238. );
  239. defaultConfigurationIsVisible = 0;
  240. defaultConfigurationName = Release;
  241. };
  242. /* End XCConfigurationList section */
  243. };
  244. rootObject = CD3AC7001D2C0726002B4BB0 /* Project object */;
  245. }