diff options
Diffstat (limited to 'avr/aio_client/aio_client.xcodeproj')
| -rw-r--r-- | avr/aio_client/aio_client.xcodeproj/project.pbxproj | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/avr/aio_client/aio_client.xcodeproj/project.pbxproj b/avr/aio_client/aio_client.xcodeproj/project.pbxproj new file mode 100644 index 0000000..aa17268 --- /dev/null +++ b/avr/aio_client/aio_client.xcodeproj/project.pbxproj @@ -0,0 +1,102 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 42; + objects = { + +/* Begin PBXFileReference section */ + 4079525E0CEA38CC00E202DC /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; }; + 4079525F0CEA38CC00E202DC /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 4079523B0CEA382200E202DC = { + isa = PBXGroup; + children = ( + 4079525D0CEA38CC00E202DC /* firmware */, + ); + sourceTree = "<group>"; + }; + 4079525D0CEA38CC00E202DC /* firmware */ = { + isa = PBXGroup; + children = ( + 4079525F0CEA38CC00E202DC /* Makefile */, + 4079525E0CEA38CC00E202DC /* main.c */, + ); + path = firmware; + sourceTree = "<group>"; + }; +/* End PBXGroup section */ + +/* Begin PBXLegacyTarget section */ + 407952600CEA391500E202DC /* firmware */ = { + isa = PBXLegacyTarget; + buildArgumentsString = $ACTION; + buildConfigurationList = 407952610CEA393300E202DC /* Build configuration list for PBXLegacyTarget "firmware" */; + buildPhases = ( + ); + buildToolPath = /usr/bin/make; + buildWorkingDirectory = firmware; + dependencies = ( + ); + name = firmware; + passBuildSettingsInEnvironment = 1; + productName = "Build All"; + }; +/* End PBXLegacyTarget section */ + +/* Begin PBXProject section */ + 4079523D0CEA382200E202DC /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 4079523E0CEA382200E202DC /* Build configuration list for PBXProject "TemplateProject" */; + compatibilityVersion = "Xcode 2.4"; + hasScannedForEncodings = 0; + mainGroup = 4079523B0CEA382200E202DC; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 407952600CEA391500E202DC /* firmware */, + ); + }; +/* End PBXProject section */ + +/* Begin XCBuildConfiguration section */ + 407952400CEA382200E202DC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = YES; + }; + name = Release; + }; + 407952630CEA393300E202DC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + PATH = "$(PATH):/usr/local/CrossPack-AVR/bin"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 4079523E0CEA382200E202DC /* Build configuration list for PBXProject "TemplateProject" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 407952400CEA382200E202DC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 407952610CEA393300E202DC /* Build configuration list for PBXLegacyTarget "firmware" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 407952630CEA393300E202DC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 4079523D0CEA382200E202DC /* Project object */; +} |
