project.pbxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD26686B252FF4E800B3E667 /* string_utils in Headers */ = {isa = PBXBuildFile; fileRef = CD26686A252FF4E100B3E667 /* string_utils */; settings = {ATTRIBUTES = (Public, ); }; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXContainerItemProxy section */
  12. CD266874252FF51F00B3E667 /* PBXContainerItemProxy */ = {
  13. isa = PBXContainerItemProxy;
  14. containerPortal = CD26686D252FF51F00B3E667 /* GoogleMock.xcodeproj */;
  15. proxyType = 2;
  16. remoteGlobalIDString = 05818F861A685AEA0072A469;
  17. remoteInfo = GoogleMock;
  18. };
  19. CD266876252FF51F00B3E667 /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = CD26686D252FF51F00B3E667 /* GoogleMock.xcodeproj */;
  22. proxyType = 2;
  23. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  24. remoteInfo = gmock;
  25. };
  26. CD266878252FF51F00B3E667 /* PBXContainerItemProxy */ = {
  27. isa = PBXContainerItemProxy;
  28. containerPortal = CD26686D252FF51F00B3E667 /* GoogleMock.xcodeproj */;
  29. proxyType = 2;
  30. remoteGlobalIDString = 05E96B1F1A68634900204102;
  31. remoteInfo = gtest;
  32. };
  33. CD26687A252FF51F00B3E667 /* PBXContainerItemProxy */ = {
  34. isa = PBXContainerItemProxy;
  35. containerPortal = CD26686D252FF51F00B3E667 /* GoogleMock.xcodeproj */;
  36. proxyType = 2;
  37. remoteGlobalIDString = 05818F901A685AEA0072A469;
  38. remoteInfo = GoogleMockTests;
  39. };
  40. /* End PBXContainerItemProxy section */
  41. /* Begin PBXFileReference section */
  42. CD266862252FF4B600B3E667 /* libstring-utils.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libstring-utils.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  43. CD26686A252FF4E100B3E667 /* string_utils */ = {isa = PBXFileReference; lastKnownFileType = folder; name = string_utils; path = include/string_utils; sourceTree = "<group>"; };
  44. CD26686D252FF51F00B3E667 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  45. /* End PBXFileReference section */
  46. /* Begin PBXFrameworksBuildPhase section */
  47. CD266860252FF4B600B3E667 /* Frameworks */ = {
  48. isa = PBXFrameworksBuildPhase;
  49. buildActionMask = 2147483647;
  50. files = (
  51. );
  52. runOnlyForDeploymentPostprocessing = 0;
  53. };
  54. /* End PBXFrameworksBuildPhase section */
  55. /* Begin PBXGroup section */
  56. CD266859252FF4B600B3E667 = {
  57. isa = PBXGroup;
  58. children = (
  59. CD26686D252FF51F00B3E667 /* GoogleMock.xcodeproj */,
  60. CD26686A252FF4E100B3E667 /* string_utils */,
  61. CD26686C252FF4F300B3E667 /* src */,
  62. CD266869252FF4C100B3E667 /* test */,
  63. CD266863252FF4B600B3E667 /* Products */,
  64. );
  65. sourceTree = "<group>";
  66. };
  67. CD266863252FF4B600B3E667 /* Products */ = {
  68. isa = PBXGroup;
  69. children = (
  70. CD266862252FF4B600B3E667 /* libstring-utils.a */,
  71. );
  72. name = Products;
  73. sourceTree = "<group>";
  74. };
  75. CD266869252FF4C100B3E667 /* test */ = {
  76. isa = PBXGroup;
  77. children = (
  78. );
  79. path = test;
  80. sourceTree = "<group>";
  81. };
  82. CD26686C252FF4F300B3E667 /* src */ = {
  83. isa = PBXGroup;
  84. children = (
  85. );
  86. path = src;
  87. sourceTree = "<group>";
  88. };
  89. CD26686E252FF51F00B3E667 /* Products */ = {
  90. isa = PBXGroup;
  91. children = (
  92. CD266875252FF51F00B3E667 /* GoogleMock.framework */,
  93. CD266877252FF51F00B3E667 /* gmock.framework */,
  94. CD266879252FF51F00B3E667 /* gtest.framework */,
  95. CD26687B252FF51F00B3E667 /* GoogleMockTests.xctest */,
  96. );
  97. name = Products;
  98. sourceTree = "<group>";
  99. };
  100. /* End PBXGroup section */
  101. /* Begin PBXHeadersBuildPhase section */
  102. CD26685E252FF4B600B3E667 /* Headers */ = {
  103. isa = PBXHeadersBuildPhase;
  104. buildActionMask = 2147483647;
  105. files = (
  106. CD26686B252FF4E800B3E667 /* string_utils in Headers */,
  107. );
  108. runOnlyForDeploymentPostprocessing = 0;
  109. };
  110. /* End PBXHeadersBuildPhase section */
  111. /* Begin PBXNativeTarget section */
  112. CD266861252FF4B600B3E667 /* string-utils */ = {
  113. isa = PBXNativeTarget;
  114. buildConfigurationList = CD266866252FF4B600B3E667 /* Build configuration list for PBXNativeTarget "string-utils" */;
  115. buildPhases = (
  116. CD26685E252FF4B600B3E667 /* Headers */,
  117. CD26685F252FF4B600B3E667 /* Sources */,
  118. CD266860252FF4B600B3E667 /* Frameworks */,
  119. );
  120. buildRules = (
  121. );
  122. dependencies = (
  123. );
  124. name = "string-utils";
  125. productName = "string-utils";
  126. productReference = CD266862252FF4B600B3E667 /* libstring-utils.a */;
  127. productType = "com.apple.product-type.library.static";
  128. };
  129. /* End PBXNativeTarget section */
  130. /* Begin PBXProject section */
  131. CD26685A252FF4B600B3E667 /* Project object */ = {
  132. isa = PBXProject;
  133. attributes = {
  134. LastUpgradeCheck = 1130;
  135. ORGANIZATIONNAME = "Sam Jaffe";
  136. TargetAttributes = {
  137. CD266861252FF4B600B3E667 = {
  138. CreatedOnToolsVersion = 11.3.1;
  139. };
  140. };
  141. };
  142. buildConfigurationList = CD26685D252FF4B600B3E667 /* Build configuration list for PBXProject "string-utils" */;
  143. compatibilityVersion = "Xcode 9.3";
  144. developmentRegion = en;
  145. hasScannedForEncodings = 0;
  146. knownRegions = (
  147. en,
  148. Base,
  149. );
  150. mainGroup = CD266859252FF4B600B3E667;
  151. productRefGroup = CD266863252FF4B600B3E667 /* Products */;
  152. projectDirPath = "";
  153. projectReferences = (
  154. {
  155. ProductGroup = CD26686E252FF51F00B3E667 /* Products */;
  156. ProjectRef = CD26686D252FF51F00B3E667 /* GoogleMock.xcodeproj */;
  157. },
  158. );
  159. projectRoot = "";
  160. targets = (
  161. CD266861252FF4B600B3E667 /* string-utils */,
  162. );
  163. };
  164. /* End PBXProject section */
  165. /* Begin PBXReferenceProxy section */
  166. CD266875252FF51F00B3E667 /* GoogleMock.framework */ = {
  167. isa = PBXReferenceProxy;
  168. fileType = wrapper.framework;
  169. path = GoogleMock.framework;
  170. remoteRef = CD266874252FF51F00B3E667 /* PBXContainerItemProxy */;
  171. sourceTree = BUILT_PRODUCTS_DIR;
  172. };
  173. CD266877252FF51F00B3E667 /* gmock.framework */ = {
  174. isa = PBXReferenceProxy;
  175. fileType = wrapper.framework;
  176. path = gmock.framework;
  177. remoteRef = CD266876252FF51F00B3E667 /* PBXContainerItemProxy */;
  178. sourceTree = BUILT_PRODUCTS_DIR;
  179. };
  180. CD266879252FF51F00B3E667 /* gtest.framework */ = {
  181. isa = PBXReferenceProxy;
  182. fileType = wrapper.framework;
  183. path = gtest.framework;
  184. remoteRef = CD266878252FF51F00B3E667 /* PBXContainerItemProxy */;
  185. sourceTree = BUILT_PRODUCTS_DIR;
  186. };
  187. CD26687B252FF51F00B3E667 /* GoogleMockTests.xctest */ = {
  188. isa = PBXReferenceProxy;
  189. fileType = wrapper.cfbundle;
  190. path = GoogleMockTests.xctest;
  191. remoteRef = CD26687A252FF51F00B3E667 /* PBXContainerItemProxy */;
  192. sourceTree = BUILT_PRODUCTS_DIR;
  193. };
  194. /* End PBXReferenceProxy section */
  195. /* Begin PBXSourcesBuildPhase section */
  196. CD26685F252FF4B600B3E667 /* Sources */ = {
  197. isa = PBXSourcesBuildPhase;
  198. buildActionMask = 2147483647;
  199. files = (
  200. );
  201. runOnlyForDeploymentPostprocessing = 0;
  202. };
  203. /* End PBXSourcesBuildPhase section */
  204. /* Begin XCBuildConfiguration section */
  205. CD266864252FF4B600B3E667 /* Debug */ = {
  206. isa = XCBuildConfiguration;
  207. buildSettings = {
  208. ALWAYS_SEARCH_USER_PATHS = NO;
  209. CLANG_ANALYZER_NONNULL = YES;
  210. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  211. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  212. CLANG_CXX_LIBRARY = "libc++";
  213. CLANG_ENABLE_MODULES = YES;
  214. CLANG_ENABLE_OBJC_ARC = YES;
  215. CLANG_ENABLE_OBJC_WEAK = YES;
  216. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  217. CLANG_WARN_BOOL_CONVERSION = YES;
  218. CLANG_WARN_COMMA = YES;
  219. CLANG_WARN_CONSTANT_CONVERSION = YES;
  220. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  221. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  222. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  223. CLANG_WARN_EMPTY_BODY = YES;
  224. CLANG_WARN_ENUM_CONVERSION = YES;
  225. CLANG_WARN_INFINITE_RECURSION = YES;
  226. CLANG_WARN_INT_CONVERSION = YES;
  227. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  228. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  229. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  230. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  231. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  232. CLANG_WARN_STRICT_PROTOTYPES = YES;
  233. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  234. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  235. CLANG_WARN_UNREACHABLE_CODE = YES;
  236. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  237. COPY_PHASE_STRIP = NO;
  238. DEBUG_INFORMATION_FORMAT = dwarf;
  239. ENABLE_STRICT_OBJC_MSGSEND = YES;
  240. ENABLE_TESTABILITY = YES;
  241. GCC_C_LANGUAGE_STANDARD = gnu11;
  242. GCC_DYNAMIC_NO_PIC = NO;
  243. GCC_NO_COMMON_BLOCKS = YES;
  244. GCC_OPTIMIZATION_LEVEL = 0;
  245. GCC_PREPROCESSOR_DEFINITIONS = (
  246. "DEBUG=1",
  247. "$(inherited)",
  248. );
  249. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  250. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  251. GCC_WARN_UNDECLARED_SELECTOR = YES;
  252. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  253. GCC_WARN_UNUSED_FUNCTION = YES;
  254. GCC_WARN_UNUSED_VARIABLE = YES;
  255. MACOSX_DEPLOYMENT_TARGET = 10.14;
  256. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  257. MTL_FAST_MATH = YES;
  258. ONLY_ACTIVE_ARCH = YES;
  259. SDKROOT = macosx;
  260. };
  261. name = Debug;
  262. };
  263. CD266865252FF4B600B3E667 /* Release */ = {
  264. isa = XCBuildConfiguration;
  265. buildSettings = {
  266. ALWAYS_SEARCH_USER_PATHS = NO;
  267. CLANG_ANALYZER_NONNULL = YES;
  268. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  269. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  270. CLANG_CXX_LIBRARY = "libc++";
  271. CLANG_ENABLE_MODULES = YES;
  272. CLANG_ENABLE_OBJC_ARC = YES;
  273. CLANG_ENABLE_OBJC_WEAK = YES;
  274. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  275. CLANG_WARN_BOOL_CONVERSION = YES;
  276. CLANG_WARN_COMMA = YES;
  277. CLANG_WARN_CONSTANT_CONVERSION = YES;
  278. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  279. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  280. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  281. CLANG_WARN_EMPTY_BODY = YES;
  282. CLANG_WARN_ENUM_CONVERSION = YES;
  283. CLANG_WARN_INFINITE_RECURSION = YES;
  284. CLANG_WARN_INT_CONVERSION = YES;
  285. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  286. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  287. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  288. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  289. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  290. CLANG_WARN_STRICT_PROTOTYPES = YES;
  291. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  292. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  293. CLANG_WARN_UNREACHABLE_CODE = YES;
  294. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  295. COPY_PHASE_STRIP = NO;
  296. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  297. ENABLE_NS_ASSERTIONS = NO;
  298. ENABLE_STRICT_OBJC_MSGSEND = YES;
  299. GCC_C_LANGUAGE_STANDARD = gnu11;
  300. GCC_NO_COMMON_BLOCKS = YES;
  301. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  302. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  303. GCC_WARN_UNDECLARED_SELECTOR = YES;
  304. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  305. GCC_WARN_UNUSED_FUNCTION = YES;
  306. GCC_WARN_UNUSED_VARIABLE = YES;
  307. MACOSX_DEPLOYMENT_TARGET = 10.14;
  308. MTL_ENABLE_DEBUG_INFO = NO;
  309. MTL_FAST_MATH = YES;
  310. SDKROOT = macosx;
  311. };
  312. name = Release;
  313. };
  314. CD266867252FF4B600B3E667 /* Debug */ = {
  315. isa = XCBuildConfiguration;
  316. buildSettings = {
  317. CODE_SIGN_STYLE = Automatic;
  318. EXECUTABLE_PREFIX = lib;
  319. PRODUCT_NAME = "$(TARGET_NAME)";
  320. SKIP_INSTALL = YES;
  321. };
  322. name = Debug;
  323. };
  324. CD266868252FF4B600B3E667 /* Release */ = {
  325. isa = XCBuildConfiguration;
  326. buildSettings = {
  327. CODE_SIGN_STYLE = Automatic;
  328. EXECUTABLE_PREFIX = lib;
  329. PRODUCT_NAME = "$(TARGET_NAME)";
  330. SKIP_INSTALL = YES;
  331. };
  332. name = Release;
  333. };
  334. /* End XCBuildConfiguration section */
  335. /* Begin XCConfigurationList section */
  336. CD26685D252FF4B600B3E667 /* Build configuration list for PBXProject "string-utils" */ = {
  337. isa = XCConfigurationList;
  338. buildConfigurations = (
  339. CD266864252FF4B600B3E667 /* Debug */,
  340. CD266865252FF4B600B3E667 /* Release */,
  341. );
  342. defaultConfigurationIsVisible = 0;
  343. defaultConfigurationName = Release;
  344. };
  345. CD266866252FF4B600B3E667 /* Build configuration list for PBXNativeTarget "string-utils" */ = {
  346. isa = XCConfigurationList;
  347. buildConfigurations = (
  348. CD266867252FF4B600B3E667 /* Debug */,
  349. CD266868252FF4B600B3E667 /* Release */,
  350. );
  351. defaultConfigurationIsVisible = 0;
  352. defaultConfigurationName = Release;
  353. };
  354. /* End XCConfigurationList section */
  355. };
  356. rootObject = CD26685A252FF4B600B3E667 /* Project object */;
  357. }