project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD70491220C48B7C007C944C /* opaque_typedef_conversion_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD7048F020C48AE4007C944C /* opaque_typedef_conversion_test.cxx */; };
  10. CD70491520C48B8C007C944C /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD7048FB20C48B30007C944C /* GoogleMock.framework */; };
  11. CDE8546724DF5051006FE7C7 /* opaque_typedef in Resources */ = {isa = PBXBuildFile; fileRef = CDE8546624DF5051006FE7C7 /* opaque_typedef */; };
  12. CDE8547324DF80EE006FE7C7 /* opaque_typedef_comparable_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDE8547224DF80EE006FE7C7 /* opaque_typedef_comparable_test.cxx */; };
  13. CDE8547524DF8110006FE7C7 /* opaque_typedef_adhoc_arithmatic_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDE8547424DF8110006FE7C7 /* opaque_typedef_adhoc_arithmatic_test.cxx */; };
  14. CDE8547724DF8A6A006FE7C7 /* opaque_typedef_arithmatic_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDE8547624DF8A6A006FE7C7 /* opaque_typedef_arithmatic_test.cxx */; };
  15. /* End PBXBuildFile section */
  16. /* Begin PBXContainerItemProxy section */
  17. CD7048FA20C48B30007C944C /* PBXContainerItemProxy */ = {
  18. isa = PBXContainerItemProxy;
  19. containerPortal = CD7048F320C48B30007C944C /* GoogleMock.xcodeproj */;
  20. proxyType = 2;
  21. remoteGlobalIDString = 05818F861A685AEA0072A469;
  22. remoteInfo = GoogleMock;
  23. };
  24. CD7048FC20C48B30007C944C /* PBXContainerItemProxy */ = {
  25. isa = PBXContainerItemProxy;
  26. containerPortal = CD7048F320C48B30007C944C /* GoogleMock.xcodeproj */;
  27. proxyType = 2;
  28. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  29. remoteInfo = gmock;
  30. };
  31. CD7048FE20C48B30007C944C /* PBXContainerItemProxy */ = {
  32. isa = PBXContainerItemProxy;
  33. containerPortal = CD7048F320C48B30007C944C /* GoogleMock.xcodeproj */;
  34. proxyType = 2;
  35. remoteGlobalIDString = 05E96B1F1A68634900204102;
  36. remoteInfo = gtest;
  37. };
  38. CD70490020C48B30007C944C /* PBXContainerItemProxy */ = {
  39. isa = PBXContainerItemProxy;
  40. containerPortal = CD7048F320C48B30007C944C /* GoogleMock.xcodeproj */;
  41. proxyType = 2;
  42. remoteGlobalIDString = 05818F901A685AEA0072A469;
  43. remoteInfo = GoogleMockTests;
  44. };
  45. CD70491320C48B88007C944C /* PBXContainerItemProxy */ = {
  46. isa = PBXContainerItemProxy;
  47. containerPortal = CD7048F320C48B30007C944C /* GoogleMock.xcodeproj */;
  48. proxyType = 1;
  49. remoteGlobalIDString = 05818F851A685AEA0072A469;
  50. remoteInfo = GoogleMock;
  51. };
  52. /* End PBXContainerItemProxy section */
  53. /* Begin PBXFileReference section */
  54. CD7048F020C48AE4007C944C /* opaque_typedef_conversion_test.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = opaque_typedef_conversion_test.cxx; sourceTree = "<group>"; };
  55. CD7048F320C48B30007C944C /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  56. CD70490720C48B75007C944C /* opaque_typedef_test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = opaque_typedef_test.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  57. CD70490B20C48B75007C944C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  58. CDE8546624DF5051006FE7C7 /* opaque_typedef */ = {isa = PBXFileReference; lastKnownFileType = folder; name = opaque_typedef; path = include/opaque_typedef; sourceTree = "<group>"; };
  59. CDE8547224DF80EE006FE7C7 /* opaque_typedef_comparable_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = opaque_typedef_comparable_test.cxx; sourceTree = "<group>"; };
  60. CDE8547424DF8110006FE7C7 /* opaque_typedef_adhoc_arithmatic_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = opaque_typedef_adhoc_arithmatic_test.cxx; sourceTree = "<group>"; };
  61. CDE8547624DF8A6A006FE7C7 /* opaque_typedef_arithmatic_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = opaque_typedef_arithmatic_test.cxx; sourceTree = "<group>"; };
  62. /* End PBXFileReference section */
  63. /* Begin PBXFrameworksBuildPhase section */
  64. CD70490420C48B75007C944C /* Frameworks */ = {
  65. isa = PBXFrameworksBuildPhase;
  66. buildActionMask = 2147483647;
  67. files = (
  68. CD70491520C48B8C007C944C /* GoogleMock.framework in Frameworks */,
  69. );
  70. runOnlyForDeploymentPostprocessing = 0;
  71. };
  72. /* End PBXFrameworksBuildPhase section */
  73. /* Begin PBXGroup section */
  74. CD3C805F1D63EE0000ACC795 = {
  75. isa = PBXGroup;
  76. children = (
  77. CD7048F320C48B30007C944C /* GoogleMock.xcodeproj */,
  78. CDE8546624DF5051006FE7C7 /* opaque_typedef */,
  79. CD7048F220C48B19007C944C /* test */,
  80. CD70490820C48B75007C944C /* opaque_typedef_test */,
  81. CD3C80691D63EE0000ACC795 /* Products */,
  82. );
  83. sourceTree = "<group>";
  84. };
  85. CD3C80691D63EE0000ACC795 /* Products */ = {
  86. isa = PBXGroup;
  87. children = (
  88. CD70490720C48B75007C944C /* opaque_typedef_test.xctest */,
  89. );
  90. name = Products;
  91. sourceTree = "<group>";
  92. };
  93. CD7048F220C48B19007C944C /* test */ = {
  94. isa = PBXGroup;
  95. children = (
  96. CD7048F020C48AE4007C944C /* opaque_typedef_conversion_test.cxx */,
  97. CDE8547224DF80EE006FE7C7 /* opaque_typedef_comparable_test.cxx */,
  98. CDE8547424DF8110006FE7C7 /* opaque_typedef_adhoc_arithmatic_test.cxx */,
  99. CDE8547624DF8A6A006FE7C7 /* opaque_typedef_arithmatic_test.cxx */,
  100. );
  101. path = test;
  102. sourceTree = "<group>";
  103. };
  104. CD7048F420C48B30007C944C /* Products */ = {
  105. isa = PBXGroup;
  106. children = (
  107. CD7048FB20C48B30007C944C /* GoogleMock.framework */,
  108. CD7048FD20C48B30007C944C /* gmock.framework */,
  109. CD7048FF20C48B30007C944C /* gtest.framework */,
  110. CD70490120C48B30007C944C /* GoogleMockTests.xctest */,
  111. );
  112. name = Products;
  113. sourceTree = "<group>";
  114. };
  115. CD70490820C48B75007C944C /* opaque_typedef_test */ = {
  116. isa = PBXGroup;
  117. children = (
  118. CD70490B20C48B75007C944C /* Info.plist */,
  119. );
  120. path = opaque_typedef_test;
  121. sourceTree = "<group>";
  122. };
  123. /* End PBXGroup section */
  124. /* Begin PBXNativeTarget section */
  125. CD70490620C48B75007C944C /* opaque_typedef_test */ = {
  126. isa = PBXNativeTarget;
  127. buildConfigurationList = CD70490F20C48B75007C944C /* Build configuration list for PBXNativeTarget "opaque_typedef_test" */;
  128. buildPhases = (
  129. CD70490320C48B75007C944C /* Sources */,
  130. CD70490420C48B75007C944C /* Frameworks */,
  131. CD70490520C48B75007C944C /* Resources */,
  132. );
  133. buildRules = (
  134. );
  135. dependencies = (
  136. CD70491420C48B88007C944C /* PBXTargetDependency */,
  137. );
  138. name = opaque_typedef_test;
  139. productName = opaque_typedef_test;
  140. productReference = CD70490720C48B75007C944C /* opaque_typedef_test.xctest */;
  141. productType = "com.apple.product-type.bundle.unit-test";
  142. };
  143. /* End PBXNativeTarget section */
  144. /* Begin PBXProject section */
  145. CD3C80601D63EE0000ACC795 /* Project object */ = {
  146. isa = PBXProject;
  147. attributes = {
  148. LastUpgradeCheck = 1030;
  149. ORGANIZATIONNAME = "Sam Jaffe";
  150. TargetAttributes = {
  151. CD70490620C48B75007C944C = {
  152. CreatedOnToolsVersion = 7.2.1;
  153. };
  154. };
  155. };
  156. buildConfigurationList = CD3C80631D63EE0000ACC795 /* Build configuration list for PBXProject "opaque_typedef" */;
  157. compatibilityVersion = "Xcode 3.2";
  158. developmentRegion = en;
  159. hasScannedForEncodings = 0;
  160. knownRegions = (
  161. en,
  162. Base,
  163. );
  164. mainGroup = CD3C805F1D63EE0000ACC795;
  165. productRefGroup = CD3C80691D63EE0000ACC795 /* Products */;
  166. projectDirPath = "";
  167. projectReferences = (
  168. {
  169. ProductGroup = CD7048F420C48B30007C944C /* Products */;
  170. ProjectRef = CD7048F320C48B30007C944C /* GoogleMock.xcodeproj */;
  171. },
  172. );
  173. projectRoot = "";
  174. targets = (
  175. CD70490620C48B75007C944C /* opaque_typedef_test */,
  176. );
  177. };
  178. /* End PBXProject section */
  179. /* Begin PBXReferenceProxy section */
  180. CD7048FB20C48B30007C944C /* GoogleMock.framework */ = {
  181. isa = PBXReferenceProxy;
  182. fileType = wrapper.framework;
  183. path = GoogleMock.framework;
  184. remoteRef = CD7048FA20C48B30007C944C /* PBXContainerItemProxy */;
  185. sourceTree = BUILT_PRODUCTS_DIR;
  186. };
  187. CD7048FD20C48B30007C944C /* gmock.framework */ = {
  188. isa = PBXReferenceProxy;
  189. fileType = wrapper.framework;
  190. path = gmock.framework;
  191. remoteRef = CD7048FC20C48B30007C944C /* PBXContainerItemProxy */;
  192. sourceTree = BUILT_PRODUCTS_DIR;
  193. };
  194. CD7048FF20C48B30007C944C /* gtest.framework */ = {
  195. isa = PBXReferenceProxy;
  196. fileType = wrapper.framework;
  197. path = gtest.framework;
  198. remoteRef = CD7048FE20C48B30007C944C /* PBXContainerItemProxy */;
  199. sourceTree = BUILT_PRODUCTS_DIR;
  200. };
  201. CD70490120C48B30007C944C /* GoogleMockTests.xctest */ = {
  202. isa = PBXReferenceProxy;
  203. fileType = wrapper.cfbundle;
  204. path = GoogleMockTests.xctest;
  205. remoteRef = CD70490020C48B30007C944C /* PBXContainerItemProxy */;
  206. sourceTree = BUILT_PRODUCTS_DIR;
  207. };
  208. /* End PBXReferenceProxy section */
  209. /* Begin PBXResourcesBuildPhase section */
  210. CD70490520C48B75007C944C /* Resources */ = {
  211. isa = PBXResourcesBuildPhase;
  212. buildActionMask = 2147483647;
  213. files = (
  214. CDE8546724DF5051006FE7C7 /* opaque_typedef in Resources */,
  215. );
  216. runOnlyForDeploymentPostprocessing = 0;
  217. };
  218. /* End PBXResourcesBuildPhase section */
  219. /* Begin PBXSourcesBuildPhase section */
  220. CD70490320C48B75007C944C /* Sources */ = {
  221. isa = PBXSourcesBuildPhase;
  222. buildActionMask = 2147483647;
  223. files = (
  224. CDE8547524DF8110006FE7C7 /* opaque_typedef_adhoc_arithmatic_test.cxx in Sources */,
  225. CDE8547324DF80EE006FE7C7 /* opaque_typedef_comparable_test.cxx in Sources */,
  226. CDE8547724DF8A6A006FE7C7 /* opaque_typedef_arithmatic_test.cxx in Sources */,
  227. CD70491220C48B7C007C944C /* opaque_typedef_conversion_test.cxx in Sources */,
  228. );
  229. runOnlyForDeploymentPostprocessing = 0;
  230. };
  231. /* End PBXSourcesBuildPhase section */
  232. /* Begin PBXTargetDependency section */
  233. CD70491420C48B88007C944C /* PBXTargetDependency */ = {
  234. isa = PBXTargetDependency;
  235. name = GoogleMock;
  236. targetProxy = CD70491320C48B88007C944C /* PBXContainerItemProxy */;
  237. };
  238. /* End PBXTargetDependency section */
  239. /* Begin XCBuildConfiguration section */
  240. CD3C80711D63EE0000ACC795 /* Debug */ = {
  241. isa = XCBuildConfiguration;
  242. buildSettings = {
  243. ALWAYS_SEARCH_USER_PATHS = NO;
  244. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  245. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  246. CLANG_CXX_LIBRARY = "libc++";
  247. CLANG_ENABLE_MODULES = YES;
  248. CLANG_ENABLE_OBJC_ARC = YES;
  249. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  250. CLANG_WARN_BOOL_CONVERSION = YES;
  251. CLANG_WARN_COMMA = YES;
  252. CLANG_WARN_CONSTANT_CONVERSION = YES;
  253. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  254. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  255. CLANG_WARN_EMPTY_BODY = YES;
  256. CLANG_WARN_ENUM_CONVERSION = YES;
  257. CLANG_WARN_INFINITE_RECURSION = YES;
  258. CLANG_WARN_INT_CONVERSION = YES;
  259. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  260. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  261. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  262. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  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. HEADER_SEARCH_PATHS = /opt/local/include;
  288. MACOSX_DEPLOYMENT_TARGET = 10.10;
  289. MTL_ENABLE_DEBUG_INFO = YES;
  290. ONLY_ACTIVE_ARCH = YES;
  291. SDKROOT = macosx;
  292. USER_HEADER_SEARCH_PATHS = include/;
  293. };
  294. name = Debug;
  295. };
  296. CD3C80721D63EE0000ACC795 /* Release */ = {
  297. isa = XCBuildConfiguration;
  298. buildSettings = {
  299. ALWAYS_SEARCH_USER_PATHS = NO;
  300. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  301. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  302. CLANG_CXX_LIBRARY = "libc++";
  303. CLANG_ENABLE_MODULES = YES;
  304. CLANG_ENABLE_OBJC_ARC = YES;
  305. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  306. CLANG_WARN_BOOL_CONVERSION = YES;
  307. CLANG_WARN_COMMA = YES;
  308. CLANG_WARN_CONSTANT_CONVERSION = YES;
  309. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  310. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  311. CLANG_WARN_EMPTY_BODY = YES;
  312. CLANG_WARN_ENUM_CONVERSION = YES;
  313. CLANG_WARN_INFINITE_RECURSION = YES;
  314. CLANG_WARN_INT_CONVERSION = YES;
  315. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  316. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  317. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  318. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  319. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  320. CLANG_WARN_STRICT_PROTOTYPES = YES;
  321. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  322. CLANG_WARN_UNREACHABLE_CODE = YES;
  323. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  324. CODE_SIGN_IDENTITY = "-";
  325. COPY_PHASE_STRIP = NO;
  326. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  327. ENABLE_NS_ASSERTIONS = NO;
  328. ENABLE_STRICT_OBJC_MSGSEND = YES;
  329. GCC_C_LANGUAGE_STANDARD = gnu99;
  330. GCC_NO_COMMON_BLOCKS = YES;
  331. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  332. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  333. GCC_WARN_UNDECLARED_SELECTOR = YES;
  334. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  335. GCC_WARN_UNUSED_FUNCTION = YES;
  336. GCC_WARN_UNUSED_VARIABLE = YES;
  337. HEADER_SEARCH_PATHS = /opt/local/include;
  338. MACOSX_DEPLOYMENT_TARGET = 10.10;
  339. MTL_ENABLE_DEBUG_INFO = NO;
  340. SDKROOT = macosx;
  341. USER_HEADER_SEARCH_PATHS = include/;
  342. };
  343. name = Release;
  344. };
  345. CD70491020C48B75007C944C /* Debug */ = {
  346. isa = XCBuildConfiguration;
  347. buildSettings = {
  348. COMBINE_HIDPI_IMAGES = YES;
  349. INFOPLIST_FILE = opaque_typedef_test/Info.plist;
  350. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  351. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.opaque-typedef-test";
  352. PRODUCT_NAME = "$(TARGET_NAME)";
  353. };
  354. name = Debug;
  355. };
  356. CD70491120C48B75007C944C /* Release */ = {
  357. isa = XCBuildConfiguration;
  358. buildSettings = {
  359. COMBINE_HIDPI_IMAGES = YES;
  360. INFOPLIST_FILE = opaque_typedef_test/Info.plist;
  361. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  362. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.opaque-typedef-test";
  363. PRODUCT_NAME = "$(TARGET_NAME)";
  364. };
  365. name = Release;
  366. };
  367. /* End XCBuildConfiguration section */
  368. /* Begin XCConfigurationList section */
  369. CD3C80631D63EE0000ACC795 /* Build configuration list for PBXProject "opaque_typedef" */ = {
  370. isa = XCConfigurationList;
  371. buildConfigurations = (
  372. CD3C80711D63EE0000ACC795 /* Debug */,
  373. CD3C80721D63EE0000ACC795 /* Release */,
  374. );
  375. defaultConfigurationIsVisible = 0;
  376. defaultConfigurationName = Release;
  377. };
  378. CD70490F20C48B75007C944C /* Build configuration list for PBXNativeTarget "opaque_typedef_test" */ = {
  379. isa = XCConfigurationList;
  380. buildConfigurations = (
  381. CD70491020C48B75007C944C /* Debug */,
  382. CD70491120C48B75007C944C /* Release */,
  383. );
  384. defaultConfigurationIsVisible = 0;
  385. defaultConfigurationName = Release;
  386. };
  387. /* End XCConfigurationList section */
  388. };
  389. rootObject = CD3C80601D63EE0000ACC795 /* Project object */;
  390. }