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:
Thierry Crozat
2017-04-02 18:54:18 +01:00
parent c7e75552ef
commit e987550d03
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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>
+2
View File
@@ -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>