mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix broken Info.plist after copyright update
Fixes #15293.
+ misc fixes by @akien-mga.
(cherry picked from commit e3c9a7ed4f)
This commit is contained in:
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-2018 Juan Linietsky, Ariel Manzur./string>
|
||||
<string>(c) 2007-2018 Juan Linietsky, Ariel Manzur.</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>Godot.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@@ -25,7 +25,7 @@
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.1.4</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>© 2007-2018 Juan Linietsky, Ariel Manzur./string>
|
||||
<string>© 2007-2018 Juan Linietsky, Ariel Manzur.</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.9.0</string>
|
||||
<key>LSMinimumSystemVersionByArchitecture</key>
|
||||
|
||||
Reference in New Issue
Block a user