project.pbxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD0C59DE20C412C400454F82 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD0C59C520C4127400454F82 /* GoogleMock.framework */; };
  10. CD0C59DF20C412C800454F82 /* matrix_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD0C59CC20C4128F00454F82 /* matrix_test.cxx */; };
  11. CD0C59E120C4314B00454F82 /* matrix_helper_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD0C59E020C4314B00454F82 /* matrix_helper_test.cxx */; };
  12. CD10427024E8757B00C0DF2A /* math in Resources */ = {isa = PBXBuildFile; fileRef = CD10426F24E8757B00C0DF2A /* math */; };
  13. /* End PBXBuildFile section */
  14. /* Begin PBXContainerItemProxy section */
  15. CD0C59C420C4127400454F82 /* PBXContainerItemProxy */ = {
  16. isa = PBXContainerItemProxy;
  17. containerPortal = CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */;
  18. proxyType = 2;
  19. remoteGlobalIDString = 05818F861A685AEA0072A469;
  20. remoteInfo = GoogleMock;
  21. };
  22. CD0C59C620C4127400454F82 /* PBXContainerItemProxy */ = {
  23. isa = PBXContainerItemProxy;
  24. containerPortal = CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */;
  25. proxyType = 2;
  26. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  27. remoteInfo = gmock;
  28. };
  29. CD0C59C820C4127400454F82 /* PBXContainerItemProxy */ = {
  30. isa = PBXContainerItemProxy;
  31. containerPortal = CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */;
  32. proxyType = 2;
  33. remoteGlobalIDString = 05E96B1F1A68634900204102;
  34. remoteInfo = gtest;
  35. };
  36. CD0C59CA20C4127400454F82 /* PBXContainerItemProxy */ = {
  37. isa = PBXContainerItemProxy;
  38. containerPortal = CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */;
  39. proxyType = 2;
  40. remoteGlobalIDString = 05818F901A685AEA0072A469;
  41. remoteInfo = GoogleMockTests;
  42. };
  43. CD0C59DC20C412BF00454F82 /* PBXContainerItemProxy */ = {
  44. isa = PBXContainerItemProxy;
  45. containerPortal = CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */;
  46. proxyType = 1;
  47. remoteGlobalIDString = 05818F851A685AEA0072A469;
  48. remoteInfo = GoogleMock;
  49. };
  50. /* End PBXContainerItemProxy section */
  51. /* Begin PBXFileReference section */
  52. CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  53. CD0C59CC20C4128F00454F82 /* matrix_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = matrix_test.cxx; sourceTree = "<group>"; };
  54. CD0C59D120C412AD00454F82 /* matrix-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "matrix-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  55. CD0C59E020C4314B00454F82 /* matrix_helper_test.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = matrix_helper_test.cxx; sourceTree = "<group>"; };
  56. CD10426E24E8756100C0DF2A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  57. CD10426F24E8757B00C0DF2A /* math */ = {isa = PBXFileReference; lastKnownFileType = folder; name = math; path = include/math; sourceTree = "<group>"; };
  58. /* End PBXFileReference section */
  59. /* Begin PBXFrameworksBuildPhase section */
  60. CD0C59CE20C412AD00454F82 /* Frameworks */ = {
  61. isa = PBXFrameworksBuildPhase;
  62. buildActionMask = 2147483647;
  63. files = (
  64. CD0C59DE20C412C400454F82 /* GoogleMock.framework in Frameworks */,
  65. );
  66. runOnlyForDeploymentPostprocessing = 0;
  67. };
  68. /* End PBXFrameworksBuildPhase section */
  69. /* Begin PBXGroup section */
  70. CD0C59BE20C4127400454F82 /* Products */ = {
  71. isa = PBXGroup;
  72. children = (
  73. CD0C59C520C4127400454F82 /* GoogleMock.framework */,
  74. CD0C59C720C4127400454F82 /* gmock.framework */,
  75. CD0C59C920C4127400454F82 /* gtest.framework */,
  76. CD0C59CB20C4127400454F82 /* GoogleMockTests.xctest */,
  77. );
  78. name = Products;
  79. sourceTree = "<group>";
  80. };
  81. CD0E42701D9B38A9002FFED1 = {
  82. isa = PBXGroup;
  83. children = (
  84. CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */,
  85. CD10426F24E8757B00C0DF2A /* math */,
  86. CD7820301E44F42B001D22E5 /* test */,
  87. CD10426D24E8756100C0DF2A /* matrix-test */,
  88. CD0E427A1D9B38A9002FFED1 /* Products */,
  89. );
  90. sourceTree = "<group>";
  91. };
  92. CD0E427A1D9B38A9002FFED1 /* Products */ = {
  93. isa = PBXGroup;
  94. children = (
  95. CD0C59D120C412AD00454F82 /* matrix-test.xctest */,
  96. );
  97. name = Products;
  98. sourceTree = "<group>";
  99. };
  100. CD10426D24E8756100C0DF2A /* matrix-test */ = {
  101. isa = PBXGroup;
  102. children = (
  103. CD10426E24E8756100C0DF2A /* Info.plist */,
  104. );
  105. path = "matrix-test";
  106. sourceTree = "<group>";
  107. };
  108. CD7820301E44F42B001D22E5 /* test */ = {
  109. isa = PBXGroup;
  110. children = (
  111. CD0C59CC20C4128F00454F82 /* matrix_test.cxx */,
  112. CD0C59E020C4314B00454F82 /* matrix_helper_test.cxx */,
  113. );
  114. path = test;
  115. sourceTree = "<group>";
  116. };
  117. /* End PBXGroup section */
  118. /* Begin PBXNativeTarget section */
  119. CD0C59D020C412AD00454F82 /* matrix-test */ = {
  120. isa = PBXNativeTarget;
  121. buildConfigurationList = CD0C59D920C412AD00454F82 /* Build configuration list for PBXNativeTarget "matrix-test" */;
  122. buildPhases = (
  123. CD0C59CD20C412AD00454F82 /* Sources */,
  124. CD0C59CE20C412AD00454F82 /* Frameworks */,
  125. CD0C59CF20C412AD00454F82 /* Resources */,
  126. );
  127. buildRules = (
  128. );
  129. dependencies = (
  130. CD0C59DD20C412BF00454F82 /* PBXTargetDependency */,
  131. );
  132. name = "matrix-test";
  133. productName = matrix_test;
  134. productReference = CD0C59D120C412AD00454F82 /* matrix-test.xctest */;
  135. productType = "com.apple.product-type.bundle.unit-test";
  136. };
  137. /* End PBXNativeTarget section */
  138. /* Begin PBXProject section */
  139. CD0E42711D9B38A9002FFED1 /* Project object */ = {
  140. isa = PBXProject;
  141. attributes = {
  142. LastUpgradeCheck = 1030;
  143. ORGANIZATIONNAME = "Sam Jaffe";
  144. TargetAttributes = {
  145. CD0C59D020C412AD00454F82 = {
  146. CreatedOnToolsVersion = 7.2.1;
  147. };
  148. };
  149. };
  150. buildConfigurationList = CD0E42741D9B38A9002FFED1 /* Build configuration list for PBXProject "matrix" */;
  151. compatibilityVersion = "Xcode 3.2";
  152. developmentRegion = en;
  153. hasScannedForEncodings = 0;
  154. knownRegions = (
  155. en,
  156. Base,
  157. );
  158. mainGroup = CD0E42701D9B38A9002FFED1;
  159. productRefGroup = CD0E427A1D9B38A9002FFED1 /* Products */;
  160. projectDirPath = "";
  161. projectReferences = (
  162. {
  163. ProductGroup = CD0C59BE20C4127400454F82 /* Products */;
  164. ProjectRef = CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */;
  165. },
  166. );
  167. projectRoot = "";
  168. targets = (
  169. CD0C59D020C412AD00454F82 /* matrix-test */,
  170. );
  171. };
  172. /* End PBXProject section */
  173. /* Begin PBXReferenceProxy section */
  174. CD0C59C520C4127400454F82 /* GoogleMock.framework */ = {
  175. isa = PBXReferenceProxy;
  176. fileType = wrapper.framework;
  177. path = GoogleMock.framework;
  178. remoteRef = CD0C59C420C4127400454F82 /* PBXContainerItemProxy */;
  179. sourceTree = BUILT_PRODUCTS_DIR;
  180. };
  181. CD0C59C720C4127400454F82 /* gmock.framework */ = {
  182. isa = PBXReferenceProxy;
  183. fileType = wrapper.framework;
  184. path = gmock.framework;
  185. remoteRef = CD0C59C620C4127400454F82 /* PBXContainerItemProxy */;
  186. sourceTree = BUILT_PRODUCTS_DIR;
  187. };
  188. CD0C59C920C4127400454F82 /* gtest.framework */ = {
  189. isa = PBXReferenceProxy;
  190. fileType = wrapper.framework;
  191. path = gtest.framework;
  192. remoteRef = CD0C59C820C4127400454F82 /* PBXContainerItemProxy */;
  193. sourceTree = BUILT_PRODUCTS_DIR;
  194. };
  195. CD0C59CB20C4127400454F82 /* GoogleMockTests.xctest */ = {
  196. isa = PBXReferenceProxy;
  197. fileType = wrapper.cfbundle;
  198. path = GoogleMockTests.xctest;
  199. remoteRef = CD0C59CA20C4127400454F82 /* PBXContainerItemProxy */;
  200. sourceTree = BUILT_PRODUCTS_DIR;
  201. };
  202. /* End PBXReferenceProxy section */
  203. /* Begin PBXResourcesBuildPhase section */
  204. CD0C59CF20C412AD00454F82 /* Resources */ = {
  205. isa = PBXResourcesBuildPhase;
  206. buildActionMask = 2147483647;
  207. files = (
  208. CD10427024E8757B00C0DF2A /* math in Resources */,
  209. );
  210. runOnlyForDeploymentPostprocessing = 0;
  211. };
  212. /* End PBXResourcesBuildPhase section */
  213. /* Begin PBXSourcesBuildPhase section */
  214. CD0C59CD20C412AD00454F82 /* Sources */ = {
  215. isa = PBXSourcesBuildPhase;
  216. buildActionMask = 2147483647;
  217. files = (
  218. CD0C59E120C4314B00454F82 /* matrix_helper_test.cxx in Sources */,
  219. CD0C59DF20C412C800454F82 /* matrix_test.cxx in Sources */,
  220. );
  221. runOnlyForDeploymentPostprocessing = 0;
  222. };
  223. /* End PBXSourcesBuildPhase section */
  224. /* Begin PBXTargetDependency section */
  225. CD0C59DD20C412BF00454F82 /* PBXTargetDependency */ = {
  226. isa = PBXTargetDependency;
  227. name = GoogleMock;
  228. targetProxy = CD0C59DC20C412BF00454F82 /* PBXContainerItemProxy */;
  229. };
  230. /* End PBXTargetDependency section */
  231. /* Begin XCBuildConfiguration section */
  232. CD0C59DA20C412AD00454F82 /* Debug */ = {
  233. isa = XCBuildConfiguration;
  234. buildSettings = {
  235. COMBINE_HIDPI_IMAGES = YES;
  236. INFOPLIST_FILE = "matrix-test/Info.plist";
  237. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  238. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.matrix-test";
  239. PRODUCT_NAME = "$(TARGET_NAME)";
  240. };
  241. name = Debug;
  242. };
  243. CD0C59DB20C412AD00454F82 /* Release */ = {
  244. isa = XCBuildConfiguration;
  245. buildSettings = {
  246. COMBINE_HIDPI_IMAGES = YES;
  247. INFOPLIST_FILE = "matrix-test/Info.plist";
  248. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  249. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.matrix-test";
  250. PRODUCT_NAME = "$(TARGET_NAME)";
  251. };
  252. name = Release;
  253. };
  254. CD0E427E1D9B38A9002FFED1 /* Debug */ = {
  255. isa = XCBuildConfiguration;
  256. buildSettings = {
  257. ALWAYS_SEARCH_USER_PATHS = NO;
  258. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  259. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  260. CLANG_CXX_LIBRARY = "libc++";
  261. CLANG_ENABLE_MODULES = YES;
  262. CLANG_ENABLE_OBJC_ARC = YES;
  263. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  264. CLANG_WARN_BOOL_CONVERSION = YES;
  265. CLANG_WARN_COMMA = YES;
  266. CLANG_WARN_CONSTANT_CONVERSION = YES;
  267. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  268. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  269. CLANG_WARN_EMPTY_BODY = YES;
  270. CLANG_WARN_ENUM_CONVERSION = YES;
  271. CLANG_WARN_INFINITE_RECURSION = YES;
  272. CLANG_WARN_INT_CONVERSION = YES;
  273. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  274. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  275. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  276. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  277. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  278. CLANG_WARN_STRICT_PROTOTYPES = YES;
  279. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  280. CLANG_WARN_UNREACHABLE_CODE = YES;
  281. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  282. CODE_SIGN_IDENTITY = "-";
  283. COPY_PHASE_STRIP = NO;
  284. DEBUG_INFORMATION_FORMAT = dwarf;
  285. ENABLE_STRICT_OBJC_MSGSEND = YES;
  286. ENABLE_TESTABILITY = YES;
  287. GCC_C_LANGUAGE_STANDARD = gnu99;
  288. GCC_DYNAMIC_NO_PIC = NO;
  289. GCC_NO_COMMON_BLOCKS = YES;
  290. GCC_OPTIMIZATION_LEVEL = 0;
  291. GCC_PREPROCESSOR_DEFINITIONS = (
  292. "DEBUG=1",
  293. "$(inherited)",
  294. );
  295. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  296. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  297. GCC_WARN_UNDECLARED_SELECTOR = YES;
  298. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  299. GCC_WARN_UNUSED_FUNCTION = YES;
  300. GCC_WARN_UNUSED_VARIABLE = YES;
  301. MACOSX_DEPLOYMENT_TARGET = 10.10;
  302. MTL_ENABLE_DEBUG_INFO = YES;
  303. ONLY_ACTIVE_ARCH = YES;
  304. SDKROOT = macosx;
  305. USER_HEADER_SEARCH_PATHS = "include/ extern/vector/include/ extern/expect/include/";
  306. WARNING_CFLAGS = "-Wno-gnu-zero-variadic-macro-arguments";
  307. };
  308. name = Debug;
  309. };
  310. CD0E427F1D9B38A9002FFED1 /* Release */ = {
  311. isa = XCBuildConfiguration;
  312. buildSettings = {
  313. ALWAYS_SEARCH_USER_PATHS = NO;
  314. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  315. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  316. CLANG_CXX_LIBRARY = "libc++";
  317. CLANG_ENABLE_MODULES = YES;
  318. CLANG_ENABLE_OBJC_ARC = YES;
  319. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  320. CLANG_WARN_BOOL_CONVERSION = YES;
  321. CLANG_WARN_COMMA = YES;
  322. CLANG_WARN_CONSTANT_CONVERSION = YES;
  323. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  324. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  325. CLANG_WARN_EMPTY_BODY = YES;
  326. CLANG_WARN_ENUM_CONVERSION = YES;
  327. CLANG_WARN_INFINITE_RECURSION = YES;
  328. CLANG_WARN_INT_CONVERSION = YES;
  329. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  330. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  331. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  332. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  333. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  334. CLANG_WARN_STRICT_PROTOTYPES = YES;
  335. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  336. CLANG_WARN_UNREACHABLE_CODE = YES;
  337. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  338. CODE_SIGN_IDENTITY = "-";
  339. COPY_PHASE_STRIP = NO;
  340. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  341. ENABLE_NS_ASSERTIONS = NO;
  342. ENABLE_STRICT_OBJC_MSGSEND = YES;
  343. GCC_C_LANGUAGE_STANDARD = gnu99;
  344. GCC_NO_COMMON_BLOCKS = YES;
  345. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  346. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  347. GCC_WARN_UNDECLARED_SELECTOR = YES;
  348. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  349. GCC_WARN_UNUSED_FUNCTION = YES;
  350. GCC_WARN_UNUSED_VARIABLE = YES;
  351. MACOSX_DEPLOYMENT_TARGET = 10.10;
  352. MTL_ENABLE_DEBUG_INFO = NO;
  353. SDKROOT = macosx;
  354. USER_HEADER_SEARCH_PATHS = "include/ extern/vector/include/ extern/expect/include/";
  355. WARNING_CFLAGS = "-Wno-gnu-zero-variadic-macro-arguments";
  356. };
  357. name = Release;
  358. };
  359. /* End XCBuildConfiguration section */
  360. /* Begin XCConfigurationList section */
  361. CD0C59D920C412AD00454F82 /* Build configuration list for PBXNativeTarget "matrix-test" */ = {
  362. isa = XCConfigurationList;
  363. buildConfigurations = (
  364. CD0C59DA20C412AD00454F82 /* Debug */,
  365. CD0C59DB20C412AD00454F82 /* Release */,
  366. );
  367. defaultConfigurationIsVisible = 0;
  368. defaultConfigurationName = Release;
  369. };
  370. CD0E42741D9B38A9002FFED1 /* Build configuration list for PBXProject "matrix" */ = {
  371. isa = XCConfigurationList;
  372. buildConfigurations = (
  373. CD0E427E1D9B38A9002FFED1 /* Debug */,
  374. CD0E427F1D9B38A9002FFED1 /* Release */,
  375. );
  376. defaultConfigurationIsVisible = 0;
  377. defaultConfigurationName = Release;
  378. };
  379. /* End XCConfigurationList section */
  380. };
  381. rootObject = CD0E42711D9B38A9002FFED1 /* Project object */;
  382. }