CREATE_PROJECT: Add the product files to a group in XCode aswell (makes things easier when configuring build-schemes)

This commit is contained in:
Einar Johan Trøan Sømåen 2015-04-09 19:25:57 +02:00
parent 1f13d42c6b
commit f4a9f2035b
2 changed files with 17 additions and 0 deletions

View file

@ -286,6 +286,7 @@ private:
Group *touchGroupsForPath(const std::string &path);
// Functionality for adding file-refs and build-files, as Group-objects need to be able to do this.
void addFileReference(const std::string &id, const std::string &name, FileProperty properties);
void addProductFileReference(const std::string &id, const std::string &name);
void addBuildFile(const std::string &id, const std::string &name, const std::string &fileRefId, const std::string &comment);
// All objects
std::map<std::string, std::string> _hashDictionnary;