project.pbxproj 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CDF937521E3ED1C3003E5D5C /* optional_stream_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDF937511E3ED1C3003E5D5C /* optional_stream_tc.cpp */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXCopyFilesBuildPhase section */
  12. CDF9373D1E3D793F003E5D5C /* CopyFiles */ = {
  13. isa = PBXCopyFilesBuildPhase;
  14. buildActionMask = 2147483647;
  15. dstPath = /usr/share/man/man1/;
  16. dstSubfolderSpec = 0;
  17. files = (
  18. );
  19. runOnlyForDeploymentPostprocessing = 1;
  20. };
  21. /* End PBXCopyFilesBuildPhase section */
  22. /* Begin PBXFileReference section */
  23. CDF9373F1E3D793F003E5D5C /* optional_stream_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = optional_stream_tc; sourceTree = BUILT_PRODUCTS_DIR; };
  24. CDF9374B1E3D797D003E5D5C /* optional_stream.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = optional_stream.hpp; sourceTree = "<group>"; };
  25. CDF9374F1E3ED13A003E5D5C /* optional_stream.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = optional_stream.t.h; sourceTree = "<group>"; };
  26. CDF937511E3ED1C3003E5D5C /* optional_stream_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = optional_stream_tc.cpp; sourceTree = "<group>"; };
  27. /* End PBXFileReference section */
  28. /* Begin PBXFrameworksBuildPhase section */
  29. CDF9373C1E3D793F003E5D5C /* Frameworks */ = {
  30. isa = PBXFrameworksBuildPhase;
  31. buildActionMask = 2147483647;
  32. files = (
  33. );
  34. runOnlyForDeploymentPostprocessing = 0;
  35. };
  36. /* End PBXFrameworksBuildPhase section */
  37. /* Begin PBXGroup section */
  38. CDF937361E3D793F003E5D5C = {
  39. isa = PBXGroup;
  40. children = (
  41. CDF937491E3D795F003E5D5C /* src */,
  42. CDF9374A1E3D7962003E5D5C /* test */,
  43. CDF937401E3D793F003E5D5C /* Products */,
  44. );
  45. sourceTree = "<group>";
  46. };
  47. CDF937401E3D793F003E5D5C /* Products */ = {
  48. isa = PBXGroup;
  49. children = (
  50. CDF9373F1E3D793F003E5D5C /* optional_stream_tc */,
  51. );
  52. name = Products;
  53. sourceTree = "<group>";
  54. };
  55. CDF937491E3D795F003E5D5C /* src */ = {
  56. isa = PBXGroup;
  57. children = (
  58. CDF9374B1E3D797D003E5D5C /* optional_stream.hpp */,
  59. );
  60. name = src;
  61. sourceTree = "<group>";
  62. };
  63. CDF9374A1E3D7962003E5D5C /* test */ = {
  64. isa = PBXGroup;
  65. children = (
  66. CDF9374F1E3ED13A003E5D5C /* optional_stream.t.h */,
  67. CDF937511E3ED1C3003E5D5C /* optional_stream_tc.cpp */,
  68. );
  69. name = test;
  70. sourceTree = "<group>";
  71. };
  72. /* End PBXGroup section */
  73. /* Begin PBXNativeTarget section */
  74. CDF9373E1E3D793F003E5D5C /* optional_stream_tc */ = {
  75. isa = PBXNativeTarget;
  76. buildConfigurationList = CDF937461E3D793F003E5D5C /* Build configuration list for PBXNativeTarget "optional_stream_tc" */;
  77. buildPhases = (
  78. CDF937501E3ED193003E5D5C /* ShellScript */,
  79. CDF9373B1E3D793F003E5D5C /* Sources */,
  80. CDF9373C1E3D793F003E5D5C /* Frameworks */,
  81. CDF9373D1E3D793F003E5D5C /* CopyFiles */,
  82. );
  83. buildRules = (
  84. );
  85. dependencies = (
  86. );
  87. name = optional_stream_tc;
  88. productName = optional.stream;
  89. productReference = CDF9373F1E3D793F003E5D5C /* optional_stream_tc */;
  90. productType = "com.apple.product-type.tool";
  91. };
  92. /* End PBXNativeTarget section */
  93. /* Begin PBXProject section */
  94. CDF937371E3D793F003E5D5C /* Project object */ = {
  95. isa = PBXProject;
  96. attributes = {
  97. LastUpgradeCheck = 1000;
  98. ORGANIZATIONNAME = "Sam Jaffe";
  99. TargetAttributes = {
  100. CDF9373E1E3D793F003E5D5C = {
  101. CreatedOnToolsVersion = 7.2.1;
  102. };
  103. };
  104. };
  105. buildConfigurationList = CDF9373A1E3D793F003E5D5C /* Build configuration list for PBXProject "optional.stream" */;
  106. compatibilityVersion = "Xcode 3.2";
  107. developmentRegion = English;
  108. hasScannedForEncodings = 0;
  109. knownRegions = (
  110. en,
  111. );
  112. mainGroup = CDF937361E3D793F003E5D5C;
  113. productRefGroup = CDF937401E3D793F003E5D5C /* Products */;
  114. projectDirPath = "";
  115. projectRoot = "";
  116. targets = (
  117. CDF9373E1E3D793F003E5D5C /* optional_stream_tc */,
  118. );
  119. };
  120. /* End PBXProject section */
  121. /* Begin PBXShellScriptBuildPhase section */
  122. CDF937501E3ED193003E5D5C /* ShellScript */ = {
  123. isa = PBXShellScriptBuildPhase;
  124. buildActionMask = 2147483647;
  125. files = (
  126. );
  127. inputPaths = (
  128. "$(SRCROOT)/optional_stream.t.h",
  129. "$(SRCROOT)/either_stream.t.h",
  130. );
  131. outputPaths = (
  132. "$(SRCROOT)/optional_stream_tc.cpp",
  133. );
  134. runOnlyForDeploymentPostprocessing = 0;
  135. shellPath = /bin/sh;
  136. shellScript = "cxxtestgen --error-printer -o optional_stream_tc.cpp optional_stream.t.h either_stream.t.h";
  137. };
  138. /* End PBXShellScriptBuildPhase section */
  139. /* Begin PBXSourcesBuildPhase section */
  140. CDF9373B1E3D793F003E5D5C /* Sources */ = {
  141. isa = PBXSourcesBuildPhase;
  142. buildActionMask = 2147483647;
  143. files = (
  144. CDF937521E3ED1C3003E5D5C /* optional_stream_tc.cpp in Sources */,
  145. );
  146. runOnlyForDeploymentPostprocessing = 0;
  147. };
  148. /* End PBXSourcesBuildPhase section */
  149. /* Begin XCBuildConfiguration section */
  150. CDF937441E3D793F003E5D5C /* Debug */ = {
  151. isa = XCBuildConfiguration;
  152. buildSettings = {
  153. ALWAYS_SEARCH_USER_PATHS = NO;
  154. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  155. CLANG_CXX_LIBRARY = "libc++";
  156. CLANG_ENABLE_MODULES = YES;
  157. CLANG_ENABLE_OBJC_ARC = YES;
  158. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  159. CLANG_WARN_BOOL_CONVERSION = YES;
  160. CLANG_WARN_COMMA = YES;
  161. CLANG_WARN_CONSTANT_CONVERSION = YES;
  162. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  163. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  164. CLANG_WARN_EMPTY_BODY = YES;
  165. CLANG_WARN_ENUM_CONVERSION = YES;
  166. CLANG_WARN_INFINITE_RECURSION = YES;
  167. CLANG_WARN_INT_CONVERSION = YES;
  168. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  169. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  170. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  171. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  172. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  173. CLANG_WARN_STRICT_PROTOTYPES = YES;
  174. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  175. CLANG_WARN_UNREACHABLE_CODE = YES;
  176. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  177. CODE_SIGN_IDENTITY = "-";
  178. COPY_PHASE_STRIP = NO;
  179. DEBUG_INFORMATION_FORMAT = dwarf;
  180. ENABLE_STRICT_OBJC_MSGSEND = YES;
  181. ENABLE_TESTABILITY = YES;
  182. GCC_C_LANGUAGE_STANDARD = gnu99;
  183. GCC_DYNAMIC_NO_PIC = NO;
  184. GCC_NO_COMMON_BLOCKS = YES;
  185. GCC_OPTIMIZATION_LEVEL = 0;
  186. GCC_PREPROCESSOR_DEFINITIONS = (
  187. "DEBUG=1",
  188. "$(inherited)",
  189. );
  190. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  191. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  192. GCC_WARN_UNDECLARED_SELECTOR = YES;
  193. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  194. GCC_WARN_UNUSED_FUNCTION = YES;
  195. GCC_WARN_UNUSED_VARIABLE = YES;
  196. MACOSX_DEPLOYMENT_TARGET = 10.10;
  197. MTL_ENABLE_DEBUG_INFO = YES;
  198. ONLY_ACTIVE_ARCH = YES;
  199. SDKROOT = macosx;
  200. };
  201. name = Debug;
  202. };
  203. CDF937451E3D793F003E5D5C /* Release */ = {
  204. isa = XCBuildConfiguration;
  205. buildSettings = {
  206. ALWAYS_SEARCH_USER_PATHS = NO;
  207. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  208. CLANG_CXX_LIBRARY = "libc++";
  209. CLANG_ENABLE_MODULES = YES;
  210. CLANG_ENABLE_OBJC_ARC = YES;
  211. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  212. CLANG_WARN_BOOL_CONVERSION = YES;
  213. CLANG_WARN_COMMA = YES;
  214. CLANG_WARN_CONSTANT_CONVERSION = YES;
  215. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  216. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  217. CLANG_WARN_EMPTY_BODY = YES;
  218. CLANG_WARN_ENUM_CONVERSION = YES;
  219. CLANG_WARN_INFINITE_RECURSION = YES;
  220. CLANG_WARN_INT_CONVERSION = YES;
  221. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  222. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  223. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  224. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  225. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  226. CLANG_WARN_STRICT_PROTOTYPES = YES;
  227. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  228. CLANG_WARN_UNREACHABLE_CODE = YES;
  229. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  230. CODE_SIGN_IDENTITY = "-";
  231. COPY_PHASE_STRIP = NO;
  232. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  233. ENABLE_NS_ASSERTIONS = NO;
  234. ENABLE_STRICT_OBJC_MSGSEND = YES;
  235. GCC_C_LANGUAGE_STANDARD = gnu99;
  236. GCC_NO_COMMON_BLOCKS = YES;
  237. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  238. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  239. GCC_WARN_UNDECLARED_SELECTOR = YES;
  240. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  241. GCC_WARN_UNUSED_FUNCTION = YES;
  242. GCC_WARN_UNUSED_VARIABLE = YES;
  243. MACOSX_DEPLOYMENT_TARGET = 10.10;
  244. MTL_ENABLE_DEBUG_INFO = NO;
  245. SDKROOT = macosx;
  246. };
  247. name = Release;
  248. };
  249. CDF937471E3D793F003E5D5C /* Debug */ = {
  250. isa = XCBuildConfiguration;
  251. buildSettings = {
  252. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  253. HEADER_SEARCH_PATHS = /usr/local/include/;
  254. PRODUCT_NAME = "$(TARGET_NAME)";
  255. USER_HEADER_SEARCH_PATHS = "";
  256. };
  257. name = Debug;
  258. };
  259. CDF937481E3D793F003E5D5C /* Release */ = {
  260. isa = XCBuildConfiguration;
  261. buildSettings = {
  262. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  263. HEADER_SEARCH_PATHS = /usr/local/include/;
  264. PRODUCT_NAME = "$(TARGET_NAME)";
  265. USER_HEADER_SEARCH_PATHS = "";
  266. };
  267. name = Release;
  268. };
  269. /* End XCBuildConfiguration section */
  270. /* Begin XCConfigurationList section */
  271. CDF9373A1E3D793F003E5D5C /* Build configuration list for PBXProject "optional.stream" */ = {
  272. isa = XCConfigurationList;
  273. buildConfigurations = (
  274. CDF937441E3D793F003E5D5C /* Debug */,
  275. CDF937451E3D793F003E5D5C /* Release */,
  276. );
  277. defaultConfigurationIsVisible = 0;
  278. defaultConfigurationName = Release;
  279. };
  280. CDF937461E3D793F003E5D5C /* Build configuration list for PBXNativeTarget "optional_stream_tc" */ = {
  281. isa = XCConfigurationList;
  282. buildConfigurations = (
  283. CDF937471E3D793F003E5D5C /* Debug */,
  284. CDF937481E3D793F003E5D5C /* Release */,
  285. );
  286. defaultConfigurationIsVisible = 0;
  287. defaultConfigurationName = Release;
  288. };
  289. /* End XCConfigurationList section */
  290. };
  291. rootObject = CDF937371E3D793F003E5D5C /* Project object */;
  292. }