project.pbxproj 8.9 KB

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