project.pbxproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD52820429D3B1AB001A84DE /* stream in Headers */ = {isa = PBXBuildFile; fileRef = CDAA170121A3A738007BBA11 /* stream */; settings = {ATTRIBUTES = (Public, ); }; };
  10. CDEC1D7623514BEB0091D9F2 /* stream_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD9337281E3CD78B00699FF5 /* stream_test.cxx */; };
  11. CDEC1D7723514BEB0091D9F2 /* stream_fluent_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDF9374E1E3D9AD7003E5D5C /* stream_fluent_test.cxx */; };
  12. CDEC1D7923514BF80091D9F2 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDEC1D6323514BB50091D9F2 /* GoogleMock.framework */; };
  13. /* End PBXBuildFile section */
  14. /* Begin PBXContainerItemProxy section */
  15. CDEC1D6223514BB50091D9F2 /* PBXContainerItemProxy */ = {
  16. isa = PBXContainerItemProxy;
  17. containerPortal = CDEC1D5B23514BB50091D9F2 /* GoogleMock.xcodeproj */;
  18. proxyType = 2;
  19. remoteGlobalIDString = 05818F861A685AEA0072A469;
  20. remoteInfo = GoogleMock;
  21. };
  22. CDEC1D6423514BB50091D9F2 /* PBXContainerItemProxy */ = {
  23. isa = PBXContainerItemProxy;
  24. containerPortal = CDEC1D5B23514BB50091D9F2 /* GoogleMock.xcodeproj */;
  25. proxyType = 2;
  26. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  27. remoteInfo = gmock;
  28. };
  29. CDEC1D6623514BB50091D9F2 /* PBXContainerItemProxy */ = {
  30. isa = PBXContainerItemProxy;
  31. containerPortal = CDEC1D5B23514BB50091D9F2 /* GoogleMock.xcodeproj */;
  32. proxyType = 2;
  33. remoteGlobalIDString = 05E96B1F1A68634900204102;
  34. remoteInfo = gtest;
  35. };
  36. CDEC1D6823514BB50091D9F2 /* PBXContainerItemProxy */ = {
  37. isa = PBXContainerItemProxy;
  38. containerPortal = CDEC1D5B23514BB50091D9F2 /* GoogleMock.xcodeproj */;
  39. proxyType = 2;
  40. remoteGlobalIDString = 05818F901A685AEA0072A469;
  41. remoteInfo = GoogleMockTests;
  42. };
  43. /* End PBXContainerItemProxy section */
  44. /* Begin PBXFileReference section */
  45. CD5281EB29D3B173001A84DE /* join.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = join.hpp; sourceTree = "<group>"; };
  46. CD5281EC29D3B173001A84DE /* traits.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = traits.hpp; sourceTree = "<group>"; };
  47. CD5281ED29D3B173001A84DE /* map.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = map.hpp; sourceTree = "<group>"; };
  48. CD5281EE29D3B173001A84DE /* fluent.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = fluent.hpp; sourceTree = "<group>"; };
  49. CD5281EF29D3B173001A84DE /* streams.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = streams.hpp; sourceTree = "<group>"; };
  50. CD5281F029D3B173001A84DE /* forward.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = forward.hpp; sourceTree = "<group>"; };
  51. CD5281F129D3B173001A84DE /* make_stream.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = make_stream.hpp; sourceTree = "<group>"; };
  52. CD5281F329D3B173001A84DE /* ifd_pointer.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = ifd_pointer.hpp; sourceTree = "<group>"; };
  53. CD5281F429D3B173001A84DE /* self_iterating_container.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = self_iterating_container.hpp; sourceTree = "<group>"; };
  54. CD5281F529D3B173001A84DE /* filter.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = filter.hpp; sourceTree = "<group>"; };
  55. CD5281F629D3B173001A84DE /* source.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = source.hpp; sourceTree = "<group>"; };
  56. CD5281F729D3B173001A84DE /* streams.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = streams.hpp; sourceTree = "<group>"; };
  57. CD52820029D3B193001A84DE /* libstream.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libstream.a; sourceTree = BUILT_PRODUCTS_DIR; };
  58. CD64CCB926232D6900770A30 /* xcode_gtest_helper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xcode_gtest_helper.h; sourceTree = "<group>"; };
  59. CD9337281E3CD78B00699FF5 /* stream_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stream_test.cxx; sourceTree = "<group>"; };
  60. CDAA170121A3A738007BBA11 /* stream */ = {isa = PBXFileReference; lastKnownFileType = folder; name = stream; path = include/stream; sourceTree = "<group>"; };
  61. CDE8545E24DEBEBF006FE7C7 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
  62. CDEC1D5B23514BB50091D9F2 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  63. CDEC1D6E23514BC60091D9F2 /* stream-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "stream-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  64. CDEC1D7223514BC60091D9F2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  65. CDF9374E1E3D9AD7003E5D5C /* stream_fluent_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stream_fluent_test.cxx; sourceTree = "<group>"; };
  66. /* End PBXFileReference section */
  67. /* Begin PBXFrameworksBuildPhase section */
  68. CD5281FE29D3B193001A84DE /* Frameworks */ = {
  69. isa = PBXFrameworksBuildPhase;
  70. buildActionMask = 2147483647;
  71. files = (
  72. );
  73. runOnlyForDeploymentPostprocessing = 0;
  74. };
  75. CDEC1D6B23514BC60091D9F2 /* Frameworks */ = {
  76. isa = PBXFrameworksBuildPhase;
  77. buildActionMask = 2147483647;
  78. files = (
  79. CDEC1D7923514BF80091D9F2 /* GoogleMock.framework in Frameworks */,
  80. );
  81. runOnlyForDeploymentPostprocessing = 0;
  82. };
  83. /* End PBXFrameworksBuildPhase section */
  84. /* Begin PBXGroup section */
  85. 0E5DFDB91BB4D3190063976E = {
  86. isa = PBXGroup;
  87. children = (
  88. CDEC1D5B23514BB50091D9F2 /* GoogleMock.xcodeproj */,
  89. CDE8545E24DEBEBF006FE7C7 /* README.md */,
  90. CDAA170121A3A738007BBA11 /* stream */,
  91. CD5281E829D3B173001A84DE /* include */,
  92. CD9337371E3CD88200699FF5 /* test */,
  93. CDEC1D6F23514BC60091D9F2 /* stream-test */,
  94. CD93372E1E3CD79E00699FF5 /* Products */,
  95. CDEC1D7823514BF80091D9F2 /* Frameworks */,
  96. );
  97. sourceTree = "<group>";
  98. };
  99. CD5281E829D3B173001A84DE /* include */ = {
  100. isa = PBXGroup;
  101. children = (
  102. CD5281E929D3B173001A84DE /* stream */,
  103. );
  104. path = include;
  105. sourceTree = "<group>";
  106. };
  107. CD5281E929D3B173001A84DE /* stream */ = {
  108. isa = PBXGroup;
  109. children = (
  110. CD5281EA29D3B173001A84DE /* streams */,
  111. CD5281F729D3B173001A84DE /* streams.hpp */,
  112. );
  113. path = stream;
  114. sourceTree = "<group>";
  115. };
  116. CD5281EA29D3B173001A84DE /* streams */ = {
  117. isa = PBXGroup;
  118. children = (
  119. CD5281EB29D3B173001A84DE /* join.hpp */,
  120. CD5281EC29D3B173001A84DE /* traits.hpp */,
  121. CD5281ED29D3B173001A84DE /* map.hpp */,
  122. CD5281EE29D3B173001A84DE /* fluent.hpp */,
  123. CD5281EF29D3B173001A84DE /* streams.hpp */,
  124. CD5281F029D3B173001A84DE /* forward.hpp */,
  125. CD5281F129D3B173001A84DE /* make_stream.hpp */,
  126. CD5281F229D3B173001A84DE /* detail */,
  127. CD5281F529D3B173001A84DE /* filter.hpp */,
  128. CD5281F629D3B173001A84DE /* source.hpp */,
  129. );
  130. path = streams;
  131. sourceTree = "<group>";
  132. };
  133. CD5281F229D3B173001A84DE /* detail */ = {
  134. isa = PBXGroup;
  135. children = (
  136. CD5281F329D3B173001A84DE /* ifd_pointer.hpp */,
  137. CD5281F429D3B173001A84DE /* self_iterating_container.hpp */,
  138. );
  139. path = detail;
  140. sourceTree = "<group>";
  141. };
  142. CD93372E1E3CD79E00699FF5 /* Products */ = {
  143. isa = PBXGroup;
  144. children = (
  145. CDEC1D6E23514BC60091D9F2 /* stream-test.xctest */,
  146. CD52820029D3B193001A84DE /* libstream.a */,
  147. );
  148. name = Products;
  149. sourceTree = "<group>";
  150. };
  151. CD9337371E3CD88200699FF5 /* test */ = {
  152. isa = PBXGroup;
  153. children = (
  154. CD64CCB926232D6900770A30 /* xcode_gtest_helper.h */,
  155. CD9337281E3CD78B00699FF5 /* stream_test.cxx */,
  156. CDF9374E1E3D9AD7003E5D5C /* stream_fluent_test.cxx */,
  157. );
  158. path = test;
  159. sourceTree = "<group>";
  160. };
  161. CDEC1D5C23514BB50091D9F2 /* Products */ = {
  162. isa = PBXGroup;
  163. children = (
  164. CDEC1D6323514BB50091D9F2 /* GoogleMock.framework */,
  165. CDEC1D6523514BB50091D9F2 /* gmock.framework */,
  166. CDEC1D6723514BB50091D9F2 /* gtest.framework */,
  167. CDEC1D6923514BB50091D9F2 /* GoogleMockTests.xctest */,
  168. );
  169. name = Products;
  170. sourceTree = "<group>";
  171. };
  172. CDEC1D6F23514BC60091D9F2 /* stream-test */ = {
  173. isa = PBXGroup;
  174. children = (
  175. CDEC1D7223514BC60091D9F2 /* Info.plist */,
  176. );
  177. path = "stream-test";
  178. sourceTree = "<group>";
  179. };
  180. CDEC1D7823514BF80091D9F2 /* Frameworks */ = {
  181. isa = PBXGroup;
  182. children = (
  183. );
  184. name = Frameworks;
  185. sourceTree = "<group>";
  186. };
  187. /* End PBXGroup section */
  188. /* Begin PBXHeadersBuildPhase section */
  189. CD5281FC29D3B193001A84DE /* Headers */ = {
  190. isa = PBXHeadersBuildPhase;
  191. buildActionMask = 2147483647;
  192. files = (
  193. CD52820429D3B1AB001A84DE /* stream in Headers */,
  194. );
  195. runOnlyForDeploymentPostprocessing = 0;
  196. };
  197. /* End PBXHeadersBuildPhase section */
  198. /* Begin PBXNativeTarget section */
  199. CD5281FF29D3B193001A84DE /* stream */ = {
  200. isa = PBXNativeTarget;
  201. buildConfigurationList = CD52820129D3B193001A84DE /* Build configuration list for PBXNativeTarget "stream" */;
  202. buildPhases = (
  203. CD5281FC29D3B193001A84DE /* Headers */,
  204. CD5281FD29D3B193001A84DE /* Sources */,
  205. CD5281FE29D3B193001A84DE /* Frameworks */,
  206. );
  207. buildRules = (
  208. );
  209. dependencies = (
  210. );
  211. name = stream;
  212. productName = stream;
  213. productReference = CD52820029D3B193001A84DE /* libstream.a */;
  214. productType = "com.apple.product-type.library.static";
  215. };
  216. CDEC1D6D23514BC60091D9F2 /* stream-test */ = {
  217. isa = PBXNativeTarget;
  218. buildConfigurationList = CDEC1D7323514BC60091D9F2 /* Build configuration list for PBXNativeTarget "stream-test" */;
  219. buildPhases = (
  220. CDEC1D6A23514BC60091D9F2 /* Sources */,
  221. CDEC1D6B23514BC60091D9F2 /* Frameworks */,
  222. CDEC1D6C23514BC60091D9F2 /* Resources */,
  223. );
  224. buildRules = (
  225. );
  226. dependencies = (
  227. );
  228. name = "stream-test";
  229. productName = "stream-test";
  230. productReference = CDEC1D6E23514BC60091D9F2 /* stream-test.xctest */;
  231. productType = "com.apple.product-type.bundle.unit-test";
  232. };
  233. /* End PBXNativeTarget section */
  234. /* Begin PBXProject section */
  235. 0E5DFDBA1BB4D3190063976E /* Project object */ = {
  236. isa = PBXProject;
  237. attributes = {
  238. LastUpgradeCheck = 1230;
  239. TargetAttributes = {
  240. CD5281FF29D3B193001A84DE = {
  241. CreatedOnToolsVersion = 13.4.1;
  242. ProvisioningStyle = Automatic;
  243. };
  244. CDEC1D6D23514BC60091D9F2 = {
  245. CreatedOnToolsVersion = 11.1;
  246. ProvisioningStyle = Automatic;
  247. };
  248. };
  249. };
  250. buildConfigurationList = 0E5DFDBD1BB4D3190063976E /* Build configuration list for PBXProject "stream" */;
  251. compatibilityVersion = "Xcode 3.2";
  252. developmentRegion = en;
  253. hasScannedForEncodings = 0;
  254. knownRegions = (
  255. en,
  256. Base,
  257. );
  258. mainGroup = 0E5DFDB91BB4D3190063976E;
  259. productRefGroup = CD93372E1E3CD79E00699FF5 /* Products */;
  260. projectDirPath = "";
  261. projectReferences = (
  262. {
  263. ProductGroup = CDEC1D5C23514BB50091D9F2 /* Products */;
  264. ProjectRef = CDEC1D5B23514BB50091D9F2 /* GoogleMock.xcodeproj */;
  265. },
  266. );
  267. projectRoot = "";
  268. targets = (
  269. CDEC1D6D23514BC60091D9F2 /* stream-test */,
  270. CD5281FF29D3B193001A84DE /* stream */,
  271. );
  272. };
  273. /* End PBXProject section */
  274. /* Begin PBXReferenceProxy section */
  275. CDEC1D6323514BB50091D9F2 /* GoogleMock.framework */ = {
  276. isa = PBXReferenceProxy;
  277. fileType = wrapper.framework;
  278. path = GoogleMock.framework;
  279. remoteRef = CDEC1D6223514BB50091D9F2 /* PBXContainerItemProxy */;
  280. sourceTree = BUILT_PRODUCTS_DIR;
  281. };
  282. CDEC1D6523514BB50091D9F2 /* gmock.framework */ = {
  283. isa = PBXReferenceProxy;
  284. fileType = wrapper.framework;
  285. path = gmock.framework;
  286. remoteRef = CDEC1D6423514BB50091D9F2 /* PBXContainerItemProxy */;
  287. sourceTree = BUILT_PRODUCTS_DIR;
  288. };
  289. CDEC1D6723514BB50091D9F2 /* gtest.framework */ = {
  290. isa = PBXReferenceProxy;
  291. fileType = wrapper.framework;
  292. path = gtest.framework;
  293. remoteRef = CDEC1D6623514BB50091D9F2 /* PBXContainerItemProxy */;
  294. sourceTree = BUILT_PRODUCTS_DIR;
  295. };
  296. CDEC1D6923514BB50091D9F2 /* GoogleMockTests.xctest */ = {
  297. isa = PBXReferenceProxy;
  298. fileType = wrapper.cfbundle;
  299. path = GoogleMockTests.xctest;
  300. remoteRef = CDEC1D6823514BB50091D9F2 /* PBXContainerItemProxy */;
  301. sourceTree = BUILT_PRODUCTS_DIR;
  302. };
  303. /* End PBXReferenceProxy section */
  304. /* Begin PBXResourcesBuildPhase section */
  305. CDEC1D6C23514BC60091D9F2 /* Resources */ = {
  306. isa = PBXResourcesBuildPhase;
  307. buildActionMask = 2147483647;
  308. files = (
  309. );
  310. runOnlyForDeploymentPostprocessing = 0;
  311. };
  312. /* End PBXResourcesBuildPhase section */
  313. /* Begin PBXSourcesBuildPhase section */
  314. CD5281FD29D3B193001A84DE /* Sources */ = {
  315. isa = PBXSourcesBuildPhase;
  316. buildActionMask = 2147483647;
  317. files = (
  318. );
  319. runOnlyForDeploymentPostprocessing = 0;
  320. };
  321. CDEC1D6A23514BC60091D9F2 /* Sources */ = {
  322. isa = PBXSourcesBuildPhase;
  323. buildActionMask = 2147483647;
  324. files = (
  325. CDEC1D7623514BEB0091D9F2 /* stream_test.cxx in Sources */,
  326. CDEC1D7723514BEB0091D9F2 /* stream_fluent_test.cxx in Sources */,
  327. );
  328. runOnlyForDeploymentPostprocessing = 0;
  329. };
  330. /* End PBXSourcesBuildPhase section */
  331. /* Begin XCBuildConfiguration section */
  332. 0E5DFDBB1BB4D3190063976E /* Debug */ = {
  333. isa = XCBuildConfiguration;
  334. buildSettings = {
  335. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  336. CLANG_CXX_LANGUAGE_STANDARD = "c++17";
  337. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  338. CLANG_WARN_BOOL_CONVERSION = YES;
  339. CLANG_WARN_COMMA = YES;
  340. CLANG_WARN_CONSTANT_CONVERSION = YES;
  341. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  342. CLANG_WARN_EMPTY_BODY = YES;
  343. CLANG_WARN_ENUM_CONVERSION = YES;
  344. CLANG_WARN_INFINITE_RECURSION = YES;
  345. CLANG_WARN_INT_CONVERSION = YES;
  346. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  347. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  348. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  349. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  350. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  351. CLANG_WARN_STRICT_PROTOTYPES = YES;
  352. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  353. CLANG_WARN_UNREACHABLE_CODE = YES;
  354. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  355. COPY_PHASE_STRIP = NO;
  356. ENABLE_STRICT_OBJC_MSGSEND = YES;
  357. ENABLE_TESTABILITY = YES;
  358. GCC_NO_COMMON_BLOCKS = YES;
  359. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  360. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  361. GCC_WARN_UNDECLARED_SELECTOR = YES;
  362. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  363. GCC_WARN_UNUSED_FUNCTION = YES;
  364. GCC_WARN_UNUSED_VARIABLE = YES;
  365. ONLY_ACTIVE_ARCH = YES;
  366. SDKROOT = macosx;
  367. USER_HEADER_SEARCH_PATHS = ./include/;
  368. };
  369. name = Debug;
  370. };
  371. 0E5DFDBC1BB4D3190063976E /* Release */ = {
  372. isa = XCBuildConfiguration;
  373. buildSettings = {
  374. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  375. CLANG_CXX_LANGUAGE_STANDARD = "c++17";
  376. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  377. CLANG_WARN_BOOL_CONVERSION = YES;
  378. CLANG_WARN_COMMA = YES;
  379. CLANG_WARN_CONSTANT_CONVERSION = YES;
  380. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  381. CLANG_WARN_EMPTY_BODY = YES;
  382. CLANG_WARN_ENUM_CONVERSION = YES;
  383. CLANG_WARN_INFINITE_RECURSION = YES;
  384. CLANG_WARN_INT_CONVERSION = YES;
  385. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  386. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  387. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  388. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  389. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  390. CLANG_WARN_STRICT_PROTOTYPES = YES;
  391. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  392. CLANG_WARN_UNREACHABLE_CODE = YES;
  393. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  394. COPY_PHASE_STRIP = YES;
  395. ENABLE_STRICT_OBJC_MSGSEND = YES;
  396. GCC_NO_COMMON_BLOCKS = YES;
  397. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  398. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  399. GCC_WARN_UNDECLARED_SELECTOR = YES;
  400. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  401. GCC_WARN_UNUSED_FUNCTION = YES;
  402. GCC_WARN_UNUSED_VARIABLE = YES;
  403. SDKROOT = macosx;
  404. USER_HEADER_SEARCH_PATHS = ./include/;
  405. };
  406. name = Release;
  407. };
  408. CD52820229D3B193001A84DE /* Debug */ = {
  409. isa = XCBuildConfiguration;
  410. buildSettings = {
  411. ALWAYS_SEARCH_USER_PATHS = NO;
  412. CLANG_ANALYZER_NONNULL = YES;
  413. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  414. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  415. CLANG_ENABLE_MODULES = YES;
  416. CLANG_ENABLE_OBJC_ARC = YES;
  417. CLANG_ENABLE_OBJC_WEAK = YES;
  418. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  419. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  420. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  421. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  422. CODE_SIGN_STYLE = Automatic;
  423. DEBUG_INFORMATION_FORMAT = dwarf;
  424. EXECUTABLE_PREFIX = lib;
  425. GCC_C_LANGUAGE_STANDARD = gnu11;
  426. GCC_DYNAMIC_NO_PIC = NO;
  427. GCC_OPTIMIZATION_LEVEL = 0;
  428. GCC_PREPROCESSOR_DEFINITIONS = (
  429. "DEBUG=1",
  430. "$(inherited)",
  431. );
  432. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  433. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  434. MACOSX_DEPLOYMENT_TARGET = 12.0;
  435. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  436. MTL_FAST_MATH = YES;
  437. PRODUCT_NAME = "$(TARGET_NAME)";
  438. SKIP_INSTALL = YES;
  439. };
  440. name = Debug;
  441. };
  442. CD52820329D3B193001A84DE /* Release */ = {
  443. isa = XCBuildConfiguration;
  444. buildSettings = {
  445. ALWAYS_SEARCH_USER_PATHS = NO;
  446. CLANG_ANALYZER_NONNULL = YES;
  447. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  448. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  449. CLANG_ENABLE_MODULES = YES;
  450. CLANG_ENABLE_OBJC_ARC = YES;
  451. CLANG_ENABLE_OBJC_WEAK = YES;
  452. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  453. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  454. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  455. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  456. CODE_SIGN_STYLE = Automatic;
  457. COPY_PHASE_STRIP = NO;
  458. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  459. ENABLE_NS_ASSERTIONS = NO;
  460. EXECUTABLE_PREFIX = lib;
  461. GCC_C_LANGUAGE_STANDARD = gnu11;
  462. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  463. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  464. MACOSX_DEPLOYMENT_TARGET = 12.0;
  465. MTL_ENABLE_DEBUG_INFO = NO;
  466. MTL_FAST_MATH = YES;
  467. PRODUCT_NAME = "$(TARGET_NAME)";
  468. SKIP_INSTALL = YES;
  469. };
  470. name = Release;
  471. };
  472. CDEC1D7423514BC60091D9F2 /* Debug */ = {
  473. isa = XCBuildConfiguration;
  474. buildSettings = {
  475. ALWAYS_SEARCH_USER_PATHS = NO;
  476. CLANG_ANALYZER_NONNULL = YES;
  477. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  478. CLANG_CXX_LIBRARY = "libc++";
  479. CLANG_ENABLE_MODULES = YES;
  480. CLANG_ENABLE_OBJC_ARC = YES;
  481. CLANG_ENABLE_OBJC_WEAK = YES;
  482. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  483. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  484. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  485. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  486. CODE_SIGN_STYLE = Automatic;
  487. COMBINE_HIDPI_IMAGES = YES;
  488. DEBUG_INFORMATION_FORMAT = dwarf;
  489. GCC_C_LANGUAGE_STANDARD = gnu11;
  490. GCC_DYNAMIC_NO_PIC = NO;
  491. GCC_OPTIMIZATION_LEVEL = 0;
  492. GCC_PREPROCESSOR_DEFINITIONS = (
  493. "DEBUG=1",
  494. "$(inherited)",
  495. );
  496. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  497. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  498. INFOPLIST_FILE = "stream-test/Info.plist";
  499. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  500. MACOSX_DEPLOYMENT_TARGET = 10.15;
  501. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  502. MTL_FAST_MATH = YES;
  503. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.stream-test";
  504. PRODUCT_NAME = "$(TARGET_NAME)";
  505. };
  506. name = Debug;
  507. };
  508. CDEC1D7523514BC60091D9F2 /* Release */ = {
  509. isa = XCBuildConfiguration;
  510. buildSettings = {
  511. ALWAYS_SEARCH_USER_PATHS = NO;
  512. CLANG_ANALYZER_NONNULL = YES;
  513. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  514. CLANG_CXX_LIBRARY = "libc++";
  515. CLANG_ENABLE_MODULES = YES;
  516. CLANG_ENABLE_OBJC_ARC = YES;
  517. CLANG_ENABLE_OBJC_WEAK = YES;
  518. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  519. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  520. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  521. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  522. CODE_SIGN_STYLE = Automatic;
  523. COMBINE_HIDPI_IMAGES = YES;
  524. COPY_PHASE_STRIP = NO;
  525. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  526. ENABLE_NS_ASSERTIONS = NO;
  527. GCC_C_LANGUAGE_STANDARD = gnu11;
  528. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  529. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  530. INFOPLIST_FILE = "stream-test/Info.plist";
  531. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  532. MACOSX_DEPLOYMENT_TARGET = 10.15;
  533. MTL_ENABLE_DEBUG_INFO = NO;
  534. MTL_FAST_MATH = YES;
  535. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.stream-test";
  536. PRODUCT_NAME = "$(TARGET_NAME)";
  537. };
  538. name = Release;
  539. };
  540. /* End XCBuildConfiguration section */
  541. /* Begin XCConfigurationList section */
  542. 0E5DFDBD1BB4D3190063976E /* Build configuration list for PBXProject "stream" */ = {
  543. isa = XCConfigurationList;
  544. buildConfigurations = (
  545. 0E5DFDBB1BB4D3190063976E /* Debug */,
  546. 0E5DFDBC1BB4D3190063976E /* Release */,
  547. );
  548. defaultConfigurationIsVisible = 0;
  549. defaultConfigurationName = Release;
  550. };
  551. CD52820129D3B193001A84DE /* Build configuration list for PBXNativeTarget "stream" */ = {
  552. isa = XCConfigurationList;
  553. buildConfigurations = (
  554. CD52820229D3B193001A84DE /* Debug */,
  555. CD52820329D3B193001A84DE /* Release */,
  556. );
  557. defaultConfigurationIsVisible = 0;
  558. defaultConfigurationName = Release;
  559. };
  560. CDEC1D7323514BC60091D9F2 /* Build configuration list for PBXNativeTarget "stream-test" */ = {
  561. isa = XCConfigurationList;
  562. buildConfigurations = (
  563. CDEC1D7423514BC60091D9F2 /* Debug */,
  564. CDEC1D7523514BC60091D9F2 /* Release */,
  565. );
  566. defaultConfigurationIsVisible = 0;
  567. defaultConfigurationName = Release;
  568. };
  569. /* End XCConfigurationList section */
  570. };
  571. rootObject = 0E5DFDBA1BB4D3190063976E /* Project object */;
  572. }