project.pbxproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD0C599220C31D0000454F82 /* vector.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDFFC7A81D62296200E9528B /* vector.hpp */; };
  10. CD0C599C20C31D1900454F82 /* libvector.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD0C598E20C31CF600454F82 /* libvector.dylib */; };
  11. CD0C59A420C31D2B00454F82 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD0C598220C31CC300454F82 /* GoogleMock.framework */; };
  12. CD0C59A520C31D3B00454F82 /* vector_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD0C598920C31CD300454F82 /* vector_test.cpp */; };
  13. CD0C59B020C31E6600454F82 /* vector_dummy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD0C59AF20C31E6600454F82 /* vector_dummy.cpp */; };
  14. /* End PBXBuildFile section */
  15. /* Begin PBXContainerItemProxy section */
  16. CD0C598120C31CC300454F82 /* PBXContainerItemProxy */ = {
  17. isa = PBXContainerItemProxy;
  18. containerPortal = CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */;
  19. proxyType = 2;
  20. remoteGlobalIDString = 05818F861A685AEA0072A469;
  21. remoteInfo = GoogleMock;
  22. };
  23. CD0C598320C31CC300454F82 /* PBXContainerItemProxy */ = {
  24. isa = PBXContainerItemProxy;
  25. containerPortal = CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */;
  26. proxyType = 2;
  27. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  28. remoteInfo = gmock;
  29. };
  30. CD0C598520C31CC300454F82 /* PBXContainerItemProxy */ = {
  31. isa = PBXContainerItemProxy;
  32. containerPortal = CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */;
  33. proxyType = 2;
  34. remoteGlobalIDString = 05E96B1F1A68634900204102;
  35. remoteInfo = gtest;
  36. };
  37. CD0C598720C31CC300454F82 /* PBXContainerItemProxy */ = {
  38. isa = PBXContainerItemProxy;
  39. containerPortal = CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */;
  40. proxyType = 2;
  41. remoteGlobalIDString = 05818F901A685AEA0072A469;
  42. remoteInfo = GoogleMockTests;
  43. };
  44. CD0C599D20C31D1900454F82 /* PBXContainerItemProxy */ = {
  45. isa = PBXContainerItemProxy;
  46. containerPortal = 0E5DFDD11BB4D3360063976E /* Project object */;
  47. proxyType = 1;
  48. remoteGlobalIDString = CD0C598D20C31CF600454F82;
  49. remoteInfo = vector;
  50. };
  51. CD0C59A220C31D2600454F82 /* PBXContainerItemProxy */ = {
  52. isa = PBXContainerItemProxy;
  53. containerPortal = CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */;
  54. proxyType = 1;
  55. remoteGlobalIDString = 05818F851A685AEA0072A469;
  56. remoteInfo = GoogleMock;
  57. };
  58. /* End PBXContainerItemProxy section */
  59. /* Begin PBXCopyFilesBuildPhase section */
  60. 0E5DFDF11BB4D5040063976E /* CopyFiles */ = {
  61. isa = PBXCopyFilesBuildPhase;
  62. buildActionMask = 2147483647;
  63. dstPath = /usr/share/man/man1/;
  64. dstSubfolderSpec = 0;
  65. files = (
  66. );
  67. runOnlyForDeploymentPostprocessing = 1;
  68. };
  69. /* End PBXCopyFilesBuildPhase section */
  70. /* Begin PBXFileReference section */
  71. 0E5DFDF31BB4D5040063976E /* vector_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = vector_tc; sourceTree = BUILT_PRODUCTS_DIR; };
  72. CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  73. CD0C598920C31CD300454F82 /* vector_test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = vector_test.cpp; sourceTree = "<group>"; };
  74. CD0C598E20C31CF600454F82 /* libvector.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libvector.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  75. CD0C599720C31D1900454F82 /* vector_test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = vector_test.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  76. CD0C599B20C31D1900454F82 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = vector_test/Info.plist; sourceTree = "<group>"; };
  77. CD0C59AF20C31E6600454F82 /* vector_dummy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vector_dummy.cpp; sourceTree = "<group>"; };
  78. CDFFC7A81D62296200E9528B /* vector.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector.hpp; sourceTree = "<group>"; };
  79. /* End PBXFileReference section */
  80. /* Begin PBXFrameworksBuildPhase section */
  81. 0E5DFDF01BB4D5040063976E /* Frameworks */ = {
  82. isa = PBXFrameworksBuildPhase;
  83. buildActionMask = 2147483647;
  84. files = (
  85. );
  86. runOnlyForDeploymentPostprocessing = 0;
  87. };
  88. CD0C598B20C31CF600454F82 /* Frameworks */ = {
  89. isa = PBXFrameworksBuildPhase;
  90. buildActionMask = 2147483647;
  91. files = (
  92. );
  93. runOnlyForDeploymentPostprocessing = 0;
  94. };
  95. CD0C599420C31D1900454F82 /* Frameworks */ = {
  96. isa = PBXFrameworksBuildPhase;
  97. buildActionMask = 2147483647;
  98. files = (
  99. CD0C59A420C31D2B00454F82 /* GoogleMock.framework in Frameworks */,
  100. CD0C599C20C31D1900454F82 /* libvector.dylib in Frameworks */,
  101. );
  102. runOnlyForDeploymentPostprocessing = 0;
  103. };
  104. /* End PBXFrameworksBuildPhase section */
  105. /* Begin PBXGroup section */
  106. 0E5DFDD01BB4D3360063976E = {
  107. isa = PBXGroup;
  108. children = (
  109. CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */,
  110. CD78202D1E44F40F001D22E5 /* src */,
  111. CD78202E1E44F414001D22E5 /* test */,
  112. 0E5DFDF41BB4D5040063976E /* Products */,
  113. );
  114. sourceTree = "<group>";
  115. };
  116. 0E5DFDF41BB4D5040063976E /* Products */ = {
  117. isa = PBXGroup;
  118. children = (
  119. 0E5DFDF31BB4D5040063976E /* vector_tc */,
  120. CD0C598E20C31CF600454F82 /* libvector.dylib */,
  121. CD0C599720C31D1900454F82 /* vector_test.xctest */,
  122. );
  123. name = Products;
  124. sourceTree = "<group>";
  125. };
  126. CD0C597B20C31CC300454F82 /* Products */ = {
  127. isa = PBXGroup;
  128. children = (
  129. CD0C598220C31CC300454F82 /* GoogleMock.framework */,
  130. CD0C598420C31CC300454F82 /* gmock.framework */,
  131. CD0C598620C31CC300454F82 /* gtest.framework */,
  132. CD0C598820C31CC300454F82 /* GoogleMockTests.xctest */,
  133. );
  134. name = Products;
  135. sourceTree = "<group>";
  136. };
  137. CD78202D1E44F40F001D22E5 /* src */ = {
  138. isa = PBXGroup;
  139. children = (
  140. CDFFC7A81D62296200E9528B /* vector.hpp */,
  141. CD0C59AF20C31E6600454F82 /* vector_dummy.cpp */,
  142. );
  143. name = src;
  144. sourceTree = "<group>";
  145. };
  146. CD78202E1E44F414001D22E5 /* test */ = {
  147. isa = PBXGroup;
  148. children = (
  149. CD0C598920C31CD300454F82 /* vector_test.cpp */,
  150. CD0C599B20C31D1900454F82 /* Info.plist */,
  151. );
  152. name = test;
  153. sourceTree = "<group>";
  154. };
  155. /* End PBXGroup section */
  156. /* Begin PBXHeadersBuildPhase section */
  157. CD0C598C20C31CF600454F82 /* Headers */ = {
  158. isa = PBXHeadersBuildPhase;
  159. buildActionMask = 2147483647;
  160. files = (
  161. CD0C599220C31D0000454F82 /* vector.hpp in Headers */,
  162. );
  163. runOnlyForDeploymentPostprocessing = 0;
  164. };
  165. /* End PBXHeadersBuildPhase section */
  166. /* Begin PBXNativeTarget section */
  167. 0E5DFDF21BB4D5040063976E /* vector_tc */ = {
  168. isa = PBXNativeTarget;
  169. buildConfigurationList = 0E5DFDF81BB4D5040063976E /* Build configuration list for PBXNativeTarget "vector_tc" */;
  170. buildPhases = (
  171. CD35DCF11D6130E700BE3686 /* Run Script */,
  172. 0E5DFDEF1BB4D5040063976E /* Sources */,
  173. 0E5DFDF01BB4D5040063976E /* Frameworks */,
  174. 0E5DFDF11BB4D5040063976E /* CopyFiles */,
  175. );
  176. buildRules = (
  177. );
  178. dependencies = (
  179. );
  180. name = vector_tc;
  181. productName = vector_tc;
  182. productReference = 0E5DFDF31BB4D5040063976E /* vector_tc */;
  183. productType = "com.apple.product-type.tool";
  184. };
  185. CD0C598D20C31CF600454F82 /* vector */ = {
  186. isa = PBXNativeTarget;
  187. buildConfigurationList = CD0C598F20C31CF700454F82 /* Build configuration list for PBXNativeTarget "vector" */;
  188. buildPhases = (
  189. CD0C598A20C31CF600454F82 /* Sources */,
  190. CD0C598B20C31CF600454F82 /* Frameworks */,
  191. CD0C598C20C31CF600454F82 /* Headers */,
  192. );
  193. buildRules = (
  194. );
  195. dependencies = (
  196. );
  197. name = vector;
  198. productName = vector;
  199. productReference = CD0C598E20C31CF600454F82 /* libvector.dylib */;
  200. productType = "com.apple.product-type.library.dynamic";
  201. };
  202. CD0C599620C31D1900454F82 /* vector_test */ = {
  203. isa = PBXNativeTarget;
  204. buildConfigurationList = CD0C599F20C31D1900454F82 /* Build configuration list for PBXNativeTarget "vector_test" */;
  205. buildPhases = (
  206. CD0C599320C31D1900454F82 /* Sources */,
  207. CD0C599420C31D1900454F82 /* Frameworks */,
  208. CD0C599520C31D1900454F82 /* Resources */,
  209. );
  210. buildRules = (
  211. );
  212. dependencies = (
  213. CD0C59A320C31D2600454F82 /* PBXTargetDependency */,
  214. CD0C599E20C31D1900454F82 /* PBXTargetDependency */,
  215. );
  216. name = vector_test;
  217. productName = vector_test;
  218. productReference = CD0C599720C31D1900454F82 /* vector_test.xctest */;
  219. productType = "com.apple.product-type.bundle.unit-test";
  220. };
  221. /* End PBXNativeTarget section */
  222. /* Begin PBXProject section */
  223. 0E5DFDD11BB4D3360063976E /* Project object */ = {
  224. isa = PBXProject;
  225. attributes = {
  226. LastUpgradeCheck = 0700;
  227. TargetAttributes = {
  228. 0E5DFDF21BB4D5040063976E = {
  229. CreatedOnToolsVersion = 7.0;
  230. };
  231. CD0C598D20C31CF600454F82 = {
  232. CreatedOnToolsVersion = 7.2.1;
  233. };
  234. CD0C599620C31D1900454F82 = {
  235. CreatedOnToolsVersion = 7.2.1;
  236. };
  237. };
  238. };
  239. buildConfigurationList = 0E5DFDD41BB4D3360063976E /* Build configuration list for PBXProject "vector" */;
  240. compatibilityVersion = "Xcode 3.2";
  241. developmentRegion = English;
  242. hasScannedForEncodings = 0;
  243. knownRegions = (
  244. en,
  245. );
  246. mainGroup = 0E5DFDD01BB4D3360063976E;
  247. productRefGroup = 0E5DFDF41BB4D5040063976E /* Products */;
  248. projectDirPath = "";
  249. projectReferences = (
  250. {
  251. ProductGroup = CD0C597B20C31CC300454F82 /* Products */;
  252. ProjectRef = CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */;
  253. },
  254. );
  255. projectRoot = "";
  256. targets = (
  257. 0E5DFDF21BB4D5040063976E /* vector_tc */,
  258. CD0C598D20C31CF600454F82 /* vector */,
  259. CD0C599620C31D1900454F82 /* vector_test */,
  260. );
  261. };
  262. /* End PBXProject section */
  263. /* Begin PBXReferenceProxy section */
  264. CD0C598220C31CC300454F82 /* GoogleMock.framework */ = {
  265. isa = PBXReferenceProxy;
  266. fileType = wrapper.framework;
  267. path = GoogleMock.framework;
  268. remoteRef = CD0C598120C31CC300454F82 /* PBXContainerItemProxy */;
  269. sourceTree = BUILT_PRODUCTS_DIR;
  270. };
  271. CD0C598420C31CC300454F82 /* gmock.framework */ = {
  272. isa = PBXReferenceProxy;
  273. fileType = wrapper.framework;
  274. path = gmock.framework;
  275. remoteRef = CD0C598320C31CC300454F82 /* PBXContainerItemProxy */;
  276. sourceTree = BUILT_PRODUCTS_DIR;
  277. };
  278. CD0C598620C31CC300454F82 /* gtest.framework */ = {
  279. isa = PBXReferenceProxy;
  280. fileType = wrapper.framework;
  281. path = gtest.framework;
  282. remoteRef = CD0C598520C31CC300454F82 /* PBXContainerItemProxy */;
  283. sourceTree = BUILT_PRODUCTS_DIR;
  284. };
  285. CD0C598820C31CC300454F82 /* GoogleMockTests.xctest */ = {
  286. isa = PBXReferenceProxy;
  287. fileType = wrapper.cfbundle;
  288. path = GoogleMockTests.xctest;
  289. remoteRef = CD0C598720C31CC300454F82 /* PBXContainerItemProxy */;
  290. sourceTree = BUILT_PRODUCTS_DIR;
  291. };
  292. /* End PBXReferenceProxy section */
  293. /* Begin PBXResourcesBuildPhase section */
  294. CD0C599520C31D1900454F82 /* Resources */ = {
  295. isa = PBXResourcesBuildPhase;
  296. buildActionMask = 2147483647;
  297. files = (
  298. );
  299. runOnlyForDeploymentPostprocessing = 0;
  300. };
  301. /* End PBXResourcesBuildPhase section */
  302. /* Begin PBXShellScriptBuildPhase section */
  303. CD35DCF11D6130E700BE3686 /* Run Script */ = {
  304. isa = PBXShellScriptBuildPhase;
  305. buildActionMask = 2147483647;
  306. files = (
  307. );
  308. inputPaths = (
  309. "$(SRCROOT)/vector.t.h",
  310. );
  311. name = "Run Script";
  312. outputPaths = (
  313. "$(SRCROOT)/vector_tc.cpp",
  314. );
  315. runOnlyForDeploymentPostprocessing = 0;
  316. shellPath = /bin/sh;
  317. shellScript = "cxxtestgen --error-printer -o vector_tc.cpp vector.t.h";
  318. };
  319. /* End PBXShellScriptBuildPhase section */
  320. /* Begin PBXSourcesBuildPhase section */
  321. 0E5DFDEF1BB4D5040063976E /* Sources */ = {
  322. isa = PBXSourcesBuildPhase;
  323. buildActionMask = 2147483647;
  324. files = (
  325. );
  326. runOnlyForDeploymentPostprocessing = 0;
  327. };
  328. CD0C598A20C31CF600454F82 /* Sources */ = {
  329. isa = PBXSourcesBuildPhase;
  330. buildActionMask = 2147483647;
  331. files = (
  332. CD0C59B020C31E6600454F82 /* vector_dummy.cpp in Sources */,
  333. );
  334. runOnlyForDeploymentPostprocessing = 0;
  335. };
  336. CD0C599320C31D1900454F82 /* Sources */ = {
  337. isa = PBXSourcesBuildPhase;
  338. buildActionMask = 2147483647;
  339. files = (
  340. CD0C59A520C31D3B00454F82 /* vector_test.cpp in Sources */,
  341. );
  342. runOnlyForDeploymentPostprocessing = 0;
  343. };
  344. /* End PBXSourcesBuildPhase section */
  345. /* Begin PBXTargetDependency section */
  346. CD0C599E20C31D1900454F82 /* PBXTargetDependency */ = {
  347. isa = PBXTargetDependency;
  348. target = CD0C598D20C31CF600454F82 /* vector */;
  349. targetProxy = CD0C599D20C31D1900454F82 /* PBXContainerItemProxy */;
  350. };
  351. CD0C59A320C31D2600454F82 /* PBXTargetDependency */ = {
  352. isa = PBXTargetDependency;
  353. name = GoogleMock;
  354. targetProxy = CD0C59A220C31D2600454F82 /* PBXContainerItemProxy */;
  355. };
  356. /* End PBXTargetDependency section */
  357. /* Begin XCBuildConfiguration section */
  358. 0E5DFDD21BB4D3360063976E /* Debug */ = {
  359. isa = XCBuildConfiguration;
  360. buildSettings = {
  361. COPY_PHASE_STRIP = NO;
  362. ENABLE_TESTABILITY = YES;
  363. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  364. GCC_WARN_UNUSED_VARIABLE = YES;
  365. ONLY_ACTIVE_ARCH = YES;
  366. SDKROOT = macosx;
  367. USER_HEADER_SEARCH_PATHS = ../../paradigm/declarative;
  368. WARNING_CFLAGS = "-Wno-gnu-zero-variadic-macro-arguments";
  369. };
  370. name = Debug;
  371. };
  372. 0E5DFDD31BB4D3360063976E /* Release */ = {
  373. isa = XCBuildConfiguration;
  374. buildSettings = {
  375. COPY_PHASE_STRIP = YES;
  376. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  377. GCC_WARN_UNUSED_VARIABLE = YES;
  378. SDKROOT = macosx;
  379. USER_HEADER_SEARCH_PATHS = ../../paradigm/declarative;
  380. WARNING_CFLAGS = "-Wno-gnu-zero-variadic-macro-arguments";
  381. };
  382. name = Release;
  383. };
  384. 0E5DFDF91BB4D5040063976E /* Debug */ = {
  385. isa = XCBuildConfiguration;
  386. buildSettings = {
  387. ALWAYS_SEARCH_USER_PATHS = NO;
  388. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  389. CLANG_CXX_LIBRARY = "libc++";
  390. CLANG_ENABLE_MODULES = YES;
  391. CLANG_ENABLE_OBJC_ARC = YES;
  392. CLANG_WARN_BOOL_CONVERSION = YES;
  393. CLANG_WARN_CONSTANT_CONVERSION = YES;
  394. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  395. CLANG_WARN_EMPTY_BODY = YES;
  396. CLANG_WARN_ENUM_CONVERSION = YES;
  397. CLANG_WARN_INT_CONVERSION = YES;
  398. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  399. CLANG_WARN_UNREACHABLE_CODE = YES;
  400. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  401. DEBUG_INFORMATION_FORMAT = dwarf;
  402. ENABLE_STRICT_OBJC_MSGSEND = YES;
  403. ENABLE_TESTABILITY = YES;
  404. GCC_C_LANGUAGE_STANDARD = gnu99;
  405. GCC_DYNAMIC_NO_PIC = NO;
  406. GCC_NO_COMMON_BLOCKS = YES;
  407. GCC_OPTIMIZATION_LEVEL = 0;
  408. GCC_PREPROCESSOR_DEFINITIONS = (
  409. "DEBUG=1",
  410. "$(inherited)",
  411. );
  412. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  413. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  414. GCC_WARN_UNDECLARED_SELECTOR = YES;
  415. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  416. GCC_WARN_UNUSED_FUNCTION = YES;
  417. HEADER_SEARCH_PATHS = "${HOME}/Documents/Programming/Resources/cxxtest-4.4/";
  418. MACOSX_DEPLOYMENT_TARGET = 10.10;
  419. MTL_ENABLE_DEBUG_INFO = YES;
  420. PRODUCT_NAME = "$(TARGET_NAME)";
  421. SDKROOT = macosx;
  422. };
  423. name = Debug;
  424. };
  425. 0E5DFDFA1BB4D5040063976E /* Release */ = {
  426. isa = XCBuildConfiguration;
  427. buildSettings = {
  428. ALWAYS_SEARCH_USER_PATHS = NO;
  429. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  430. CLANG_CXX_LIBRARY = "libc++";
  431. CLANG_ENABLE_MODULES = YES;
  432. CLANG_ENABLE_OBJC_ARC = YES;
  433. CLANG_WARN_BOOL_CONVERSION = YES;
  434. CLANG_WARN_CONSTANT_CONVERSION = YES;
  435. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  436. CLANG_WARN_EMPTY_BODY = YES;
  437. CLANG_WARN_ENUM_CONVERSION = YES;
  438. CLANG_WARN_INT_CONVERSION = YES;
  439. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  440. CLANG_WARN_UNREACHABLE_CODE = YES;
  441. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  442. COPY_PHASE_STRIP = NO;
  443. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  444. ENABLE_NS_ASSERTIONS = NO;
  445. ENABLE_STRICT_OBJC_MSGSEND = YES;
  446. GCC_C_LANGUAGE_STANDARD = gnu99;
  447. GCC_NO_COMMON_BLOCKS = YES;
  448. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  449. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  450. GCC_WARN_UNDECLARED_SELECTOR = YES;
  451. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  452. GCC_WARN_UNUSED_FUNCTION = YES;
  453. HEADER_SEARCH_PATHS = "${HOME}/Documents/Programming/Resources/cxxtest-4.4/";
  454. MACOSX_DEPLOYMENT_TARGET = 10.10;
  455. MTL_ENABLE_DEBUG_INFO = NO;
  456. PRODUCT_NAME = "$(TARGET_NAME)";
  457. SDKROOT = macosx;
  458. };
  459. name = Release;
  460. };
  461. CD0C599020C31CF700454F82 /* Debug */ = {
  462. isa = XCBuildConfiguration;
  463. buildSettings = {
  464. ALWAYS_SEARCH_USER_PATHS = NO;
  465. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  466. CLANG_CXX_LIBRARY = "libc++";
  467. CLANG_ENABLE_MODULES = YES;
  468. CLANG_ENABLE_OBJC_ARC = YES;
  469. CLANG_WARN_BOOL_CONVERSION = YES;
  470. CLANG_WARN_CONSTANT_CONVERSION = YES;
  471. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  472. CLANG_WARN_EMPTY_BODY = YES;
  473. CLANG_WARN_ENUM_CONVERSION = YES;
  474. CLANG_WARN_INT_CONVERSION = YES;
  475. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  476. CLANG_WARN_UNREACHABLE_CODE = YES;
  477. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  478. CODE_SIGN_IDENTITY = "-";
  479. DEBUG_INFORMATION_FORMAT = dwarf;
  480. DYLIB_COMPATIBILITY_VERSION = 1;
  481. DYLIB_CURRENT_VERSION = 1;
  482. ENABLE_STRICT_OBJC_MSGSEND = YES;
  483. EXECUTABLE_PREFIX = lib;
  484. GCC_C_LANGUAGE_STANDARD = gnu99;
  485. GCC_DYNAMIC_NO_PIC = NO;
  486. GCC_NO_COMMON_BLOCKS = YES;
  487. GCC_OPTIMIZATION_LEVEL = 0;
  488. GCC_PREPROCESSOR_DEFINITIONS = (
  489. "DEBUG=1",
  490. "$(inherited)",
  491. );
  492. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  493. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  494. GCC_WARN_UNDECLARED_SELECTOR = YES;
  495. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  496. GCC_WARN_UNUSED_FUNCTION = YES;
  497. MACOSX_DEPLOYMENT_TARGET = 10.10;
  498. MTL_ENABLE_DEBUG_INFO = YES;
  499. PRODUCT_NAME = "$(TARGET_NAME)";
  500. };
  501. name = Debug;
  502. };
  503. CD0C599120C31CF700454F82 /* Release */ = {
  504. isa = XCBuildConfiguration;
  505. buildSettings = {
  506. ALWAYS_SEARCH_USER_PATHS = NO;
  507. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  508. CLANG_CXX_LIBRARY = "libc++";
  509. CLANG_ENABLE_MODULES = YES;
  510. CLANG_ENABLE_OBJC_ARC = YES;
  511. CLANG_WARN_BOOL_CONVERSION = YES;
  512. CLANG_WARN_CONSTANT_CONVERSION = YES;
  513. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  514. CLANG_WARN_EMPTY_BODY = YES;
  515. CLANG_WARN_ENUM_CONVERSION = YES;
  516. CLANG_WARN_INT_CONVERSION = YES;
  517. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  518. CLANG_WARN_UNREACHABLE_CODE = YES;
  519. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  520. CODE_SIGN_IDENTITY = "-";
  521. COPY_PHASE_STRIP = NO;
  522. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  523. DYLIB_COMPATIBILITY_VERSION = 1;
  524. DYLIB_CURRENT_VERSION = 1;
  525. ENABLE_NS_ASSERTIONS = NO;
  526. ENABLE_STRICT_OBJC_MSGSEND = YES;
  527. EXECUTABLE_PREFIX = lib;
  528. GCC_C_LANGUAGE_STANDARD = gnu99;
  529. GCC_NO_COMMON_BLOCKS = YES;
  530. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  531. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  532. GCC_WARN_UNDECLARED_SELECTOR = YES;
  533. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  534. GCC_WARN_UNUSED_FUNCTION = YES;
  535. MACOSX_DEPLOYMENT_TARGET = 10.10;
  536. MTL_ENABLE_DEBUG_INFO = NO;
  537. PRODUCT_NAME = "$(TARGET_NAME)";
  538. };
  539. name = Release;
  540. };
  541. CD0C59A020C31D1900454F82 /* Debug */ = {
  542. isa = XCBuildConfiguration;
  543. buildSettings = {
  544. ALWAYS_SEARCH_USER_PATHS = NO;
  545. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  546. CLANG_CXX_LIBRARY = "libc++";
  547. CLANG_ENABLE_MODULES = YES;
  548. CLANG_ENABLE_OBJC_ARC = YES;
  549. CLANG_WARN_BOOL_CONVERSION = YES;
  550. CLANG_WARN_CONSTANT_CONVERSION = YES;
  551. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  552. CLANG_WARN_EMPTY_BODY = YES;
  553. CLANG_WARN_ENUM_CONVERSION = YES;
  554. CLANG_WARN_INT_CONVERSION = YES;
  555. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  556. CLANG_WARN_UNREACHABLE_CODE = YES;
  557. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  558. CODE_SIGN_IDENTITY = "-";
  559. COMBINE_HIDPI_IMAGES = YES;
  560. DEBUG_INFORMATION_FORMAT = dwarf;
  561. ENABLE_STRICT_OBJC_MSGSEND = YES;
  562. GCC_C_LANGUAGE_STANDARD = gnu99;
  563. GCC_DYNAMIC_NO_PIC = NO;
  564. GCC_NO_COMMON_BLOCKS = YES;
  565. GCC_OPTIMIZATION_LEVEL = 0;
  566. GCC_PREPROCESSOR_DEFINITIONS = (
  567. "DEBUG=1",
  568. "$(inherited)",
  569. );
  570. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  571. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  572. GCC_WARN_UNDECLARED_SELECTOR = YES;
  573. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  574. GCC_WARN_UNUSED_FUNCTION = YES;
  575. INFOPLIST_FILE = vector_test/Info.plist;
  576. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  577. MACOSX_DEPLOYMENT_TARGET = 10.10;
  578. MTL_ENABLE_DEBUG_INFO = YES;
  579. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.vector-test";
  580. PRODUCT_NAME = "$(TARGET_NAME)";
  581. };
  582. name = Debug;
  583. };
  584. CD0C59A120C31D1900454F82 /* Release */ = {
  585. isa = XCBuildConfiguration;
  586. buildSettings = {
  587. ALWAYS_SEARCH_USER_PATHS = NO;
  588. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  589. CLANG_CXX_LIBRARY = "libc++";
  590. CLANG_ENABLE_MODULES = YES;
  591. CLANG_ENABLE_OBJC_ARC = YES;
  592. CLANG_WARN_BOOL_CONVERSION = YES;
  593. CLANG_WARN_CONSTANT_CONVERSION = YES;
  594. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  595. CLANG_WARN_EMPTY_BODY = YES;
  596. CLANG_WARN_ENUM_CONVERSION = YES;
  597. CLANG_WARN_INT_CONVERSION = YES;
  598. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  599. CLANG_WARN_UNREACHABLE_CODE = YES;
  600. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  601. CODE_SIGN_IDENTITY = "-";
  602. COMBINE_HIDPI_IMAGES = YES;
  603. COPY_PHASE_STRIP = NO;
  604. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  605. ENABLE_NS_ASSERTIONS = NO;
  606. ENABLE_STRICT_OBJC_MSGSEND = YES;
  607. GCC_C_LANGUAGE_STANDARD = gnu99;
  608. GCC_NO_COMMON_BLOCKS = YES;
  609. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  610. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  611. GCC_WARN_UNDECLARED_SELECTOR = YES;
  612. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  613. GCC_WARN_UNUSED_FUNCTION = YES;
  614. INFOPLIST_FILE = vector_test/Info.plist;
  615. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  616. MACOSX_DEPLOYMENT_TARGET = 10.10;
  617. MTL_ENABLE_DEBUG_INFO = NO;
  618. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.vector-test";
  619. PRODUCT_NAME = "$(TARGET_NAME)";
  620. };
  621. name = Release;
  622. };
  623. /* End XCBuildConfiguration section */
  624. /* Begin XCConfigurationList section */
  625. 0E5DFDD41BB4D3360063976E /* Build configuration list for PBXProject "vector" */ = {
  626. isa = XCConfigurationList;
  627. buildConfigurations = (
  628. 0E5DFDD21BB4D3360063976E /* Debug */,
  629. 0E5DFDD31BB4D3360063976E /* Release */,
  630. );
  631. defaultConfigurationIsVisible = 0;
  632. defaultConfigurationName = Release;
  633. };
  634. 0E5DFDF81BB4D5040063976E /* Build configuration list for PBXNativeTarget "vector_tc" */ = {
  635. isa = XCConfigurationList;
  636. buildConfigurations = (
  637. 0E5DFDF91BB4D5040063976E /* Debug */,
  638. 0E5DFDFA1BB4D5040063976E /* Release */,
  639. );
  640. defaultConfigurationIsVisible = 0;
  641. defaultConfigurationName = Release;
  642. };
  643. CD0C598F20C31CF700454F82 /* Build configuration list for PBXNativeTarget "vector" */ = {
  644. isa = XCConfigurationList;
  645. buildConfigurations = (
  646. CD0C599020C31CF700454F82 /* Debug */,
  647. CD0C599120C31CF700454F82 /* Release */,
  648. );
  649. defaultConfigurationIsVisible = 0;
  650. defaultConfigurationName = Release;
  651. };
  652. CD0C599F20C31D1900454F82 /* Build configuration list for PBXNativeTarget "vector_test" */ = {
  653. isa = XCConfigurationList;
  654. buildConfigurations = (
  655. CD0C59A020C31D1900454F82 /* Debug */,
  656. CD0C59A120C31D1900454F82 /* Release */,
  657. );
  658. defaultConfigurationIsVisible = 0;
  659. defaultConfigurationName = Release;
  660. };
  661. /* End XCConfigurationList section */
  662. };
  663. rootObject = 0E5DFDD11BB4D3360063976E /* Project object */;
  664. }