project.pbxproj 13 KB

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