aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/xcode.h
diff options
context:
space:
mode:
authorVincent Bénony2015-12-02 14:44:10 +0100
committerVincent Bénony2016-01-06 15:35:35 +0100
commit433808b7dc1ba624a2b65558f7f1da921c19d316 (patch)
treeda8be3dd994f862046da93e93514a00a83709b78 /devtools/create_project/xcode.h
parenta8d65195cea6ae0860520f5132faf36781ce135d (diff)
downloadscummvm-rg350-433808b7dc1ba624a2b65558f7f1da921c19d316.tar.gz
scummvm-rg350-433808b7dc1ba624a2b65558f7f1da921c19d316.tar.bz2
scummvm-rg350-433808b7dc1ba624a2b65558f7f1da921c19d316.zip
IOS: Properly adds the resource files to the targets
Diffstat (limited to 'devtools/create_project/xcode.h')
-rw-r--r--devtools/create_project/xcode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/devtools/create_project/xcode.h b/devtools/create_project/xcode.h
index 08cc8c2618..c4cb035b98 100644
--- a/devtools/create_project/xcode.h
+++ b/devtools/create_project/xcode.h
@@ -335,6 +335,9 @@ private:
// Misc
void setupDefines(const BuildSetup &setup); // Setup the list of defines to be used on build configurations
+ // Retrieve information
+ ValueList& getResourceFiles() const;
+
// Hash generation
std::string getHash(std::string key);
std::string newHash() const;