project.pbxproj 12 KB

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