Merge pull request #24730 from PrestonKnopp/master
escaped '&' in macos osx_tools.app Info.plist
This commit is contained in:
commit
200be0795d
1 changed files with 2 additions and 2 deletions
4
misc/dist/osx_tools.app/Contents/Info.plist
vendored
4
misc/dist/osx_tools.app/Contents/Info.plist
vendored
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue