project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD62FD04229195FF00376440 /* files.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD62FD02229195FF00376440 /* files.cxx */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
  10. CD62FD082291988F00376440 /* osx_env.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD62FD072291988F00376440 /* osx_env.mm */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
  11. CD7E87772295FA1F00D877FE /* time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD7E876F2295FA1F00D877FE /* time.cpp */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
  12. CD7E884822960F4800D877FE /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD7E884722960F4800D877FE /* AppKit.framework */; };
  13. /* End PBXBuildFile section */
  14. /* Begin PBXContainerItemProxy section */
  15. CD62FCED22904AD500376440 /* PBXContainerItemProxy */ = {
  16. isa = PBXContainerItemProxy;
  17. containerPortal = CD62FCE622904AD500376440 /* GoogleMock.xcodeproj */;
  18. proxyType = 2;
  19. remoteGlobalIDString = 05818F861A685AEA0072A469;
  20. remoteInfo = GoogleMock;
  21. };
  22. CD62FCEF22904AD500376440 /* PBXContainerItemProxy */ = {
  23. isa = PBXContainerItemProxy;
  24. containerPortal = CD62FCE622904AD500376440 /* GoogleMock.xcodeproj */;
  25. proxyType = 2;
  26. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  27. remoteInfo = gmock;
  28. };
  29. CD62FCF122904AD500376440 /* PBXContainerItemProxy */ = {
  30. isa = PBXContainerItemProxy;
  31. containerPortal = CD62FCE622904AD500376440 /* GoogleMock.xcodeproj */;
  32. proxyType = 2;
  33. remoteGlobalIDString = 05E96B1F1A68634900204102;
  34. remoteInfo = gtest;
  35. };
  36. CD62FCF322904AD500376440 /* PBXContainerItemProxy */ = {
  37. isa = PBXContainerItemProxy;
  38. containerPortal = CD62FCE622904AD500376440 /* GoogleMock.xcodeproj */;
  39. proxyType = 2;
  40. remoteGlobalIDString = 05818F901A685AEA0072A469;
  41. remoteInfo = GoogleMockTests;
  42. };
  43. /* End PBXContainerItemProxy section */
  44. /* Begin PBXFileReference section */
  45. CD3AC7081D2C0726002B4BB0 /* libgameutils.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libgameutils.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  46. CD62FCE622904AD500376440 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  47. CD62FCFC2291951400376440 /* linux_env.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = linux_env.cxx; sourceTree = "<group>"; };
  48. CD62FCFF2291953700376440 /* game */ = {isa = PBXFileReference; lastKnownFileType = folder; name = game; path = include/game; sourceTree = "<group>"; };
  49. CD62FD02229195FF00376440 /* files.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = files.cxx; sourceTree = "<group>"; };
  50. CD62FD072291988F00376440 /* osx_env.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = osx_env.mm; sourceTree = "<group>"; };
  51. CD7E876F2295FA1F00D877FE /* time.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time.cpp; sourceTree = "<group>"; };
  52. CD7E884722960F4800D877FE /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
  53. /* End PBXFileReference section */
  54. /* Begin PBXFrameworksBuildPhase section */
  55. CD3AC7051D2C0726002B4BB0 /* Frameworks */ = {
  56. isa = PBXFrameworksBuildPhase;
  57. buildActionMask = 2147483647;
  58. files = (
  59. CD7E884822960F4800D877FE /* AppKit.framework in Frameworks */,
  60. );
  61. runOnlyForDeploymentPostprocessing = 0;
  62. };
  63. /* End PBXFrameworksBuildPhase section */
  64. /* Begin PBXGroup section */
  65. CD3AC6FF1D2C0726002B4BB0 = {
  66. isa = PBXGroup;
  67. children = (
  68. CD62FCE622904AD500376440 /* GoogleMock.xcodeproj */,
  69. CD62FCFF2291953700376440 /* game */,
  70. CD3AC70A1D2C0726002B4BB0 /* src */,
  71. CD3AC7091D2C0726002B4BB0 /* Products */,
  72. CD7E884622960F4700D877FE /* Frameworks */,
  73. );
  74. sourceTree = "<group>";
  75. };
  76. CD3AC7091D2C0726002B4BB0 /* Products */ = {
  77. isa = PBXGroup;
  78. children = (
  79. CD3AC7081D2C0726002B4BB0 /* libgameutils.dylib */,
  80. );
  81. name = Products;
  82. sourceTree = "<group>";
  83. };
  84. CD3AC70A1D2C0726002B4BB0 /* src */ = {
  85. isa = PBXGroup;
  86. children = (
  87. CD62FCFC2291951400376440 /* linux_env.cxx */,
  88. CD62FD072291988F00376440 /* osx_env.mm */,
  89. CD62FD02229195FF00376440 /* files.cxx */,
  90. CD7E876F2295FA1F00D877FE /* time.cpp */,
  91. );
  92. path = src;
  93. sourceTree = "<group>";
  94. };
  95. CD62FCE722904AD500376440 /* Products */ = {
  96. isa = PBXGroup;
  97. children = (
  98. CD62FCEE22904AD500376440 /* GoogleMock.framework */,
  99. CD62FCF022904AD500376440 /* gmock.framework */,
  100. CD62FCF222904AD500376440 /* gtest.framework */,
  101. CD62FCF422904AD500376440 /* GoogleMockTests.xctest */,
  102. );
  103. name = Products;
  104. sourceTree = "<group>";
  105. };
  106. CD7E884622960F4700D877FE /* Frameworks */ = {
  107. isa = PBXGroup;
  108. children = (
  109. CD7E884722960F4800D877FE /* AppKit.framework */,
  110. );
  111. name = Frameworks;
  112. sourceTree = "<group>";
  113. };
  114. /* End PBXGroup section */
  115. /* Begin PBXHeadersBuildPhase section */
  116. CD3AC7061D2C0726002B4BB0 /* Headers */ = {
  117. isa = PBXHeadersBuildPhase;
  118. buildActionMask = 2147483647;
  119. files = (
  120. );
  121. runOnlyForDeploymentPostprocessing = 0;
  122. };
  123. /* End PBXHeadersBuildPhase section */
  124. /* Begin PBXNativeTarget section */
  125. CD3AC7071D2C0726002B4BB0 /* gameutils */ = {
  126. isa = PBXNativeTarget;
  127. buildConfigurationList = CD3AC7131D2C0726002B4BB0 /* Build configuration list for PBXNativeTarget "gameutils" */;
  128. buildPhases = (
  129. CD3AC7041D2C0726002B4BB0 /* Sources */,
  130. CD3AC7051D2C0726002B4BB0 /* Frameworks */,
  131. CD3AC7061D2C0726002B4BB0 /* Headers */,
  132. CD62FD002291955400376440 /* ShellScript */,
  133. );
  134. buildRules = (
  135. );
  136. dependencies = (
  137. );
  138. name = gameutils;
  139. productName = gameutils;
  140. productReference = CD3AC7081D2C0726002B4BB0 /* libgameutils.dylib */;
  141. productType = "com.apple.product-type.library.dynamic";
  142. };
  143. /* End PBXNativeTarget section */
  144. /* Begin PBXProject section */
  145. CD3AC7001D2C0726002B4BB0 /* Project object */ = {
  146. isa = PBXProject;
  147. attributes = {
  148. LastUpgradeCheck = 1030;
  149. ORGANIZATIONNAME = "Sam Jaffe";
  150. TargetAttributes = {
  151. CD3AC7071D2C0726002B4BB0 = {
  152. CreatedOnToolsVersion = 7.2.1;
  153. };
  154. };
  155. };
  156. buildConfigurationList = CD3AC7031D2C0726002B4BB0 /* Build configuration list for PBXProject "gameutils" */;
  157. compatibilityVersion = "Xcode 3.2";
  158. developmentRegion = en;
  159. hasScannedForEncodings = 0;
  160. knownRegions = (
  161. en,
  162. Base,
  163. );
  164. mainGroup = CD3AC6FF1D2C0726002B4BB0;
  165. productRefGroup = CD3AC7091D2C0726002B4BB0 /* Products */;
  166. projectDirPath = "";
  167. projectReferences = (
  168. {
  169. ProductGroup = CD62FCE722904AD500376440 /* Products */;
  170. ProjectRef = CD62FCE622904AD500376440 /* GoogleMock.xcodeproj */;
  171. },
  172. );
  173. projectRoot = "";
  174. targets = (
  175. CD3AC7071D2C0726002B4BB0 /* gameutils */,
  176. );
  177. };
  178. /* End PBXProject section */
  179. /* Begin PBXReferenceProxy section */
  180. CD62FCEE22904AD500376440 /* GoogleMock.framework */ = {
  181. isa = PBXReferenceProxy;
  182. fileType = wrapper.framework;
  183. path = GoogleMock.framework;
  184. remoteRef = CD62FCED22904AD500376440 /* PBXContainerItemProxy */;
  185. sourceTree = BUILT_PRODUCTS_DIR;
  186. };
  187. CD62FCF022904AD500376440 /* gmock.framework */ = {
  188. isa = PBXReferenceProxy;
  189. fileType = wrapper.framework;
  190. path = gmock.framework;
  191. remoteRef = CD62FCEF22904AD500376440 /* PBXContainerItemProxy */;
  192. sourceTree = BUILT_PRODUCTS_DIR;
  193. };
  194. CD62FCF222904AD500376440 /* gtest.framework */ = {
  195. isa = PBXReferenceProxy;
  196. fileType = wrapper.framework;
  197. path = gtest.framework;
  198. remoteRef = CD62FCF122904AD500376440 /* PBXContainerItemProxy */;
  199. sourceTree = BUILT_PRODUCTS_DIR;
  200. };
  201. CD62FCF422904AD500376440 /* GoogleMockTests.xctest */ = {
  202. isa = PBXReferenceProxy;
  203. fileType = wrapper.cfbundle;
  204. path = GoogleMockTests.xctest;
  205. remoteRef = CD62FCF322904AD500376440 /* PBXContainerItemProxy */;
  206. sourceTree = BUILT_PRODUCTS_DIR;
  207. };
  208. /* End PBXReferenceProxy section */
  209. /* Begin PBXShellScriptBuildPhase section */
  210. CD62FD002291955400376440 /* ShellScript */ = {
  211. isa = PBXShellScriptBuildPhase;
  212. buildActionMask = 2147483647;
  213. files = (
  214. );
  215. inputFileListPaths = (
  216. );
  217. inputPaths = (
  218. );
  219. outputFileListPaths = (
  220. );
  221. outputPaths = (
  222. );
  223. runOnlyForDeploymentPostprocessing = 0;
  224. shellPath = /bin/sh;
  225. shellScript = "mkdir -p ${BUILT_PRODUCTS_DIR}/usr/local/include/\ncp -r ${PROJECT_DIR}/include/* ${BUILT_PRODUCTS_DIR}/usr/local/include/\n";
  226. };
  227. /* End PBXShellScriptBuildPhase section */
  228. /* Begin PBXSourcesBuildPhase section */
  229. CD3AC7041D2C0726002B4BB0 /* Sources */ = {
  230. isa = PBXSourcesBuildPhase;
  231. buildActionMask = 2147483647;
  232. files = (
  233. CD62FD082291988F00376440 /* osx_env.mm in Sources */,
  234. CD62FD04229195FF00376440 /* files.cxx in Sources */,
  235. CD7E87772295FA1F00D877FE /* time.cpp in Sources */,
  236. );
  237. runOnlyForDeploymentPostprocessing = 0;
  238. };
  239. /* End PBXSourcesBuildPhase section */
  240. /* Begin XCBuildConfiguration section */
  241. CD3AC7111D2C0726002B4BB0 /* Debug */ = {
  242. isa = XCBuildConfiguration;
  243. buildSettings = {
  244. ALWAYS_SEARCH_USER_PATHS = NO;
  245. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  246. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  247. CLANG_CXX_LIBRARY = "libc++";
  248. CLANG_ENABLE_MODULES = YES;
  249. CLANG_ENABLE_OBJC_ARC = YES;
  250. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  251. CLANG_WARN_BOOL_CONVERSION = YES;
  252. CLANG_WARN_COMMA = YES;
  253. CLANG_WARN_CONSTANT_CONVERSION = YES;
  254. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  255. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  256. CLANG_WARN_EMPTY_BODY = YES;
  257. CLANG_WARN_ENUM_CONVERSION = YES;
  258. CLANG_WARN_INFINITE_RECURSION = YES;
  259. CLANG_WARN_INT_CONVERSION = YES;
  260. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  261. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  262. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  263. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  264. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  265. CLANG_WARN_STRICT_PROTOTYPES = YES;
  266. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  267. CLANG_WARN_UNREACHABLE_CODE = YES;
  268. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  269. CODE_SIGN_IDENTITY = "-";
  270. COPY_PHASE_STRIP = NO;
  271. DEBUG_INFORMATION_FORMAT = dwarf;
  272. ENABLE_STRICT_OBJC_MSGSEND = YES;
  273. ENABLE_TESTABILITY = YES;
  274. GCC_C_LANGUAGE_STANDARD = gnu99;
  275. GCC_DYNAMIC_NO_PIC = NO;
  276. GCC_NO_COMMON_BLOCKS = YES;
  277. GCC_OPTIMIZATION_LEVEL = 0;
  278. GCC_PREPROCESSOR_DEFINITIONS = (
  279. "DEBUG=1",
  280. "$(inherited)",
  281. );
  282. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  283. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  284. GCC_WARN_UNDECLARED_SELECTOR = YES;
  285. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  286. GCC_WARN_UNUSED_FUNCTION = YES;
  287. GCC_WARN_UNUSED_VARIABLE = YES;
  288. MACOSX_DEPLOYMENT_TARGET = 10.10;
  289. MTL_ENABLE_DEBUG_INFO = YES;
  290. ONLY_ACTIVE_ARCH = YES;
  291. SDKROOT = macosx;
  292. USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include $(PROJECT_DIR)/../include/ $(PROJECT_DIR)/../math/ $(PROJECT_DIR)/../math/include/ $(PROJECT_DIR)/../include/expect/include/";
  293. };
  294. name = Debug;
  295. };
  296. CD3AC7121D2C0726002B4BB0 /* Release */ = {
  297. isa = XCBuildConfiguration;
  298. buildSettings = {
  299. ALWAYS_SEARCH_USER_PATHS = NO;
  300. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  301. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  302. CLANG_CXX_LIBRARY = "libc++";
  303. CLANG_ENABLE_MODULES = YES;
  304. CLANG_ENABLE_OBJC_ARC = YES;
  305. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  306. CLANG_WARN_BOOL_CONVERSION = YES;
  307. CLANG_WARN_COMMA = YES;
  308. CLANG_WARN_CONSTANT_CONVERSION = YES;
  309. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  310. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  311. CLANG_WARN_EMPTY_BODY = YES;
  312. CLANG_WARN_ENUM_CONVERSION = YES;
  313. CLANG_WARN_INFINITE_RECURSION = YES;
  314. CLANG_WARN_INT_CONVERSION = YES;
  315. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  316. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  317. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  318. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  319. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  320. CLANG_WARN_STRICT_PROTOTYPES = YES;
  321. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  322. CLANG_WARN_UNREACHABLE_CODE = YES;
  323. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  324. CODE_SIGN_IDENTITY = "-";
  325. COPY_PHASE_STRIP = NO;
  326. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  327. ENABLE_NS_ASSERTIONS = NO;
  328. ENABLE_STRICT_OBJC_MSGSEND = YES;
  329. GCC_C_LANGUAGE_STANDARD = gnu99;
  330. GCC_NO_COMMON_BLOCKS = YES;
  331. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  332. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  333. GCC_WARN_UNDECLARED_SELECTOR = YES;
  334. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  335. GCC_WARN_UNUSED_FUNCTION = YES;
  336. GCC_WARN_UNUSED_VARIABLE = YES;
  337. MACOSX_DEPLOYMENT_TARGET = 10.10;
  338. MTL_ENABLE_DEBUG_INFO = NO;
  339. SDKROOT = macosx;
  340. USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include $(PROJECT_DIR)/../include/ $(PROJECT_DIR)/../math/ $(PROJECT_DIR)/../math/include/ $(PROJECT_DIR)/../include/expect/include/";
  341. };
  342. name = Release;
  343. };
  344. CD3AC7141D2C0726002B4BB0 /* Debug */ = {
  345. isa = XCBuildConfiguration;
  346. buildSettings = {
  347. DYLIB_COMPATIBILITY_VERSION = 1;
  348. DYLIB_CURRENT_VERSION = 1;
  349. EXECUTABLE_PREFIX = lib;
  350. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  351. GCC_ENABLE_CPP_RTTI = YES;
  352. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  353. PRODUCT_NAME = "$(TARGET_NAME)";
  354. };
  355. name = Debug;
  356. };
  357. CD3AC7151D2C0726002B4BB0 /* Release */ = {
  358. isa = XCBuildConfiguration;
  359. buildSettings = {
  360. DYLIB_COMPATIBILITY_VERSION = 1;
  361. DYLIB_CURRENT_VERSION = 1;
  362. EXECUTABLE_PREFIX = lib;
  363. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  364. GCC_ENABLE_CPP_RTTI = YES;
  365. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  366. PRODUCT_NAME = "$(TARGET_NAME)";
  367. };
  368. name = Release;
  369. };
  370. /* End XCBuildConfiguration section */
  371. /* Begin XCConfigurationList section */
  372. CD3AC7031D2C0726002B4BB0 /* Build configuration list for PBXProject "gameutils" */ = {
  373. isa = XCConfigurationList;
  374. buildConfigurations = (
  375. CD3AC7111D2C0726002B4BB0 /* Debug */,
  376. CD3AC7121D2C0726002B4BB0 /* Release */,
  377. );
  378. defaultConfigurationIsVisible = 0;
  379. defaultConfigurationName = Release;
  380. };
  381. CD3AC7131D2C0726002B4BB0 /* Build configuration list for PBXNativeTarget "gameutils" */ = {
  382. isa = XCConfigurationList;
  383. buildConfigurations = (
  384. CD3AC7141D2C0726002B4BB0 /* Debug */,
  385. CD3AC7151D2C0726002B4BB0 /* Release */,
  386. );
  387. defaultConfigurationIsVisible = 0;
  388. defaultConfigurationName = Release;
  389. };
  390. /* End XCConfigurationList section */
  391. };
  392. rootObject = CD3AC7001D2C0726002B4BB0 /* Project object */;
  393. }