aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/xcode.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2015-04-09 19:25:57 +0200
committerEinar Johan Trøan Sømåen2015-04-09 20:02:18 +0200
commitf4a9f2035b3c67051772be76d6b16cbd2a5daea5 (patch)
tree272ef051454f8bf6e65ac494881d3512bc71cbf2 /devtools/create_project/xcode.h
parent1f13d42c6b4981e26df5342e2804f3bcdf70ad73 (diff)
downloadscummvm-rg350-f4a9f2035b3c67051772be76d6b16cbd2a5daea5.tar.gz
scummvm-rg350-f4a9f2035b3c67051772be76d6b16cbd2a5daea5.tar.bz2
scummvm-rg350-f4a9f2035b3c67051772be76d6b16cbd2a5daea5.zip
CREATE_PROJECT: Add the product files to a group in XCode aswell (makes things easier when configuring build-schemes)
Diffstat (limited to 'devtools/create_project/xcode.h')
-rw-r--r--devtools/create_project/xcode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/create_project/xcode.h b/devtools/create_project/xcode.h
index 792fa06d8b..7b16bd2dd1 100644
--- a/devtools/create_project/xcode.h
+++ b/devtools/create_project/xcode.h
@@ -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;