project.pbxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  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 = 0720;
  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_BOOL_CONVERSION = YES;
  170. CLANG_WARN_CONSTANT_CONVERSION = YES;
  171. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  172. CLANG_WARN_EMPTY_BODY = YES;
  173. CLANG_WARN_ENUM_CONVERSION = YES;
  174. CLANG_WARN_INT_CONVERSION = YES;
  175. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  176. CLANG_WARN_UNREACHABLE_CODE = YES;
  177. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  178. CODE_SIGN_IDENTITY = "-";
  179. COPY_PHASE_STRIP = NO;
  180. DEBUG_INFORMATION_FORMAT = dwarf;
  181. ENABLE_STRICT_OBJC_MSGSEND = YES;
  182. ENABLE_TESTABILITY = YES;
  183. GCC_C_LANGUAGE_STANDARD = gnu99;
  184. GCC_DYNAMIC_NO_PIC = NO;
  185. GCC_NO_COMMON_BLOCKS = YES;
  186. GCC_OPTIMIZATION_LEVEL = 0;
  187. GCC_PREPROCESSOR_DEFINITIONS = (
  188. "DEBUG=1",
  189. "$(inherited)",
  190. );
  191. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  192. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  193. GCC_WARN_UNDECLARED_SELECTOR = YES;
  194. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  195. GCC_WARN_UNUSED_FUNCTION = YES;
  196. GCC_WARN_UNUSED_VARIABLE = YES;
  197. MACOSX_DEPLOYMENT_TARGET = 10.10;
  198. MTL_ENABLE_DEBUG_INFO = YES;
  199. ONLY_ACTIVE_ARCH = YES;
  200. SDKROOT = macosx;
  201. };
  202. name = Debug;
  203. };
  204. CD3786221CF9F61100BE89B2 /* Release */ = {
  205. isa = XCBuildConfiguration;
  206. buildSettings = {
  207. ALWAYS_SEARCH_USER_PATHS = NO;
  208. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  209. CLANG_CXX_LIBRARY = "libc++";
  210. CLANG_ENABLE_MODULES = YES;
  211. CLANG_ENABLE_OBJC_ARC = YES;
  212. CLANG_WARN_BOOL_CONVERSION = YES;
  213. CLANG_WARN_CONSTANT_CONVERSION = YES;
  214. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  215. CLANG_WARN_EMPTY_BODY = YES;
  216. CLANG_WARN_ENUM_CONVERSION = YES;
  217. CLANG_WARN_INT_CONVERSION = YES;
  218. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  219. CLANG_WARN_UNREACHABLE_CODE = YES;
  220. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  221. CODE_SIGN_IDENTITY = "-";
  222. COPY_PHASE_STRIP = NO;
  223. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  224. ENABLE_NS_ASSERTIONS = NO;
  225. ENABLE_STRICT_OBJC_MSGSEND = YES;
  226. GCC_C_LANGUAGE_STANDARD = gnu99;
  227. GCC_NO_COMMON_BLOCKS = YES;
  228. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  229. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  230. GCC_WARN_UNDECLARED_SELECTOR = YES;
  231. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  232. GCC_WARN_UNUSED_FUNCTION = YES;
  233. GCC_WARN_UNUSED_VARIABLE = YES;
  234. MACOSX_DEPLOYMENT_TARGET = 10.10;
  235. MTL_ENABLE_DEBUG_INFO = NO;
  236. SDKROOT = macosx;
  237. };
  238. name = Release;
  239. };
  240. CD3786241CF9F61100BE89B2 /* Debug */ = {
  241. isa = XCBuildConfiguration;
  242. buildSettings = {
  243. DYLIB_COMPATIBILITY_VERSION = 1;
  244. DYLIB_CURRENT_VERSION = 1;
  245. EXECUTABLE_PREFIX = lib;
  246. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  247. GCC_ENABLE_CPP_RTTI = YES;
  248. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  249. PRODUCT_NAME = "$(TARGET_NAME)";
  250. USER_HEADER_SEARCH_PATHS = ".. ../include";
  251. };
  252. name = Debug;
  253. };
  254. CD3786251CF9F61100BE89B2 /* Release */ = {
  255. isa = XCBuildConfiguration;
  256. buildSettings = {
  257. DYLIB_COMPATIBILITY_VERSION = 1;
  258. DYLIB_CURRENT_VERSION = 1;
  259. EXECUTABLE_PREFIX = lib;
  260. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  261. GCC_ENABLE_CPP_RTTI = YES;
  262. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  263. PRODUCT_NAME = "$(TARGET_NAME)";
  264. USER_HEADER_SEARCH_PATHS = ".. ../include";
  265. };
  266. name = Release;
  267. };
  268. /* End XCBuildConfiguration section */
  269. /* Begin XCConfigurationList section */
  270. CD3786131CF9F61100BE89B2 /* Build configuration list for PBXProject "math" */ = {
  271. isa = XCConfigurationList;
  272. buildConfigurations = (
  273. CD3786211CF9F61100BE89B2 /* Debug */,
  274. CD3786221CF9F61100BE89B2 /* Release */,
  275. );
  276. defaultConfigurationIsVisible = 0;
  277. defaultConfigurationName = Release;
  278. };
  279. CD3786231CF9F61100BE89B2 /* Build configuration list for PBXNativeTarget "math" */ = {
  280. isa = XCConfigurationList;
  281. buildConfigurations = (
  282. CD3786241CF9F61100BE89B2 /* Debug */,
  283. CD3786251CF9F61100BE89B2 /* Release */,
  284. );
  285. defaultConfigurationIsVisible = 0;
  286. defaultConfigurationName = Release;
  287. };
  288. /* End XCConfigurationList section */
  289. };
  290. rootObject = CD3786101CF9F61100BE89B2 /* Project object */;
  291. }