diff options
Diffstat (limited to 'draft/cacheandcarry.xcodeproj/project.pbxproj')
| -rw-r--r-- | draft/cacheandcarry.xcodeproj/project.pbxproj | 314 |
1 files changed, 314 insertions, 0 deletions
diff --git a/draft/cacheandcarry.xcodeproj/project.pbxproj b/draft/cacheandcarry.xcodeproj/project.pbxproj new file mode 100644 index 0000000..b9575de --- /dev/null +++ b/draft/cacheandcarry.xcodeproj/project.pbxproj @@ -0,0 +1,314 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXFileReference section */ + 01706F590A347F9A00E43B08 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; }; + F69C9F67150EAAF300B4163A /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; }; + F6F130BF15768E0D00094B32 /* FatStructs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FatStructs.h; sourceTree = "<group>"; }; + F6F130C015768E0D00094B32 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; }; + F6F130C115768E0D00094B32 /* rules.mk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rules.mk; sourceTree = "<group>"; }; + F6F130C215768E0D00094B32 /* Sd2Card.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Sd2Card.cpp; sourceTree = "<group>"; }; + F6F130C315768E0D00094B32 /* Sd2Card.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Sd2Card.h; sourceTree = "<group>"; }; + F6F130C415768E0D00094B32 /* SdCard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SdCard.h; sourceTree = "<group>"; }; + F6F130C515768E0D00094B32 /* SdFat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SdFat.h; sourceTree = "<group>"; }; + F6F130C615768E0D00094B32 /* SdFatUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SdFatUtil.h; sourceTree = "<group>"; }; + F6F130C715768E0D00094B32 /* SdFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SdFile.cpp; sourceTree = "<group>"; }; + F6F130C815768E0D00094B32 /* SdInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SdInfo.h; sourceTree = "<group>"; }; + F6F130C915768E0D00094B32 /* SdVolume.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SdVolume.cpp; sourceTree = "<group>"; }; + F6F130CA15768E0D00094B32 /* SdVolume.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SdVolume.h; sourceTree = "<group>"; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 08FB7794FE84155DC02AAC07 /* «PROJECTNAME» */ = { + isa = PBXGroup; + children = ( + 01706F590A347F9A00E43B08 /* Makefile */, + 08FB7795FE84155DC02AAC07 /* Source */, + F6EB355C155A113F005D1535 /* Libraries */, + C6A0FF2B0290797F04C91782 /* Documentation */, + 1AB674ADFE9D54B511CA2CBB /* Products */, + ); + name = "«PROJECTNAME»"; + sourceTree = "<group>"; + }; + 08FB7795FE84155DC02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + F69C9F67150EAAF300B4163A /* main.cpp */, + ); + name = Source; + sourceTree = "<group>"; + }; + 1AB674ADFE9D54B511CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + ); + name = Products; + sourceTree = "<group>"; + }; + C6A0FF2B0290797F04C91782 /* Documentation */ = { + isa = PBXGroup; + children = ( + ); + name = Documentation; + sourceTree = "<group>"; + }; + F6EB355C155A113F005D1535 /* Libraries */ = { + isa = PBXGroup; + children = ( + F6F130BE15768E0D00094B32 /* SDfat */, + ); + name = Libraries; + sourceTree = "<group>"; + }; + F6F130BE15768E0D00094B32 /* SDfat */ = { + isa = PBXGroup; + children = ( + F6F130BF15768E0D00094B32 /* FatStructs.h */, + F6F130C015768E0D00094B32 /* README */, + F6F130C115768E0D00094B32 /* rules.mk */, + F6F130C215768E0D00094B32 /* Sd2Card.cpp */, + F6F130C315768E0D00094B32 /* Sd2Card.h */, + F6F130C415768E0D00094B32 /* SdCard.h */, + F6F130C515768E0D00094B32 /* SdFat.h */, + F6F130C615768E0D00094B32 /* SdFatUtil.h */, + F6F130C715768E0D00094B32 /* SdFile.cpp */, + F6F130C815768E0D00094B32 /* SdInfo.h */, + F6F130C915768E0D00094B32 /* SdVolume.cpp */, + F6F130CA15768E0D00094B32 /* SdVolume.h */, + ); + name = SDfat; + path = ../../libmaple/libraries/SDfat; + sourceTree = "<group>"; + }; +/* End PBXGroup section */ + +/* Begin PBXLegacyTarget section */ + 0142E2590A37DAD800461F0A /* Debug */ = { + isa = PBXLegacyTarget; + buildArgumentsString = "$(ACTION) debug"; + buildConfigurationList = 0142E25A0A37DAD800461F0A /* Build configuration list for PBXLegacyTarget "Debug" */; + buildPhases = ( + ); + buildToolPath = /usr/bin/make; + dependencies = ( + ); + name = Debug; + passBuildSettingsInEnvironment = 1; + productName = Program; + }; + 01706F540A347F6900E43B08 /* Make */ = { + isa = PBXLegacyTarget; + buildArgumentsString = "$(ACTION)"; + buildConfigurationList = 01706F550A347F8800E43B08 /* Build configuration list for PBXLegacyTarget "Make" */; + buildPhases = ( + ); + buildToolPath = /usr/bin/make; + dependencies = ( + ); + name = Make; + passBuildSettingsInEnvironment = 1; + productName = Make; + }; + 01706F5B0A34807400E43B08 /* Program */ = { + isa = PBXLegacyTarget; + buildArgumentsString = "$(ACTION) install"; + buildConfigurationList = 01706F660A34808D00E43B08 /* Build configuration list for PBXLegacyTarget "Program" */; + buildPhases = ( + ); + buildToolPath = /usr/bin/make; + dependencies = ( + ); + name = Program; + passBuildSettingsInEnvironment = 1; + productName = Program; + }; +/* End PBXLegacyTarget section */ + +/* Begin PBXProject section */ + 08FB7793FE84155DC02AAC07 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0430; + }; + buildConfigurationList = 01706F350A34762900E43B08 /* Build configuration list for PBXProject "datalogger" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); + mainGroup = 08FB7794FE84155DC02AAC07 /* «PROJECTNAME» */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01706F540A347F6900E43B08 /* Make */, + 01706F5B0A34807400E43B08 /* Program */, + 0142E2590A37DAD800461F0A /* Debug */, + ); + }; +/* End PBXProject section */ + +/* Begin XCBuildConfiguration section */ + 0142E25B0A37DAD800461F0A /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + PATH = "/sw/bin/:/usr/local/bin/:$PATH"; + PRODUCT_NAME = Program; + }; + name = Development; + }; + 0142E25C0A37DAD800461F0A /* Deployment */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + PRODUCT_NAME = Program; + ZERO_LINK = NO; + }; + name = Deployment; + }; + 0142E25D0A37DAD800461F0A /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = Program; + }; + name = Default; + }; + 01706F360A34762900E43B08 /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + }; + name = Development; + }; + 01706F370A34762900E43B08 /* Deployment */ = { + isa = XCBuildConfiguration; + buildSettings = { + }; + name = Deployment; + }; + 01706F380A34762900E43B08 /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + }; + name = Default; + }; + 01706F560A347F8800E43B08 /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + PATH = "/sw/bin/:/usr/local/bin/:$PATH"; + PRODUCT_NAME = Make; + ZERO_LINK = "/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"; + }; + name = Development; + }; + 01706F570A347F8800E43B08 /* Deployment */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + PRODUCT_NAME = Make; + ZERO_LINK = NO; + }; + name = Deployment; + }; + 01706F580A347F8800E43B08 /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = Make; + }; + name = Default; + }; + 01706F670A34808D00E43B08 /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + BOARD = maple_mini; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + PATH = "/usr/local/arm-none-eabi/bin/:/usr/local/bin/:$PATH"; + PRODUCT_NAME = Program; + }; + name = Development; + }; + 01706F680A34808D00E43B08 /* Deployment */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + PRODUCT_NAME = Program; + ZERO_LINK = NO; + }; + name = Deployment; + }; + 01706F690A34808D00E43B08 /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = Program; + }; + name = Default; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 0142E25A0A37DAD800461F0A /* Build configuration list for PBXLegacyTarget "Debug" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0142E25B0A37DAD800461F0A /* Development */, + 0142E25C0A37DAD800461F0A /* Deployment */, + 0142E25D0A37DAD800461F0A /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; + 01706F350A34762900E43B08 /* Build configuration list for PBXProject "datalogger" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01706F360A34762900E43B08 /* Development */, + 01706F370A34762900E43B08 /* Deployment */, + 01706F380A34762900E43B08 /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; + 01706F550A347F8800E43B08 /* Build configuration list for PBXLegacyTarget "Make" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01706F560A347F8800E43B08 /* Development */, + 01706F570A347F8800E43B08 /* Deployment */, + 01706F580A347F8800E43B08 /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; + 01706F660A34808D00E43B08 /* Build configuration list for PBXLegacyTarget "Program" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01706F670A34808D00E43B08 /* Development */, + 01706F680A34808D00E43B08 /* Deployment */, + 01706F690A34808D00E43B08 /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; +/* End XCConfigurationList section */ + }; + rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; +} |
