project.pbxproj 8.1 KB

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