project.pbxproj 13 KB

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