Fix broken Info.plist after copyright update

Fixes #15293.
+ related misc fixes by @akien-mga.
This commit is contained in:
Razah 2018-01-03 18:47:38 +03:00 committed by Rémi Verschelde
parent 2488aff93f
commit e3c9a7ed4f
4 changed files with 6 additions and 3 deletions

View file

@ -131,7 +131,8 @@ EditorAbout::EditorAbout() {
Label *about_text = memnew(Label); Label *about_text = memnew(Label);
about_text->set_v_size_flags(Control::SIZE_SHRINK_CENTER); about_text->set_v_size_flags(Control::SIZE_SHRINK_CENTER);
about_text->set_text(VERSION_FULL_NAME + hash + String::utf8("\n\xc2\xa9 2007-2018 Juan Linietsky, Ariel Manzur.\n\xc2\xa9 2014-2017 ") + about_text->set_text(VERSION_FULL_NAME + hash +
String::utf8("\n\xc2\xa9 2007-2018 Juan Linietsky, Ariel Manzur.\n\xc2\xa9 2014-2018 ") +
TTR("Godot Engine contributors") + "\n"); TTR("Godot Engine contributors") + "\n");
hbc->add_child(about_text); hbc->add_child(about_text);

View file

@ -9,7 +9,7 @@
<key>CFBundleName</key> <key>CFBundleName</key>
<string>Godot</string> <string>Godot</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>(c) 2007-2018 Juan Linietsky, Ariel Manzur./string> <string>(c) 2007-2018 Juan Linietsky, Ariel Manzur.</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>Godot.icns</string> <string>Godot.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
@ -25,7 +25,7 @@
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>3.0-dev</string> <string>3.0-dev</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>© 2007-2018 Juan Linietsky, Ariel Manzur./string> <string>© 2007-2018 Juan Linietsky, Ariel Manzur.</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>10.9.0</string> <string>10.9.0</string>
<key>LSMinimumSystemVersionByArchitecture</key> <key>LSMinimumSystemVersionByArchitecture</key>

View file

@ -6,6 +6,7 @@
/* https://godotengine.org */ /* https://godotengine.org */
/*************************************************************************/ /*************************************************************************/
/* Copyright (c) 2007-2018 Juan Linietsky, Ariel Manzur. */ /* Copyright (c) 2007-2018 Juan Linietsky, Ariel Manzur. */
/* Copyright (c) 2014-2018 Godot Engine contributors (cf. AUTHORS.md) */
/* */ /* */
/* Permission is hereby granted, free of charge, to any person obtaining */ /* Permission is hereby granted, free of charge, to any person obtaining */
/* a copy of this software and associated documentation files (the */ /* a copy of this software and associated documentation files (the */

View file

@ -6,6 +6,7 @@
/* https://godotengine.org */ /* https://godotengine.org */
/*************************************************************************/ /*************************************************************************/
/* Copyright (c) 2007-2018 Juan Linietsky, Ariel Manzur. */ /* Copyright (c) 2007-2018 Juan Linietsky, Ariel Manzur. */
/* Copyright (c) 2014-2018 Godot Engine contributors (cf. AUTHORS.md) */
/* */ /* */
/* Permission is hereby granted, free of charge, to any person obtaining */ /* Permission is hereby granted, free of charge, to any person obtaining */
/* a copy of this software and associated documentation files (the */ /* a copy of this software and associated documentation files (the */