project.pbxproj 14 KB

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