| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXFileReference section */
- 0E5DFDC01BB4D3190063976E /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
- 0EB8334D1BBF45FD00DDC844 /* filter.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = filter.hpp; sourceTree = "<group>"; };
- 0EB8334E1BBF45FD00DDC844 /* forward.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = forward.hpp; sourceTree = "<group>"; };
- 0EB8334F1BBF45FD00DDC844 /* join.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = join.hpp; sourceTree = "<group>"; };
- 0EB833501BBF45FD00DDC844 /* map.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = map.hpp; sourceTree = "<group>"; };
- 0EB833511BBF45FD00DDC844 /* source.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = source.hpp; sourceTree = "<group>"; };
- 0EB833521BBF45FD00DDC844 /* streams.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = streams.hpp; sourceTree = "<group>"; };
- 0EB833531BBF45FD00DDC844 /* streams.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = streams.cpp; sourceTree = "<group>"; };
- 0EB833541BBF45FD00DDC844 /* streams.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = streams.hpp; sourceTree = "<group>"; };
- CD35DCF21D61385F00BE3686 /* fold.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = fold.hpp; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXGroup section */
- 0E5DFDB91BB4D3190063976E = {
- isa = PBXGroup;
- children = (
- 0EB8334C1BBF45FD00DDC844 /* streams */,
- 0EB833531BBF45FD00DDC844 /* streams.cpp */,
- 0EB833541BBF45FD00DDC844 /* streams.hpp */,
- 0E5DFDC01BB4D3190063976E /* Makefile */,
- );
- sourceTree = "<group>";
- };
- 0EB8334C1BBF45FD00DDC844 /* streams */ = {
- isa = PBXGroup;
- children = (
- 0EB8334D1BBF45FD00DDC844 /* filter.hpp */,
- CD35DCF21D61385F00BE3686 /* fold.hpp */,
- 0EB8334E1BBF45FD00DDC844 /* forward.hpp */,
- 0EB8334F1BBF45FD00DDC844 /* join.hpp */,
- 0EB833501BBF45FD00DDC844 /* map.hpp */,
- 0EB833511BBF45FD00DDC844 /* source.hpp */,
- 0EB833521BBF45FD00DDC844 /* streams.hpp */,
- );
- path = streams;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXLegacyTarget section */
- 0E5DFDBE1BB4D3190063976E /* stream */ = {
- isa = PBXLegacyTarget;
- buildArgumentsString = "$(ACTION)";
- buildConfigurationList = 0E5DFDC21BB4D3190063976E /* Build configuration list for PBXLegacyTarget "stream" */;
- buildPhases = (
- );
- buildToolPath = /usr/bin/make;
- buildWorkingDirectory = /Users/samjaffe/Documents/Programming/XTools/misc/stream;
- dependencies = (
- );
- name = stream;
- passBuildSettingsInEnvironment = 1;
- productName = stream;
- };
- /* End PBXLegacyTarget section */
- /* Begin PBXProject section */
- 0E5DFDBA1BB4D3190063976E /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0720;
- };
- buildConfigurationList = 0E5DFDBD1BB4D3190063976E /* Build configuration list for PBXProject "stream" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = 0E5DFDB91BB4D3190063976E;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 0E5DFDBE1BB4D3190063976E /* stream */,
- );
- };
- /* End PBXProject section */
- /* Begin XCBuildConfiguration section */
- 0E5DFDBB1BB4D3190063976E /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = NO;
- ENABLE_TESTABILITY = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx;
- };
- name = Debug;
- };
- 0E5DFDBC1BB4D3190063976E /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- SDKROOT = macosx;
- };
- name = Release;
- };
- 0E5DFDC31BB4D3190063976E /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = NO;
- DEBUGGING_SYMBOLS = YES;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- OTHER_CFLAGS = "";
- OTHER_LDFLAGS = "";
- PRODUCT_NAME = stream;
- };
- name = Debug;
- };
- 0E5DFDC41BB4D3190063976E /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
- OTHER_CFLAGS = "";
- OTHER_LDFLAGS = "";
- PRODUCT_NAME = stream;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 0E5DFDBD1BB4D3190063976E /* Build configuration list for PBXProject "stream" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 0E5DFDBB1BB4D3190063976E /* Debug */,
- 0E5DFDBC1BB4D3190063976E /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 0E5DFDC21BB4D3190063976E /* Build configuration list for PBXLegacyTarget "stream" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 0E5DFDC31BB4D3190063976E /* Debug */,
- 0E5DFDC41BB4D3190063976E /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 0E5DFDBA1BB4D3190063976E /* Project object */;
- }
|