project.pbxproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  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 = 1010;
  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_BLOCK_CAPTURE_AUTORELEASING = YES;
  126. CLANG_WARN_BOOL_CONVERSION = YES;
  127. CLANG_WARN_COMMA = YES;
  128. CLANG_WARN_CONSTANT_CONVERSION = YES;
  129. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  130. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  131. CLANG_WARN_EMPTY_BODY = YES;
  132. CLANG_WARN_ENUM_CONVERSION = YES;
  133. CLANG_WARN_INFINITE_RECURSION = YES;
  134. CLANG_WARN_INT_CONVERSION = YES;
  135. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  136. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  137. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  138. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  139. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  140. CLANG_WARN_STRICT_PROTOTYPES = YES;
  141. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  142. CLANG_WARN_UNREACHABLE_CODE = YES;
  143. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  144. CODE_SIGN_IDENTITY = "-";
  145. COPY_PHASE_STRIP = NO;
  146. DEBUG_INFORMATION_FORMAT = dwarf;
  147. ENABLE_STRICT_OBJC_MSGSEND = YES;
  148. ENABLE_TESTABILITY = YES;
  149. GCC_C_LANGUAGE_STANDARD = gnu99;
  150. GCC_DYNAMIC_NO_PIC = NO;
  151. GCC_NO_COMMON_BLOCKS = YES;
  152. GCC_OPTIMIZATION_LEVEL = 0;
  153. GCC_PREPROCESSOR_DEFINITIONS = (
  154. "DEBUG=1",
  155. "$(inherited)",
  156. );
  157. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  158. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  159. GCC_WARN_UNDECLARED_SELECTOR = YES;
  160. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  161. GCC_WARN_UNUSED_FUNCTION = YES;
  162. GCC_WARN_UNUSED_VARIABLE = YES;
  163. MACOSX_DEPLOYMENT_TARGET = 10.10;
  164. MTL_ENABLE_DEBUG_INFO = YES;
  165. ONLY_ACTIVE_ARCH = YES;
  166. SDKROOT = macosx;
  167. };
  168. name = Debug;
  169. };
  170. CD3AC7121D2C0726002B4BB0 /* Release */ = {
  171. isa = XCBuildConfiguration;
  172. buildSettings = {
  173. ALWAYS_SEARCH_USER_PATHS = NO;
  174. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  175. CLANG_CXX_LIBRARY = "libc++";
  176. CLANG_ENABLE_MODULES = YES;
  177. CLANG_ENABLE_OBJC_ARC = YES;
  178. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  179. CLANG_WARN_BOOL_CONVERSION = YES;
  180. CLANG_WARN_COMMA = YES;
  181. CLANG_WARN_CONSTANT_CONVERSION = YES;
  182. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = YES;
  190. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  191. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  192. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  193. CLANG_WARN_STRICT_PROTOTYPES = YES;
  194. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  195. CLANG_WARN_UNREACHABLE_CODE = YES;
  196. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  197. CODE_SIGN_IDENTITY = "-";
  198. COPY_PHASE_STRIP = NO;
  199. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  200. ENABLE_NS_ASSERTIONS = NO;
  201. ENABLE_STRICT_OBJC_MSGSEND = YES;
  202. GCC_C_LANGUAGE_STANDARD = gnu99;
  203. GCC_NO_COMMON_BLOCKS = YES;
  204. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  205. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  206. GCC_WARN_UNDECLARED_SELECTOR = YES;
  207. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  208. GCC_WARN_UNUSED_FUNCTION = YES;
  209. GCC_WARN_UNUSED_VARIABLE = YES;
  210. MACOSX_DEPLOYMENT_TARGET = 10.10;
  211. MTL_ENABLE_DEBUG_INFO = NO;
  212. SDKROOT = macosx;
  213. };
  214. name = Release;
  215. };
  216. CD3AC7141D2C0726002B4BB0 /* Debug */ = {
  217. isa = XCBuildConfiguration;
  218. buildSettings = {
  219. DYLIB_COMPATIBILITY_VERSION = 1;
  220. DYLIB_CURRENT_VERSION = 1;
  221. EXECUTABLE_PREFIX = lib;
  222. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  223. GCC_ENABLE_CPP_RTTI = YES;
  224. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  225. PRODUCT_NAME = "$(TARGET_NAME)";
  226. };
  227. name = Debug;
  228. };
  229. CD3AC7151D2C0726002B4BB0 /* Release */ = {
  230. isa = XCBuildConfiguration;
  231. buildSettings = {
  232. DYLIB_COMPATIBILITY_VERSION = 1;
  233. DYLIB_CURRENT_VERSION = 1;
  234. EXECUTABLE_PREFIX = lib;
  235. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  236. GCC_ENABLE_CPP_RTTI = YES;
  237. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  238. PRODUCT_NAME = "$(TARGET_NAME)";
  239. };
  240. name = Release;
  241. };
  242. /* End XCBuildConfiguration section */
  243. /* Begin XCConfigurationList section */
  244. CD3AC7031D2C0726002B4BB0 /* Build configuration list for PBXProject "gameutils" */ = {
  245. isa = XCConfigurationList;
  246. buildConfigurations = (
  247. CD3AC7111D2C0726002B4BB0 /* Debug */,
  248. CD3AC7121D2C0726002B4BB0 /* Release */,
  249. );
  250. defaultConfigurationIsVisible = 0;
  251. defaultConfigurationName = Release;
  252. };
  253. CD3AC7131D2C0726002B4BB0 /* Build configuration list for PBXNativeTarget "gameutils" */ = {
  254. isa = XCConfigurationList;
  255. buildConfigurations = (
  256. CD3AC7141D2C0726002B4BB0 /* Debug */,
  257. CD3AC7151D2C0726002B4BB0 /* Release */,
  258. );
  259. defaultConfigurationIsVisible = 0;
  260. defaultConfigurationName = Release;
  261. };
  262. /* End XCConfigurationList section */
  263. };
  264. rootObject = CD3AC7001D2C0726002B4BB0 /* Project object */;
  265. }