From 8db85c74b9be34c6ddbc5b46cffe138536f2c7b8 Mon Sep 17 00:00:00 2001 From: kervala Date: Thu, 3 Dec 2015 14:38:16 +0100 Subject: [PATCH] Changed: Define supportted languages in Info.plist --- code/ryzom/client/macosx/Info.plist | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/code/ryzom/client/macosx/Info.plist b/code/ryzom/client/macosx/Info.plist index 8072a90c1..199996f07 100644 --- a/code/ryzom/client/macosx/Info.plist +++ b/code/ryzom/client/macosx/Info.plist @@ -2,6 +2,8 @@ + CFBundleDevelopmentRegion + English CFBundleExecutable ${MACOSX_BUNDLE_EXECUTABLE_NAME} CFBundleGetInfoString @@ -27,13 +29,21 @@ NSHumanReadableCopyright ${MACOSX_BUNDLE_COPYRIGHT} LSMinimumSystemVersion - ${CMAKE_OSX_DEPLOYMENT_TARGET}.0 + ${CMAKE_OSX_DEPLOYMENT_TARGET} LSFileQuarantineEnabled CSResourcesFileMapped LSRequiresCarbon + CFBundleLocalizations + + en + fr + de + ru + es + LSApplicationCategoryType public.app-category.role-playing-games