mirror of
https://github.com/godotengine/godot.git
synced 2025-03-01 23:21:39 +08:00
Merge pull request #24730 from PrestonKnopp/master
escaped '&' in macos osx_tools.app Info.plist
This commit is contained in:
commit
200be0795d
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 New Issue
Block a user