diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-03 11:06:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-03 11:06:51 +0100 |
commit | 200be0795d1fc10c2628c00eafc0d276b669301e (patch) | |
tree | 9214053c59cfb39dbd981c5226d2ca851d2a5821 /misc | |
parent | d930c909f250f8584d38784cfaebb6a312696ef0 (diff) | |
parent | 8adc611bf5b6cb7c666a30f875869a7816324ec2 (diff) |
Merge pull request #24730 from PrestonKnopp/master
escaped '&' in macos osx_tools.app Info.plist
Diffstat (limited to 'misc')
-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> |