mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
BUILD: Add back icon in MacOS X Info.plist file
This was removed, I assume by mistake, in commit 9ba9c69b that sync'ed
the code with ScummVM.
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
<string>residualvm</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>0.3.0git, Copyright 2003-2016 The ResidualVM Team</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>residualvm.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
<string>residualvm</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>@VERSION@, Copyright 2003-2016 The ResidualVM Team</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>residualvm.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
|
||||
Reference in New Issue
Block a user