project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CDEC1D7623514BEB0091D9F2 /* stream_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD9337281E3CD78B00699FF5 /* stream_test.cxx */; };
  10. CDEC1D7723514BEB0091D9F2 /* stream_fluent_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDF9374E1E3D9AD7003E5D5C /* stream_fluent_test.cxx */; };
  11. CDEC1D7923514BF80091D9F2 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDEC1D6323514BB50091D9F2 /* GoogleMock.framework */; };
  12. /* End PBXBuildFile section */
  13. /* Begin PBXContainerItemProxy section */
  14. CDEC1D6223514BB50091D9F2 /* PBXContainerItemProxy */ = {
  15. isa = PBXContainerItemProxy;
  16. containerPortal = CDEC1D5B23514BB50091D9F2 /* GoogleMock.xcodeproj */;
  17. proxyType = 2;
  18. remoteGlobalIDString = 05818F861A685AEA0072A469;
  19. remoteInfo = GoogleMock;
  20. };
  21. CDEC1D6423514BB50091D9F2 /* PBXContainerItemProxy */ = {
  22. isa = PBXContainerItemProxy;
  23. containerPortal = CDEC1D5B23514BB50091D9F2 /* GoogleMock.xcodeproj */;
  24. proxyType = 2;
  25. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  26. remoteInfo = gmock;
  27. };
  28. CDEC1D6623514BB50091D9F2 /* PBXContainerItemProxy */ = {
  29. isa = PBXContainerItemProxy;
  30. containerPortal = CDEC1D5B23514BB50091D9F2 /* GoogleMock.xcodeproj */;
  31. proxyType = 2;
  32. remoteGlobalIDString = 05E96B1F1A68634900204102;
  33. remoteInfo = gtest;
  34. };
  35. CDEC1D6823514BB50091D9F2 /* PBXContainerItemProxy */ = {
  36. isa = PBXContainerItemProxy;
  37. containerPortal = CDEC1D5B23514BB50091D9F2 /* GoogleMock.xcodeproj */;
  38. proxyType = 2;
  39. remoteGlobalIDString = 05818F901A685AEA0072A469;
  40. remoteInfo = GoogleMockTests;
  41. };
  42. /* End PBXContainerItemProxy section */
  43. /* Begin PBXFileReference section */
  44. CD64CCB926232D6900770A30 /* xcode_gtest_helper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xcode_gtest_helper.h; sourceTree = "<group>"; };
  45. CD9337281E3CD78B00699FF5 /* stream_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stream_test.cxx; sourceTree = "<group>"; };
  46. CDAA170121A3A738007BBA11 /* stream */ = {isa = PBXFileReference; lastKnownFileType = folder; name = stream; path = include/stream; sourceTree = "<group>"; };
  47. CDE8545E24DEBEBF006FE7C7 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
  48. CDEC1D5B23514BB50091D9F2 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  49. CDEC1D6E23514BC60091D9F2 /* stream-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "stream-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  50. CDEC1D7223514BC60091D9F2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  51. CDF9374E1E3D9AD7003E5D5C /* stream_fluent_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stream_fluent_test.cxx; sourceTree = "<group>"; };
  52. /* End PBXFileReference section */
  53. /* Begin PBXFrameworksBuildPhase section */
  54. CDEC1D6B23514BC60091D9F2 /* Frameworks */ = {
  55. isa = PBXFrameworksBuildPhase;
  56. buildActionMask = 2147483647;
  57. files = (
  58. CDEC1D7923514BF80091D9F2 /* GoogleMock.framework in Frameworks */,
  59. );
  60. runOnlyForDeploymentPostprocessing = 0;
  61. };
  62. /* End PBXFrameworksBuildPhase section */
  63. /* Begin PBXGroup section */
  64. 0E5DFDB91BB4D3190063976E = {
  65. isa = PBXGroup;
  66. children = (
  67. CDEC1D5B23514BB50091D9F2 /* GoogleMock.xcodeproj */,
  68. CDE8545E24DEBEBF006FE7C7 /* README.md */,
  69. CDAA170121A3A738007BBA11 /* stream */,
  70. CD9337371E3CD88200699FF5 /* test */,
  71. CDEC1D6F23514BC60091D9F2 /* stream-test */,
  72. CD93372E1E3CD79E00699FF5 /* Products */,
  73. CDEC1D7823514BF80091D9F2 /* Frameworks */,
  74. );
  75. sourceTree = "<group>";
  76. };
  77. CD93372E1E3CD79E00699FF5 /* Products */ = {
  78. isa = PBXGroup;
  79. children = (
  80. CDEC1D6E23514BC60091D9F2 /* stream-test.xctest */,
  81. );
  82. name = Products;
  83. sourceTree = "<group>";
  84. };
  85. CD9337371E3CD88200699FF5 /* test */ = {
  86. isa = PBXGroup;
  87. children = (
  88. CD64CCB926232D6900770A30 /* xcode_gtest_helper.h */,
  89. CD9337281E3CD78B00699FF5 /* stream_test.cxx */,
  90. CDF9374E1E3D9AD7003E5D5C /* stream_fluent_test.cxx */,
  91. );
  92. path = test;
  93. sourceTree = "<group>";
  94. };
  95. CDEC1D5C23514BB50091D9F2 /* Products */ = {
  96. isa = PBXGroup;
  97. children = (
  98. CDEC1D6323514BB50091D9F2 /* GoogleMock.framework */,
  99. CDEC1D6523514BB50091D9F2 /* gmock.framework */,
  100. CDEC1D6723514BB50091D9F2 /* gtest.framework */,
  101. CDEC1D6923514BB50091D9F2 /* GoogleMockTests.xctest */,
  102. );
  103. name = Products;
  104. sourceTree = "<group>";
  105. };
  106. CDEC1D6F23514BC60091D9F2 /* stream-test */ = {
  107. isa = PBXGroup;
  108. children = (
  109. CDEC1D7223514BC60091D9F2 /* Info.plist */,
  110. );
  111. path = "stream-test";
  112. sourceTree = "<group>";
  113. };
  114. CDEC1D7823514BF80091D9F2 /* Frameworks */ = {
  115. isa = PBXGroup;
  116. children = (
  117. );
  118. name = Frameworks;
  119. sourceTree = "<group>";
  120. };
  121. /* End PBXGroup section */
  122. /* Begin PBXNativeTarget section */
  123. CDEC1D6D23514BC60091D9F2 /* stream-test */ = {
  124. isa = PBXNativeTarget;
  125. buildConfigurationList = CDEC1D7323514BC60091D9F2 /* Build configuration list for PBXNativeTarget "stream-test" */;
  126. buildPhases = (
  127. CDEC1D6A23514BC60091D9F2 /* Sources */,
  128. CDEC1D6B23514BC60091D9F2 /* Frameworks */,
  129. CDEC1D6C23514BC60091D9F2 /* Resources */,
  130. );
  131. buildRules = (
  132. );
  133. dependencies = (
  134. );
  135. name = "stream-test";
  136. productName = "stream-test";
  137. productReference = CDEC1D6E23514BC60091D9F2 /* stream-test.xctest */;
  138. productType = "com.apple.product-type.bundle.unit-test";
  139. };
  140. /* End PBXNativeTarget section */
  141. /* Begin PBXProject section */
  142. 0E5DFDBA1BB4D3190063976E /* Project object */ = {
  143. isa = PBXProject;
  144. attributes = {
  145. LastUpgradeCheck = 1230;
  146. TargetAttributes = {
  147. CDEC1D6D23514BC60091D9F2 = {
  148. CreatedOnToolsVersion = 11.1;
  149. ProvisioningStyle = Automatic;
  150. };
  151. };
  152. };
  153. buildConfigurationList = 0E5DFDBD1BB4D3190063976E /* Build configuration list for PBXProject "stream" */;
  154. compatibilityVersion = "Xcode 3.2";
  155. developmentRegion = en;
  156. hasScannedForEncodings = 0;
  157. knownRegions = (
  158. en,
  159. Base,
  160. );
  161. mainGroup = 0E5DFDB91BB4D3190063976E;
  162. productRefGroup = CD93372E1E3CD79E00699FF5 /* Products */;
  163. projectDirPath = "";
  164. projectReferences = (
  165. {
  166. ProductGroup = CDEC1D5C23514BB50091D9F2 /* Products */;
  167. ProjectRef = CDEC1D5B23514BB50091D9F2 /* GoogleMock.xcodeproj */;
  168. },
  169. );
  170. projectRoot = "";
  171. targets = (
  172. CDEC1D6D23514BC60091D9F2 /* stream-test */,
  173. );
  174. };
  175. /* End PBXProject section */
  176. /* Begin PBXReferenceProxy section */
  177. CDEC1D6323514BB50091D9F2 /* GoogleMock.framework */ = {
  178. isa = PBXReferenceProxy;
  179. fileType = wrapper.framework;
  180. path = GoogleMock.framework;
  181. remoteRef = CDEC1D6223514BB50091D9F2 /* PBXContainerItemProxy */;
  182. sourceTree = BUILT_PRODUCTS_DIR;
  183. };
  184. CDEC1D6523514BB50091D9F2 /* gmock.framework */ = {
  185. isa = PBXReferenceProxy;
  186. fileType = wrapper.framework;
  187. path = gmock.framework;
  188. remoteRef = CDEC1D6423514BB50091D9F2 /* PBXContainerItemProxy */;
  189. sourceTree = BUILT_PRODUCTS_DIR;
  190. };
  191. CDEC1D6723514BB50091D9F2 /* gtest.framework */ = {
  192. isa = PBXReferenceProxy;
  193. fileType = wrapper.framework;
  194. path = gtest.framework;
  195. remoteRef = CDEC1D6623514BB50091D9F2 /* PBXContainerItemProxy */;
  196. sourceTree = BUILT_PRODUCTS_DIR;
  197. };
  198. CDEC1D6923514BB50091D9F2 /* GoogleMockTests.xctest */ = {
  199. isa = PBXReferenceProxy;
  200. fileType = wrapper.cfbundle;
  201. path = GoogleMockTests.xctest;
  202. remoteRef = CDEC1D6823514BB50091D9F2 /* PBXContainerItemProxy */;
  203. sourceTree = BUILT_PRODUCTS_DIR;
  204. };
  205. /* End PBXReferenceProxy section */
  206. /* Begin PBXResourcesBuildPhase section */
  207. CDEC1D6C23514BC60091D9F2 /* Resources */ = {
  208. isa = PBXResourcesBuildPhase;
  209. buildActionMask = 2147483647;
  210. files = (
  211. );
  212. runOnlyForDeploymentPostprocessing = 0;
  213. };
  214. /* End PBXResourcesBuildPhase section */
  215. /* Begin PBXSourcesBuildPhase section */
  216. CDEC1D6A23514BC60091D9F2 /* Sources */ = {
  217. isa = PBXSourcesBuildPhase;
  218. buildActionMask = 2147483647;
  219. files = (
  220. CDEC1D7623514BEB0091D9F2 /* stream_test.cxx in Sources */,
  221. CDEC1D7723514BEB0091D9F2 /* stream_fluent_test.cxx in Sources */,
  222. );
  223. runOnlyForDeploymentPostprocessing = 0;
  224. };
  225. /* End PBXSourcesBuildPhase section */
  226. /* Begin XCBuildConfiguration section */
  227. 0E5DFDBB1BB4D3190063976E /* Debug */ = {
  228. isa = XCBuildConfiguration;
  229. buildSettings = {
  230. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  231. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  232. CLANG_WARN_BOOL_CONVERSION = YES;
  233. CLANG_WARN_COMMA = YES;
  234. CLANG_WARN_CONSTANT_CONVERSION = YES;
  235. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  236. CLANG_WARN_EMPTY_BODY = YES;
  237. CLANG_WARN_ENUM_CONVERSION = YES;
  238. CLANG_WARN_INFINITE_RECURSION = YES;
  239. CLANG_WARN_INT_CONVERSION = YES;
  240. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  241. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  242. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  243. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  244. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  245. CLANG_WARN_STRICT_PROTOTYPES = YES;
  246. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  247. CLANG_WARN_UNREACHABLE_CODE = YES;
  248. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  249. COPY_PHASE_STRIP = NO;
  250. ENABLE_STRICT_OBJC_MSGSEND = YES;
  251. ENABLE_TESTABILITY = YES;
  252. GCC_NO_COMMON_BLOCKS = YES;
  253. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  254. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  255. GCC_WARN_UNDECLARED_SELECTOR = YES;
  256. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  257. GCC_WARN_UNUSED_FUNCTION = YES;
  258. GCC_WARN_UNUSED_VARIABLE = YES;
  259. ONLY_ACTIVE_ARCH = YES;
  260. SDKROOT = macosx;
  261. USER_HEADER_SEARCH_PATHS = ./include/;
  262. };
  263. name = Debug;
  264. };
  265. 0E5DFDBC1BB4D3190063976E /* Release */ = {
  266. isa = XCBuildConfiguration;
  267. buildSettings = {
  268. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  269. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  270. CLANG_WARN_BOOL_CONVERSION = YES;
  271. CLANG_WARN_COMMA = YES;
  272. CLANG_WARN_CONSTANT_CONVERSION = YES;
  273. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  274. CLANG_WARN_EMPTY_BODY = YES;
  275. CLANG_WARN_ENUM_CONVERSION = YES;
  276. CLANG_WARN_INFINITE_RECURSION = YES;
  277. CLANG_WARN_INT_CONVERSION = YES;
  278. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  279. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  280. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  281. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  282. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  283. CLANG_WARN_STRICT_PROTOTYPES = YES;
  284. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  285. CLANG_WARN_UNREACHABLE_CODE = YES;
  286. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  287. COPY_PHASE_STRIP = YES;
  288. ENABLE_STRICT_OBJC_MSGSEND = YES;
  289. GCC_NO_COMMON_BLOCKS = YES;
  290. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  291. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  292. GCC_WARN_UNDECLARED_SELECTOR = YES;
  293. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  294. GCC_WARN_UNUSED_FUNCTION = YES;
  295. GCC_WARN_UNUSED_VARIABLE = YES;
  296. SDKROOT = macosx;
  297. USER_HEADER_SEARCH_PATHS = ./include/;
  298. };
  299. name = Release;
  300. };
  301. CDEC1D7423514BC60091D9F2 /* Debug */ = {
  302. isa = XCBuildConfiguration;
  303. buildSettings = {
  304. ALWAYS_SEARCH_USER_PATHS = NO;
  305. CLANG_ANALYZER_NONNULL = YES;
  306. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  307. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  308. CLANG_CXX_LIBRARY = "libc++";
  309. CLANG_ENABLE_MODULES = YES;
  310. CLANG_ENABLE_OBJC_ARC = YES;
  311. CLANG_ENABLE_OBJC_WEAK = YES;
  312. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  313. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  314. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  315. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  316. CODE_SIGN_STYLE = Automatic;
  317. COMBINE_HIDPI_IMAGES = YES;
  318. DEBUG_INFORMATION_FORMAT = dwarf;
  319. GCC_C_LANGUAGE_STANDARD = gnu11;
  320. GCC_DYNAMIC_NO_PIC = NO;
  321. GCC_OPTIMIZATION_LEVEL = 0;
  322. GCC_PREPROCESSOR_DEFINITIONS = (
  323. "DEBUG=1",
  324. "$(inherited)",
  325. );
  326. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  327. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  328. INFOPLIST_FILE = "stream-test/Info.plist";
  329. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  330. MACOSX_DEPLOYMENT_TARGET = 10.15;
  331. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  332. MTL_FAST_MATH = YES;
  333. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.stream-test";
  334. PRODUCT_NAME = "$(TARGET_NAME)";
  335. };
  336. name = Debug;
  337. };
  338. CDEC1D7523514BC60091D9F2 /* Release */ = {
  339. isa = XCBuildConfiguration;
  340. buildSettings = {
  341. ALWAYS_SEARCH_USER_PATHS = NO;
  342. CLANG_ANALYZER_NONNULL = YES;
  343. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  344. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  345. CLANG_CXX_LIBRARY = "libc++";
  346. CLANG_ENABLE_MODULES = YES;
  347. CLANG_ENABLE_OBJC_ARC = YES;
  348. CLANG_ENABLE_OBJC_WEAK = YES;
  349. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  350. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  351. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  352. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  353. CODE_SIGN_STYLE = Automatic;
  354. COMBINE_HIDPI_IMAGES = YES;
  355. COPY_PHASE_STRIP = NO;
  356. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  357. ENABLE_NS_ASSERTIONS = NO;
  358. GCC_C_LANGUAGE_STANDARD = gnu11;
  359. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  360. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  361. INFOPLIST_FILE = "stream-test/Info.plist";
  362. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  363. MACOSX_DEPLOYMENT_TARGET = 10.15;
  364. MTL_ENABLE_DEBUG_INFO = NO;
  365. MTL_FAST_MATH = YES;
  366. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.stream-test";
  367. PRODUCT_NAME = "$(TARGET_NAME)";
  368. };
  369. name = Release;
  370. };
  371. /* End XCBuildConfiguration section */
  372. /* Begin XCConfigurationList section */
  373. 0E5DFDBD1BB4D3190063976E /* Build configuration list for PBXProject "stream" */ = {
  374. isa = XCConfigurationList;
  375. buildConfigurations = (
  376. 0E5DFDBB1BB4D3190063976E /* Debug */,
  377. 0E5DFDBC1BB4D3190063976E /* Release */,
  378. );
  379. defaultConfigurationIsVisible = 0;
  380. defaultConfigurationName = Release;
  381. };
  382. CDEC1D7323514BC60091D9F2 /* Build configuration list for PBXNativeTarget "stream-test" */ = {
  383. isa = XCConfigurationList;
  384. buildConfigurations = (
  385. CDEC1D7423514BC60091D9F2 /* Debug */,
  386. CDEC1D7523514BC60091D9F2 /* Release */,
  387. );
  388. defaultConfigurationIsVisible = 0;
  389. defaultConfigurationName = Release;
  390. };
  391. /* End XCConfigurationList section */
  392. };
  393. rootObject = 0E5DFDBA1BB4D3190063976E /* Project object */;
  394. }