project.pbxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD0364B21E213988003B7B84 /* intrusive_list_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD0364B11E213988003B7B84 /* intrusive_list_tc.cpp */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXContainerItemProxy section */
  12. CDEC1DF92351678E0091D9F2 /* PBXContainerItemProxy */ = {
  13. isa = PBXContainerItemProxy;
  14. containerPortal = CDEC1DF22351678E0091D9F2 /* GoogleMock.xcodeproj */;
  15. proxyType = 2;
  16. remoteGlobalIDString = 05818F861A685AEA0072A469;
  17. remoteInfo = GoogleMock;
  18. };
  19. CDEC1DFB2351678E0091D9F2 /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = CDEC1DF22351678E0091D9F2 /* GoogleMock.xcodeproj */;
  22. proxyType = 2;
  23. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  24. remoteInfo = gmock;
  25. };
  26. CDEC1DFD2351678E0091D9F2 /* PBXContainerItemProxy */ = {
  27. isa = PBXContainerItemProxy;
  28. containerPortal = CDEC1DF22351678E0091D9F2 /* GoogleMock.xcodeproj */;
  29. proxyType = 2;
  30. remoteGlobalIDString = 05E96B1F1A68634900204102;
  31. remoteInfo = gtest;
  32. };
  33. CDEC1DFF2351678E0091D9F2 /* PBXContainerItemProxy */ = {
  34. isa = PBXContainerItemProxy;
  35. containerPortal = CDEC1DF22351678E0091D9F2 /* GoogleMock.xcodeproj */;
  36. proxyType = 2;
  37. remoteGlobalIDString = 05818F901A685AEA0072A469;
  38. remoteInfo = GoogleMockTests;
  39. };
  40. /* End PBXContainerItemProxy section */
  41. /* Begin PBXCopyFilesBuildPhase section */
  42. CD0364731E20852F003B7B84 /* CopyFiles */ = {
  43. isa = PBXCopyFilesBuildPhase;
  44. buildActionMask = 2147483647;
  45. dstPath = /usr/share/man/man1/;
  46. dstSubfolderSpec = 0;
  47. files = (
  48. );
  49. runOnlyForDeploymentPostprocessing = 1;
  50. };
  51. /* End PBXCopyFilesBuildPhase section */
  52. /* Begin PBXFileReference section */
  53. CD0364751E20852F003B7B84 /* intrusive_list */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = intrusive_list; sourceTree = BUILT_PRODUCTS_DIR; };
  54. CD0364AA1E208591003B7B84 /* intrusive_iterator.tpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; path = intrusive_iterator.tpp; sourceTree = "<group>"; };
  55. CD0364AB1E208591003B7B84 /* intrusive_list.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = intrusive_list.hpp; sourceTree = "<group>"; };
  56. CD0364AC1E208591003B7B84 /* intrusive_list.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = intrusive_list.t.h; sourceTree = "<group>"; };
  57. CD0364AD1E208591003B7B84 /* intrusive_node.tpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; path = intrusive_node.tpp; sourceTree = "<group>"; };
  58. CD0364B11E213988003B7B84 /* intrusive_list_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = intrusive_list_tc.cpp; sourceTree = "<group>"; };
  59. CD0364B31E213A4A003B7B84 /* intrusive_list.tpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; path = intrusive_list.tpp; sourceTree = "<group>"; };
  60. CD0364B41E213AC2003B7B84 /* intrusive_node.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = intrusive_node.hpp; sourceTree = "<group>"; };
  61. CD0364B51E213ACF003B7B84 /* intrusive_iterator.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = intrusive_iterator.hpp; sourceTree = "<group>"; };
  62. CDEC1DF22351678E0091D9F2 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  63. /* End PBXFileReference section */
  64. /* Begin PBXFrameworksBuildPhase section */
  65. CD0364721E20852F003B7B84 /* Frameworks */ = {
  66. isa = PBXFrameworksBuildPhase;
  67. buildActionMask = 2147483647;
  68. files = (
  69. );
  70. runOnlyForDeploymentPostprocessing = 0;
  71. };
  72. /* End PBXFrameworksBuildPhase section */
  73. /* Begin PBXGroup section */
  74. CD03646C1E20852F003B7B84 = {
  75. isa = PBXGroup;
  76. children = (
  77. CDEC1DF22351678E0091D9F2 /* GoogleMock.xcodeproj */,
  78. CD0364AE1E2138D8003B7B84 /* src */,
  79. CD0364AF1E2138DD003B7B84 /* test */,
  80. CD0364761E20852F003B7B84 /* Products */,
  81. );
  82. sourceTree = "<group>";
  83. };
  84. CD0364761E20852F003B7B84 /* Products */ = {
  85. isa = PBXGroup;
  86. children = (
  87. CD0364751E20852F003B7B84 /* intrusive_list */,
  88. );
  89. name = Products;
  90. sourceTree = "<group>";
  91. };
  92. CD0364AE1E2138D8003B7B84 /* src */ = {
  93. isa = PBXGroup;
  94. children = (
  95. CD0364B41E213AC2003B7B84 /* intrusive_node.hpp */,
  96. CD0364AB1E208591003B7B84 /* intrusive_list.hpp */,
  97. CD0364B51E213ACF003B7B84 /* intrusive_iterator.hpp */,
  98. CD0364AA1E208591003B7B84 /* intrusive_iterator.tpp */,
  99. CD0364AD1E208591003B7B84 /* intrusive_node.tpp */,
  100. CD0364B31E213A4A003B7B84 /* intrusive_list.tpp */,
  101. );
  102. name = src;
  103. sourceTree = "<group>";
  104. };
  105. CD0364AF1E2138DD003B7B84 /* test */ = {
  106. isa = PBXGroup;
  107. children = (
  108. CD0364AC1E208591003B7B84 /* intrusive_list.t.h */,
  109. CD0364B11E213988003B7B84 /* intrusive_list_tc.cpp */,
  110. );
  111. name = test;
  112. sourceTree = "<group>";
  113. };
  114. CDEC1DF32351678E0091D9F2 /* Products */ = {
  115. isa = PBXGroup;
  116. children = (
  117. CDEC1DFA2351678E0091D9F2 /* GoogleMock.framework */,
  118. CDEC1DFC2351678E0091D9F2 /* gmock.framework */,
  119. CDEC1DFE2351678E0091D9F2 /* gtest.framework */,
  120. CDEC1E002351678E0091D9F2 /* GoogleMockTests.xctest */,
  121. );
  122. name = Products;
  123. sourceTree = "<group>";
  124. };
  125. /* End PBXGroup section */
  126. /* Begin PBXNativeTarget section */
  127. CD0364741E20852F003B7B84 /* intrusive_list */ = {
  128. isa = PBXNativeTarget;
  129. buildConfigurationList = CD03647C1E20852F003B7B84 /* Build configuration list for PBXNativeTarget "intrusive_list" */;
  130. buildPhases = (
  131. CD0364B01E213938003B7B84 /* ShellScript */,
  132. CD0364711E20852F003B7B84 /* Sources */,
  133. CD0364721E20852F003B7B84 /* Frameworks */,
  134. CD0364731E20852F003B7B84 /* CopyFiles */,
  135. );
  136. buildRules = (
  137. );
  138. dependencies = (
  139. );
  140. name = intrusive_list;
  141. productName = intrusive_list;
  142. productReference = CD0364751E20852F003B7B84 /* intrusive_list */;
  143. productType = "com.apple.product-type.tool";
  144. };
  145. /* End PBXNativeTarget section */
  146. /* Begin PBXProject section */
  147. CD03646D1E20852F003B7B84 /* Project object */ = {
  148. isa = PBXProject;
  149. attributes = {
  150. LastUpgradeCheck = 1230;
  151. ORGANIZATIONNAME = "Sam Jaffe";
  152. TargetAttributes = {
  153. CD0364741E20852F003B7B84 = {
  154. CreatedOnToolsVersion = 7.2.1;
  155. };
  156. };
  157. };
  158. buildConfigurationList = CD0364701E20852F003B7B84 /* Build configuration list for PBXProject "intrusive_list" */;
  159. compatibilityVersion = "Xcode 3.2";
  160. developmentRegion = en;
  161. hasScannedForEncodings = 0;
  162. knownRegions = (
  163. en,
  164. Base,
  165. );
  166. mainGroup = CD03646C1E20852F003B7B84;
  167. productRefGroup = CD0364761E20852F003B7B84 /* Products */;
  168. projectDirPath = "";
  169. projectReferences = (
  170. {
  171. ProductGroup = CDEC1DF32351678E0091D9F2 /* Products */;
  172. ProjectRef = CDEC1DF22351678E0091D9F2 /* GoogleMock.xcodeproj */;
  173. },
  174. );
  175. projectRoot = "";
  176. targets = (
  177. CD0364741E20852F003B7B84 /* intrusive_list */,
  178. );
  179. };
  180. /* End PBXProject section */
  181. /* Begin PBXReferenceProxy section */
  182. CDEC1DFA2351678E0091D9F2 /* GoogleMock.framework */ = {
  183. isa = PBXReferenceProxy;
  184. fileType = wrapper.framework;
  185. path = GoogleMock.framework;
  186. remoteRef = CDEC1DF92351678E0091D9F2 /* PBXContainerItemProxy */;
  187. sourceTree = BUILT_PRODUCTS_DIR;
  188. };
  189. CDEC1DFC2351678E0091D9F2 /* gmock.framework */ = {
  190. isa = PBXReferenceProxy;
  191. fileType = wrapper.framework;
  192. path = gmock.framework;
  193. remoteRef = CDEC1DFB2351678E0091D9F2 /* PBXContainerItemProxy */;
  194. sourceTree = BUILT_PRODUCTS_DIR;
  195. };
  196. CDEC1DFE2351678E0091D9F2 /* gtest.framework */ = {
  197. isa = PBXReferenceProxy;
  198. fileType = wrapper.framework;
  199. path = gtest.framework;
  200. remoteRef = CDEC1DFD2351678E0091D9F2 /* PBXContainerItemProxy */;
  201. sourceTree = BUILT_PRODUCTS_DIR;
  202. };
  203. CDEC1E002351678E0091D9F2 /* GoogleMockTests.xctest */ = {
  204. isa = PBXReferenceProxy;
  205. fileType = wrapper.cfbundle;
  206. path = GoogleMockTests.xctest;
  207. remoteRef = CDEC1DFF2351678E0091D9F2 /* PBXContainerItemProxy */;
  208. sourceTree = BUILT_PRODUCTS_DIR;
  209. };
  210. /* End PBXReferenceProxy section */
  211. /* Begin PBXShellScriptBuildPhase section */
  212. CD0364B01E213938003B7B84 /* ShellScript */ = {
  213. isa = PBXShellScriptBuildPhase;
  214. buildActionMask = 2147483647;
  215. files = (
  216. );
  217. inputPaths = (
  218. "$(SRCROOT)/intrusive_list.t.h",
  219. );
  220. outputPaths = (
  221. "$(SRCROOT)/intrusive_list_tc.cpp",
  222. );
  223. runOnlyForDeploymentPostprocessing = 0;
  224. shellPath = /bin/sh;
  225. shellScript = "cxxtestgen --error-printer -o intrusive_list_tc.cpp intrusive_list.t.h";
  226. };
  227. /* End PBXShellScriptBuildPhase section */
  228. /* Begin PBXSourcesBuildPhase section */
  229. CD0364711E20852F003B7B84 /* Sources */ = {
  230. isa = PBXSourcesBuildPhase;
  231. buildActionMask = 2147483647;
  232. files = (
  233. CD0364B21E213988003B7B84 /* intrusive_list_tc.cpp in Sources */,
  234. );
  235. runOnlyForDeploymentPostprocessing = 0;
  236. };
  237. /* End PBXSourcesBuildPhase section */
  238. /* Begin XCBuildConfiguration section */
  239. CD03647A1E20852F003B7B84 /* Debug */ = {
  240. isa = XCBuildConfiguration;
  241. buildSettings = {
  242. ALWAYS_SEARCH_USER_PATHS = NO;
  243. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  244. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  245. CLANG_CXX_LIBRARY = "libc++";
  246. CLANG_ENABLE_MODULES = YES;
  247. CLANG_ENABLE_OBJC_ARC = YES;
  248. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  249. CLANG_WARN_BOOL_CONVERSION = YES;
  250. CLANG_WARN_COMMA = YES;
  251. CLANG_WARN_CONSTANT_CONVERSION = YES;
  252. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  253. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  254. CLANG_WARN_EMPTY_BODY = YES;
  255. CLANG_WARN_ENUM_CONVERSION = YES;
  256. CLANG_WARN_INFINITE_RECURSION = YES;
  257. CLANG_WARN_INT_CONVERSION = YES;
  258. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  259. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  260. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  261. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  262. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  263. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  264. CLANG_WARN_STRICT_PROTOTYPES = YES;
  265. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  266. CLANG_WARN_UNREACHABLE_CODE = YES;
  267. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  268. CODE_SIGN_IDENTITY = "-";
  269. COPY_PHASE_STRIP = NO;
  270. DEBUG_INFORMATION_FORMAT = dwarf;
  271. ENABLE_STRICT_OBJC_MSGSEND = YES;
  272. ENABLE_TESTABILITY = YES;
  273. GCC_C_LANGUAGE_STANDARD = gnu99;
  274. GCC_DYNAMIC_NO_PIC = NO;
  275. GCC_NO_COMMON_BLOCKS = YES;
  276. GCC_OPTIMIZATION_LEVEL = 0;
  277. GCC_PREPROCESSOR_DEFINITIONS = (
  278. "DEBUG=1",
  279. "$(inherited)",
  280. );
  281. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  282. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  283. GCC_WARN_UNDECLARED_SELECTOR = YES;
  284. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  285. GCC_WARN_UNUSED_FUNCTION = YES;
  286. GCC_WARN_UNUSED_VARIABLE = YES;
  287. MACOSX_DEPLOYMENT_TARGET = 10.10;
  288. MTL_ENABLE_DEBUG_INFO = YES;
  289. ONLY_ACTIVE_ARCH = YES;
  290. SDKROOT = macosx;
  291. };
  292. name = Debug;
  293. };
  294. CD03647B1E20852F003B7B84 /* Release */ = {
  295. isa = XCBuildConfiguration;
  296. buildSettings = {
  297. ALWAYS_SEARCH_USER_PATHS = NO;
  298. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  299. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  300. CLANG_CXX_LIBRARY = "libc++";
  301. CLANG_ENABLE_MODULES = YES;
  302. CLANG_ENABLE_OBJC_ARC = YES;
  303. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  304. CLANG_WARN_BOOL_CONVERSION = YES;
  305. CLANG_WARN_COMMA = YES;
  306. CLANG_WARN_CONSTANT_CONVERSION = YES;
  307. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  308. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  309. CLANG_WARN_EMPTY_BODY = YES;
  310. CLANG_WARN_ENUM_CONVERSION = YES;
  311. CLANG_WARN_INFINITE_RECURSION = YES;
  312. CLANG_WARN_INT_CONVERSION = YES;
  313. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  314. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  315. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  316. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  317. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  318. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  319. CLANG_WARN_STRICT_PROTOTYPES = YES;
  320. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  321. CLANG_WARN_UNREACHABLE_CODE = YES;
  322. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  323. CODE_SIGN_IDENTITY = "-";
  324. COPY_PHASE_STRIP = NO;
  325. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  326. ENABLE_NS_ASSERTIONS = NO;
  327. ENABLE_STRICT_OBJC_MSGSEND = YES;
  328. GCC_C_LANGUAGE_STANDARD = gnu99;
  329. GCC_NO_COMMON_BLOCKS = YES;
  330. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  331. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  332. GCC_WARN_UNDECLARED_SELECTOR = YES;
  333. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  334. GCC_WARN_UNUSED_FUNCTION = YES;
  335. GCC_WARN_UNUSED_VARIABLE = YES;
  336. MACOSX_DEPLOYMENT_TARGET = 10.10;
  337. MTL_ENABLE_DEBUG_INFO = NO;
  338. SDKROOT = macosx;
  339. };
  340. name = Release;
  341. };
  342. CD03647D1E20852F003B7B84 /* Debug */ = {
  343. isa = XCBuildConfiguration;
  344. buildSettings = {
  345. CODE_SIGN_IDENTITY = "-";
  346. HEADER_SEARCH_PATHS = /usr/local/include/;
  347. PRODUCT_NAME = "$(TARGET_NAME)";
  348. };
  349. name = Debug;
  350. };
  351. CD03647E1E20852F003B7B84 /* Release */ = {
  352. isa = XCBuildConfiguration;
  353. buildSettings = {
  354. CODE_SIGN_IDENTITY = "-";
  355. HEADER_SEARCH_PATHS = /usr/local/include/;
  356. PRODUCT_NAME = "$(TARGET_NAME)";
  357. };
  358. name = Release;
  359. };
  360. /* End XCBuildConfiguration section */
  361. /* Begin XCConfigurationList section */
  362. CD0364701E20852F003B7B84 /* Build configuration list for PBXProject "intrusive_list" */ = {
  363. isa = XCConfigurationList;
  364. buildConfigurations = (
  365. CD03647A1E20852F003B7B84 /* Debug */,
  366. CD03647B1E20852F003B7B84 /* Release */,
  367. );
  368. defaultConfigurationIsVisible = 0;
  369. defaultConfigurationName = Release;
  370. };
  371. CD03647C1E20852F003B7B84 /* Build configuration list for PBXNativeTarget "intrusive_list" */ = {
  372. isa = XCConfigurationList;
  373. buildConfigurations = (
  374. CD03647D1E20852F003B7B84 /* Debug */,
  375. CD03647E1E20852F003B7B84 /* Release */,
  376. );
  377. defaultConfigurationIsVisible = 0;
  378. defaultConfigurationName = Release;
  379. };
  380. /* End XCConfigurationList section */
  381. };
  382. rootObject = CD03646D1E20852F003B7B84 /* Project object */;
  383. }