diff options
author | PrestonKnopp <prestonknopp@gmail.com> | 2019-01-02 18:11:21 -0800 |
---|---|---|
committer | PrestonKnopp <prestonknopp@gmail.com> | 2019-01-02 18:11:21 -0800 |
commit | 8adc611bf5b6cb7c666a30f875869a7816324ec2 (patch) | |
tree | 9214053c59cfb39dbd981c5226d2ca851d2a5821 | |
parent | d930c909f250f8584d38784cfaebb6a312696ef0 (diff) |
escaped '&' in macos osx_tools.app Info.plist
-rwxr-xr-x | misc/dist/osx_tools.app/Contents/Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dist/osx_tools.app/Contents/Info.plist b/misc/dist/osx_tools.app/Contents/Info.plist index ce394c33c8..97d769c824 100755 --- a/misc/dist/osx_tools.app/Contents/Info.plist +++ b/misc/dist/osx_tools.app/Contents/Info.plist @@ -9,7 +9,7 @@ <key>CFBundleName</key> <string>Godot</string> <key>CFBundleGetInfoString</key> - <string>(c) 2007-2019 Juan Linietsky, Ariel Manzur & Godot Engine contributors</string> + <string>(c) 2007-2019 Juan Linietsky, Ariel Manzur & Godot Engine contributors</string> <key>CFBundleIconFile</key> <string>Godot.icns</string> <key>CFBundleIdentifier</key> @@ -25,7 +25,7 @@ <key>CFBundleVersion</key> <string>3.0</string> <key>NSHumanReadableCopyright</key> - <string>© 2007-2019 Juan Linietsky, Ariel Manzur & Godot Engine contributors</string> + <string>© 2007-2019 Juan Linietsky, Ariel Manzur & Godot Engine contributors</string> <key>LSMinimumSystemVersion</key> <string>10.9.0</string> <key>LSMinimumSystemVersionByArchitecture</key> |