From bcd8691a436ab2e32adf74cfc161f0af7ebb92d7 Mon Sep 17 00:00:00 2001 From: Jörg Biemann Date: Sat, 29 Sep 2012 16:25:42 +0200 Subject: Signed-off-by: Jörg Biemann AVR Client Project für Mac erstellt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../aio_client.xcodeproj/project.pbxproj | 102 +++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 avr/aio_client/aio_client.xcodeproj/project.pbxproj (limited to 'avr/aio_client/aio_client.xcodeproj') 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 = ""; }; + 4079525F0CEA38CC00E202DC /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 4079523B0CEA382200E202DC = { + isa = PBXGroup; + children = ( + 4079525D0CEA38CC00E202DC /* firmware */, + ); + sourceTree = ""; + }; + 4079525D0CEA38CC00E202DC /* firmware */ = { + isa = PBXGroup; + children = ( + 4079525F0CEA38CC00E202DC /* Makefile */, + 4079525E0CEA38CC00E202DC /* main.c */, + ); + path = firmware; + sourceTree = ""; + }; +/* 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 */; +} -- cgit v1.2.3