[Scummvm-git-logs] scummvm master -> 54d7bcd90231671020f75788ae1b98548f042e9f

lotharsm noreply at scummvm.org
Sun Jan 22 17:45:42 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:
54d7bcd902 MACOSX: Add shaders.dat datafile to resource list


Commit: 54d7bcd90231671020f75788ae1b98548f042e9f
    https://github.com/scummvm/scummvm/commit/54d7bcd90231671020f75788ae1b98548f042e9f
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-01-22T18:45:14+01:00

Commit Message:
MACOSX: Add shaders.dat datafile to resource list

Changed paths:
    devtools/create_project/xcode.cpp


diff --git a/devtools/create_project/xcode.cpp b/devtools/create_project/xcode.cpp
index a398b49416c..358903acf4a 100644
--- a/devtools/create_project/xcode.cpp
+++ b/devtools/create_project/xcode.cpp
@@ -832,6 +832,7 @@ XcodeProvider::ValueList& XcodeProvider::getResourceFiles(const BuildSetup &setu
 		files.push_back("gui/themes/scummremastered.zip");
 		files.push_back("gui/themes/residualvm.zip");
 		files.push_back("gui/themes/gui-icons.dat");
+		files.push_back("gui/themes/shaders.dat");
 		files.push_back("gui/themes/translations.dat");
 		files.push_back("dists/engine-data/access.dat");
 		files.push_back("dists/engine-data/achievements.dat");




More information about the Scummvm-git-logs mailing list