project.pbxproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXFileReference section */
  9. 0E5DFDC01BB4D3190063976E /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
  10. 0EB8334D1BBF45FD00DDC844 /* filter.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = filter.hpp; sourceTree = "<group>"; };
  11. 0EB8334E1BBF45FD00DDC844 /* forward.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = forward.hpp; sourceTree = "<group>"; };
  12. 0EB8334F1BBF45FD00DDC844 /* join.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = join.hpp; sourceTree = "<group>"; };
  13. 0EB833501BBF45FD00DDC844 /* map.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = map.hpp; sourceTree = "<group>"; };
  14. 0EB833511BBF45FD00DDC844 /* source.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = source.hpp; sourceTree = "<group>"; };
  15. 0EB833521BBF45FD00DDC844 /* streams.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = streams.hpp; sourceTree = "<group>"; };
  16. 0EB833531BBF45FD00DDC844 /* streams.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = streams.cpp; sourceTree = "<group>"; };
  17. 0EB833541BBF45FD00DDC844 /* streams.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = streams.hpp; sourceTree = "<group>"; };
  18. CD35DCF21D61385F00BE3686 /* fold.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = fold.hpp; sourceTree = "<group>"; };
  19. /* End PBXFileReference section */
  20. /* Begin PBXGroup section */
  21. 0E5DFDB91BB4D3190063976E = {
  22. isa = PBXGroup;
  23. children = (
  24. 0EB8334C1BBF45FD00DDC844 /* streams */,
  25. 0EB833531BBF45FD00DDC844 /* streams.cpp */,
  26. 0EB833541BBF45FD00DDC844 /* streams.hpp */,
  27. 0E5DFDC01BB4D3190063976E /* Makefile */,
  28. );
  29. sourceTree = "<group>";
  30. };
  31. 0EB8334C1BBF45FD00DDC844 /* streams */ = {
  32. isa = PBXGroup;
  33. children = (
  34. 0EB8334D1BBF45FD00DDC844 /* filter.hpp */,
  35. CD35DCF21D61385F00BE3686 /* fold.hpp */,
  36. 0EB8334E1BBF45FD00DDC844 /* forward.hpp */,
  37. 0EB8334F1BBF45FD00DDC844 /* join.hpp */,
  38. 0EB833501BBF45FD00DDC844 /* map.hpp */,
  39. 0EB833511BBF45FD00DDC844 /* source.hpp */,
  40. 0EB833521BBF45FD00DDC844 /* streams.hpp */,
  41. );
  42. path = streams;
  43. sourceTree = "<group>";
  44. };
  45. /* End PBXGroup section */
  46. /* Begin PBXLegacyTarget section */
  47. 0E5DFDBE1BB4D3190063976E /* stream */ = {
  48. isa = PBXLegacyTarget;
  49. buildArgumentsString = "$(ACTION)";
  50. buildConfigurationList = 0E5DFDC21BB4D3190063976E /* Build configuration list for PBXLegacyTarget "stream" */;
  51. buildPhases = (
  52. );
  53. buildToolPath = /usr/bin/make;
  54. buildWorkingDirectory = /Users/samjaffe/Documents/Programming/XTools/misc/stream;
  55. dependencies = (
  56. );
  57. name = stream;
  58. passBuildSettingsInEnvironment = 1;
  59. productName = stream;
  60. };
  61. /* End PBXLegacyTarget section */
  62. /* Begin PBXProject section */
  63. 0E5DFDBA1BB4D3190063976E /* Project object */ = {
  64. isa = PBXProject;
  65. attributes = {
  66. LastUpgradeCheck = 0720;
  67. };
  68. buildConfigurationList = 0E5DFDBD1BB4D3190063976E /* Build configuration list for PBXProject "stream" */;
  69. compatibilityVersion = "Xcode 3.2";
  70. developmentRegion = English;
  71. hasScannedForEncodings = 0;
  72. knownRegions = (
  73. en,
  74. );
  75. mainGroup = 0E5DFDB91BB4D3190063976E;
  76. projectDirPath = "";
  77. projectRoot = "";
  78. targets = (
  79. 0E5DFDBE1BB4D3190063976E /* stream */,
  80. );
  81. };
  82. /* End PBXProject section */
  83. /* Begin XCBuildConfiguration section */
  84. 0E5DFDBB1BB4D3190063976E /* Debug */ = {
  85. isa = XCBuildConfiguration;
  86. buildSettings = {
  87. COPY_PHASE_STRIP = NO;
  88. ENABLE_TESTABILITY = YES;
  89. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  90. GCC_WARN_UNUSED_VARIABLE = YES;
  91. ONLY_ACTIVE_ARCH = YES;
  92. SDKROOT = macosx;
  93. };
  94. name = Debug;
  95. };
  96. 0E5DFDBC1BB4D3190063976E /* Release */ = {
  97. isa = XCBuildConfiguration;
  98. buildSettings = {
  99. COPY_PHASE_STRIP = YES;
  100. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  101. GCC_WARN_UNUSED_VARIABLE = YES;
  102. SDKROOT = macosx;
  103. };
  104. name = Release;
  105. };
  106. 0E5DFDC31BB4D3190063976E /* Debug */ = {
  107. isa = XCBuildConfiguration;
  108. buildSettings = {
  109. COPY_PHASE_STRIP = NO;
  110. DEBUGGING_SYMBOLS = YES;
  111. GCC_DYNAMIC_NO_PIC = NO;
  112. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  113. GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  114. GCC_OPTIMIZATION_LEVEL = 0;
  115. OTHER_CFLAGS = "";
  116. OTHER_LDFLAGS = "";
  117. PRODUCT_NAME = stream;
  118. };
  119. name = Debug;
  120. };
  121. 0E5DFDC41BB4D3190063976E /* Release */ = {
  122. isa = XCBuildConfiguration;
  123. buildSettings = {
  124. COPY_PHASE_STRIP = YES;
  125. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  126. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  127. OTHER_CFLAGS = "";
  128. OTHER_LDFLAGS = "";
  129. PRODUCT_NAME = stream;
  130. };
  131. name = Release;
  132. };
  133. /* End XCBuildConfiguration section */
  134. /* Begin XCConfigurationList section */
  135. 0E5DFDBD1BB4D3190063976E /* Build configuration list for PBXProject "stream" */ = {
  136. isa = XCConfigurationList;
  137. buildConfigurations = (
  138. 0E5DFDBB1BB4D3190063976E /* Debug */,
  139. 0E5DFDBC1BB4D3190063976E /* Release */,
  140. );
  141. defaultConfigurationIsVisible = 0;
  142. defaultConfigurationName = Release;
  143. };
  144. 0E5DFDC21BB4D3190063976E /* Build configuration list for PBXLegacyTarget "stream" */ = {
  145. isa = XCConfigurationList;
  146. buildConfigurations = (
  147. 0E5DFDC31BB4D3190063976E /* Debug */,
  148. 0E5DFDC41BB4D3190063976E /* Release */,
  149. );
  150. defaultConfigurationIsVisible = 0;
  151. defaultConfigurationName = Release;
  152. };
  153. /* End XCConfigurationList section */
  154. };
  155. rootObject = 0E5DFDBA1BB4D3190063976E /* Project object */;
  156. }