From 9686d8c8e6c729f37b2842502fce5b6be18b0acf Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sun, 25 Mar 2018 16:54:43 -0500 Subject: MACOSX: Put documentation links in Help menu The local documents are not currently internationalised simply because the internationalised resources are not put into the right places (NSBundle will handle this automatically when they are); Trac#10464 is a tracking bug for this outstanding issue. Fixes Trac#10437. --- devtools/create_project/xcode.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'devtools/create_project') diff --git a/devtools/create_project/xcode.cpp b/devtools/create_project/xcode.cpp index fb459da55d..e6ba6a8ba1 100644 --- a/devtools/create_project/xcode.cpp +++ b/devtools/create_project/xcode.cpp @@ -767,6 +767,13 @@ XcodeProvider::ValueList& XcodeProvider::getResourceFiles() const { files.push_back("dists/engine-data/xeen.ccs"); files.push_back("dists/pred.dic"); files.push_back("icons/scummvm.icns"); + files.push_back("AUTHORS"); + files.push_back("COPYING"); + files.push_back("COPYING.LGPL"); + files.push_back("COPYING.BSD"); + files.push_back("COPYING.FREEFONT"); + files.push_back("NEWS"); + files.push_back("README"); } return files; } -- cgit v1.2.3