project.pbxproj 10 KB

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