project.pbxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD3AC71E1D2C0AF8002B4BB0 /* shape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC71C1D2C0AF8002B4BB0 /* shape.cpp */; };
  10. CD3C809F1D675AB100ACC795 /* angle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3C809D1D675AB100ACC795 /* angle.cpp */; };
  11. CD3C80BC1D68902300ACC795 /* common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3C80BA1D68902300ACC795 /* common.cpp */; };
  12. CDA34D9522517967008036A7 /* matrix_helpers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDA34D8C22517680008036A7 /* matrix_helpers.hpp */; };
  13. CDA34D9622517969008036A7 /* matrix.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDA34D8D22517680008036A7 /* matrix.hpp */; };
  14. CDA34D972251796B008036A7 /* vector.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDA34D9022517689008036A7 /* vector.hpp */; };
  15. /* End PBXBuildFile section */
  16. /* Begin PBXFileReference section */
  17. CD3786181CF9F61100BE89B2 /* libmath.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libmath.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  18. CD3AC71C1D2C0AF8002B4BB0 /* shape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shape.cpp; sourceTree = "<group>"; };
  19. CD3C809D1D675AB100ACC795 /* angle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = angle.cpp; sourceTree = "<group>"; };
  20. CD3C80BA1D68902300ACC795 /* common.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = common.cpp; sourceTree = "<group>"; };
  21. CDA34D89225175CB008036A7 /* game */ = {isa = PBXFileReference; lastKnownFileType = folder; name = game; path = include/game; sourceTree = "<group>"; };
  22. CDA34D8C22517680008036A7 /* matrix_helpers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = matrix_helpers.hpp; path = matrix/matrix_helpers.hpp; sourceTree = SOURCE_ROOT; };
  23. CDA34D8D22517680008036A7 /* matrix.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = matrix.hpp; path = matrix/matrix.hpp; sourceTree = SOURCE_ROOT; };
  24. CDA34D9022517689008036A7 /* vector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = vector.hpp; path = vector/vector.hpp; sourceTree = SOURCE_ROOT; };
  25. /* End PBXFileReference section */
  26. /* Begin PBXFrameworksBuildPhase section */
  27. CD3786151CF9F61100BE89B2 /* Frameworks */ = {
  28. isa = PBXFrameworksBuildPhase;
  29. buildActionMask = 2147483647;
  30. files = (
  31. );
  32. runOnlyForDeploymentPostprocessing = 0;
  33. };
  34. /* End PBXFrameworksBuildPhase section */
  35. /* Begin PBXGroup section */
  36. CD37860F1CF9F61100BE89B2 = {
  37. isa = PBXGroup;
  38. children = (
  39. CDA34D89225175CB008036A7 /* game */,
  40. CDA34D8A22517670008036A7 /* include */,
  41. CD3C80791D66440200ACC795 /* test */,
  42. CD3786321CFA304800BE89B2 /* src */,
  43. CD3786191CF9F61100BE89B2 /* Products */,
  44. );
  45. sourceTree = "<group>";
  46. };
  47. CD3786191CF9F61100BE89B2 /* Products */ = {
  48. isa = PBXGroup;
  49. children = (
  50. CD3786181CF9F61100BE89B2 /* libmath.dylib */,
  51. );
  52. name = Products;
  53. sourceTree = "<group>";
  54. };
  55. CD3786321CFA304800BE89B2 /* src */ = {
  56. isa = PBXGroup;
  57. children = (
  58. CD3AC71C1D2C0AF8002B4BB0 /* shape.cpp */,
  59. CD3C809D1D675AB100ACC795 /* angle.cpp */,
  60. CD3C80BA1D68902300ACC795 /* common.cpp */,
  61. );
  62. path = src;
  63. sourceTree = "<group>";
  64. };
  65. CD3C80791D66440200ACC795 /* test */ = {
  66. isa = PBXGroup;
  67. children = (
  68. );
  69. path = test;
  70. sourceTree = "<group>";
  71. };
  72. CDA34D8A22517670008036A7 /* include */ = {
  73. isa = PBXGroup;
  74. children = (
  75. CDA34D8C22517680008036A7 /* matrix_helpers.hpp */,
  76. CDA34D8D22517680008036A7 /* matrix.hpp */,
  77. CDA34D9022517689008036A7 /* vector.hpp */,
  78. );
  79. name = include;
  80. path = include/include;
  81. sourceTree = "<group>";
  82. };
  83. /* End PBXGroup section */
  84. /* Begin PBXHeadersBuildPhase section */
  85. CD3786161CF9F61100BE89B2 /* Headers */ = {
  86. isa = PBXHeadersBuildPhase;
  87. buildActionMask = 2147483647;
  88. files = (
  89. CDA34D9522517967008036A7 /* matrix_helpers.hpp in Headers */,
  90. CDA34D9622517969008036A7 /* matrix.hpp in Headers */,
  91. CDA34D972251796B008036A7 /* vector.hpp in Headers */,
  92. );
  93. runOnlyForDeploymentPostprocessing = 0;
  94. };
  95. /* End PBXHeadersBuildPhase section */
  96. /* Begin PBXNativeTarget section */
  97. CD3786171CF9F61100BE89B2 /* math */ = {
  98. isa = PBXNativeTarget;
  99. buildConfigurationList = CD3786231CF9F61100BE89B2 /* Build configuration list for PBXNativeTarget "math" */;
  100. buildPhases = (
  101. CD3786141CF9F61100BE89B2 /* Sources */,
  102. CD3786151CF9F61100BE89B2 /* Frameworks */,
  103. CD3786161CF9F61100BE89B2 /* Headers */,
  104. CD6F73E822517BDA0081ED74 /* ShellScript */,
  105. );
  106. buildRules = (
  107. );
  108. dependencies = (
  109. );
  110. name = math;
  111. productName = math;
  112. productReference = CD3786181CF9F61100BE89B2 /* libmath.dylib */;
  113. productType = "com.apple.product-type.library.dynamic";
  114. };
  115. /* End PBXNativeTarget section */
  116. /* Begin PBXProject section */
  117. CD3786101CF9F61100BE89B2 /* Project object */ = {
  118. isa = PBXProject;
  119. attributes = {
  120. LastUpgradeCheck = 1010;
  121. ORGANIZATIONNAME = "Sam Jaffe";
  122. TargetAttributes = {
  123. CD3786171CF9F61100BE89B2 = {
  124. CreatedOnToolsVersion = 7.2.1;
  125. };
  126. };
  127. };
  128. buildConfigurationList = CD3786131CF9F61100BE89B2 /* Build configuration list for PBXProject "math" */;
  129. compatibilityVersion = "Xcode 3.2";
  130. developmentRegion = English;
  131. hasScannedForEncodings = 0;
  132. knownRegions = (
  133. en,
  134. );
  135. mainGroup = CD37860F1CF9F61100BE89B2;
  136. productRefGroup = CD3786191CF9F61100BE89B2 /* Products */;
  137. projectDirPath = "";
  138. projectRoot = "";
  139. targets = (
  140. CD3786171CF9F61100BE89B2 /* math */,
  141. );
  142. };
  143. /* End PBXProject section */
  144. /* Begin PBXShellScriptBuildPhase section */
  145. CD6F73E822517BDA0081ED74 /* ShellScript */ = {
  146. isa = PBXShellScriptBuildPhase;
  147. buildActionMask = 2147483647;
  148. files = (
  149. );
  150. inputFileListPaths = (
  151. );
  152. inputPaths = (
  153. );
  154. outputFileListPaths = (
  155. );
  156. outputPaths = (
  157. );
  158. runOnlyForDeploymentPostprocessing = 0;
  159. shellPath = /bin/sh;
  160. shellScript = "cp -r ${PROJECT_DIR}/include/* ${BUILT_PRODUCTS_DIR}/usr/local/include/\n";
  161. };
  162. /* End PBXShellScriptBuildPhase section */
  163. /* Begin PBXSourcesBuildPhase section */
  164. CD3786141CF9F61100BE89B2 /* Sources */ = {
  165. isa = PBXSourcesBuildPhase;
  166. buildActionMask = 2147483647;
  167. files = (
  168. CD3AC71E1D2C0AF8002B4BB0 /* shape.cpp in Sources */,
  169. CD3C80BC1D68902300ACC795 /* common.cpp in Sources */,
  170. CD3C809F1D675AB100ACC795 /* angle.cpp in Sources */,
  171. );
  172. runOnlyForDeploymentPostprocessing = 0;
  173. };
  174. /* End PBXSourcesBuildPhase section */
  175. /* Begin XCBuildConfiguration section */
  176. CD3786211CF9F61100BE89B2 /* Debug */ = {
  177. isa = XCBuildConfiguration;
  178. buildSettings = {
  179. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  180. CLANG_CXX_LIBRARY = "libc++";
  181. CLANG_ENABLE_MODULES = YES;
  182. CLANG_ENABLE_OBJC_ARC = YES;
  183. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  184. CLANG_WARN_BOOL_CONVERSION = YES;
  185. CLANG_WARN_COMMA = YES;
  186. CLANG_WARN_CONSTANT_CONVERSION = YES;
  187. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  188. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  189. CLANG_WARN_EMPTY_BODY = YES;
  190. CLANG_WARN_ENUM_CONVERSION = YES;
  191. CLANG_WARN_INFINITE_RECURSION = YES;
  192. CLANG_WARN_INT_CONVERSION = YES;
  193. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  194. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  195. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  196. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  197. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  198. CLANG_WARN_STRICT_PROTOTYPES = YES;
  199. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  200. CLANG_WARN_UNREACHABLE_CODE = YES;
  201. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  202. CODE_SIGN_IDENTITY = "-";
  203. COPY_PHASE_STRIP = NO;
  204. DEBUG_INFORMATION_FORMAT = dwarf;
  205. ENABLE_STRICT_OBJC_MSGSEND = YES;
  206. ENABLE_TESTABILITY = YES;
  207. GCC_C_LANGUAGE_STANDARD = gnu99;
  208. GCC_DYNAMIC_NO_PIC = NO;
  209. GCC_NO_COMMON_BLOCKS = YES;
  210. GCC_OPTIMIZATION_LEVEL = 0;
  211. GCC_PREPROCESSOR_DEFINITIONS = (
  212. "DEBUG=1",
  213. "$(inherited)",
  214. );
  215. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  216. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  217. GCC_WARN_UNDECLARED_SELECTOR = YES;
  218. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  219. GCC_WARN_UNUSED_FUNCTION = YES;
  220. GCC_WARN_UNUSED_VARIABLE = YES;
  221. MACOSX_DEPLOYMENT_TARGET = 10.10;
  222. MTL_ENABLE_DEBUG_INFO = YES;
  223. ONLY_ACTIVE_ARCH = YES;
  224. SDKROOT = macosx;
  225. USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/ $(PROJECT_DIR)/include/ $(PROJECT_DIR)/../include/expect/include/";
  226. };
  227. name = Debug;
  228. };
  229. CD3786221CF9F61100BE89B2 /* Release */ = {
  230. isa = XCBuildConfiguration;
  231. buildSettings = {
  232. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  233. CLANG_CXX_LIBRARY = "libc++";
  234. CLANG_ENABLE_MODULES = YES;
  235. CLANG_ENABLE_OBJC_ARC = YES;
  236. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  237. CLANG_WARN_BOOL_CONVERSION = YES;
  238. CLANG_WARN_COMMA = YES;
  239. CLANG_WARN_CONSTANT_CONVERSION = YES;
  240. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  241. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  242. CLANG_WARN_EMPTY_BODY = YES;
  243. CLANG_WARN_ENUM_CONVERSION = YES;
  244. CLANG_WARN_INFINITE_RECURSION = YES;
  245. CLANG_WARN_INT_CONVERSION = YES;
  246. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  247. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  248. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  249. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  250. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  251. CLANG_WARN_STRICT_PROTOTYPES = YES;
  252. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  253. CLANG_WARN_UNREACHABLE_CODE = YES;
  254. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  255. CODE_SIGN_IDENTITY = "-";
  256. COPY_PHASE_STRIP = NO;
  257. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  258. ENABLE_NS_ASSERTIONS = NO;
  259. ENABLE_STRICT_OBJC_MSGSEND = YES;
  260. GCC_C_LANGUAGE_STANDARD = gnu99;
  261. GCC_NO_COMMON_BLOCKS = YES;
  262. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  263. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  264. GCC_WARN_UNDECLARED_SELECTOR = YES;
  265. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  266. GCC_WARN_UNUSED_FUNCTION = YES;
  267. GCC_WARN_UNUSED_VARIABLE = YES;
  268. MACOSX_DEPLOYMENT_TARGET = 10.10;
  269. MTL_ENABLE_DEBUG_INFO = NO;
  270. SDKROOT = macosx;
  271. USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/ $(PROJECT_DIR)/include/ $(PROJECT_DIR)/../include/expect/include/";
  272. };
  273. name = Release;
  274. };
  275. CD3786241CF9F61100BE89B2 /* Debug */ = {
  276. isa = XCBuildConfiguration;
  277. buildSettings = {
  278. DYLIB_COMPATIBILITY_VERSION = 1;
  279. DYLIB_CURRENT_VERSION = 1;
  280. EXECUTABLE_PREFIX = lib;
  281. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  282. GCC_ENABLE_CPP_RTTI = YES;
  283. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  284. PRODUCT_NAME = "$(TARGET_NAME)";
  285. };
  286. name = Debug;
  287. };
  288. CD3786251CF9F61100BE89B2 /* Release */ = {
  289. isa = XCBuildConfiguration;
  290. buildSettings = {
  291. DYLIB_COMPATIBILITY_VERSION = 1;
  292. DYLIB_CURRENT_VERSION = 1;
  293. EXECUTABLE_PREFIX = lib;
  294. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  295. GCC_ENABLE_CPP_RTTI = YES;
  296. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  297. PRODUCT_NAME = "$(TARGET_NAME)";
  298. };
  299. name = Release;
  300. };
  301. /* End XCBuildConfiguration section */
  302. /* Begin XCConfigurationList section */
  303. CD3786131CF9F61100BE89B2 /* Build configuration list for PBXProject "math" */ = {
  304. isa = XCConfigurationList;
  305. buildConfigurations = (
  306. CD3786211CF9F61100BE89B2 /* Debug */,
  307. CD3786221CF9F61100BE89B2 /* Release */,
  308. );
  309. defaultConfigurationIsVisible = 0;
  310. defaultConfigurationName = Release;
  311. };
  312. CD3786231CF9F61100BE89B2 /* Build configuration list for PBXNativeTarget "math" */ = {
  313. isa = XCConfigurationList;
  314. buildConfigurations = (
  315. CD3786241CF9F61100BE89B2 /* Debug */,
  316. CD3786251CF9F61100BE89B2 /* Release */,
  317. );
  318. defaultConfigurationIsVisible = 0;
  319. defaultConfigurationName = Release;
  320. };
  321. /* End XCConfigurationList section */
  322. };
  323. rootObject = CD3786101CF9F61100BE89B2 /* Project object */;
  324. }