project.pbxproj 10 KB

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