project.pbxproj 11 KB

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