project.pbxproj 14 KB

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