net.sf.antcontrib.cpptasks.apple

Class XcodeProjectWriter

public final class XcodeProjectWriter extends Object implements ProjectWriter

Writes a Apple Xcode 2.1+ project directory. XCode stores project configuration as a PropertyList. Though it will always write the project as a Cocoa Old-Style ASCII property list, it will read projects stored using Cocoa's XML Property List format.
Constructor Summary
XcodeProjectWriter()
Constructor.
Method Summary
voidwriteProject(File fileName, CCTask task, ProjectDef projectDef, List sources, Hashtable targets, TargetInfo linkTarget)
Writes a project definition file.

Constructor Detail

XcodeProjectWriter

public XcodeProjectWriter()
Constructor.

Method Detail

writeProject

public void writeProject(File fileName, CCTask task, ProjectDef projectDef, List sources, Hashtable targets, TargetInfo linkTarget)
Writes a project definition file.

Parameters: fileName File name base, writer may append appropriate extension task cc task for which to write project projectDef project element targets compilation targets linkTarget link target

Throws: IOException if error writing project file

Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.