[Scummvm-git-logs] scummvm branch-2-7 -> 7031d5f40481cb4b1ff6c4b4e7358a6fffa84a53
sev-
noreply at scummvm.org
Fri Mar 17 10:32:28 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
7031d5f404 DEVTOOLS: Add missing freescape.dat to Xcode project
Commit: 7031d5f40481cb4b1ff6c4b4e7358a6fffa84a53
https://github.com/scummvm/scummvm/commit/7031d5f40481cb4b1ff6c4b4e7358a6fffa84a53
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-03-17T11:32:15+01:00
Commit Message:
DEVTOOLS: Add missing freescape.dat to Xcode project
Changed paths:
devtools/create_project/xcode.cpp
diff --git a/devtools/create_project/xcode.cpp b/devtools/create_project/xcode.cpp
index 2c82aa74869..868a2f5240e 100644
--- a/devtools/create_project/xcode.cpp
+++ b/devtools/create_project/xcode.cpp
@@ -843,6 +843,7 @@ XcodeProvider::ValueList& XcodeProvider::getResourceFiles(const BuildSetup &setu
files.push_back("dists/engine-data/drascula.dat");
files.push_back("dists/engine-data/encoding.dat");
files.push_back("dists/engine-data/fonts.dat");
+ files.push_back("dists/engine-data/freescape.dat");
files.push_back("dists/engine-data/hadesch_translations.dat");
files.push_back("dists/engine-data/hugo.dat");
files.push_back("dists/engine-data/kyra.dat");
More information about the Scummvm-git-logs
mailing list