From e987550d034ccaf11daa7bfb60a58eef9a68e4fa Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sun, 2 Apr 2017 18:54:18 +0100 Subject: [PATCH] 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. --- dists/macosx/Info.plist | 2 ++ dists/macosx/Info.plist.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index 55c5db383b0..163421a9a31 100644 --- a/dists/macosx/Info.plist +++ b/dists/macosx/Info.plist @@ -10,6 +10,8 @@ residualvm CFBundleGetInfoString 0.3.0git, Copyright 2003-2016 The ResidualVM Team + CFBundleIconFile + residualvm.icns CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in index 872672b01e4..8dc115e2c93 100644 --- a/dists/macosx/Info.plist.in +++ b/dists/macosx/Info.plist.in @@ -10,6 +10,8 @@ residualvm CFBundleGetInfoString @VERSION@, Copyright 2003-2016 The ResidualVM Team + CFBundleIconFile + residualvm.icns CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion