<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Reference the application's icon file in the plist.
--- platform/xcode/macosx/love-macosx.plist.orig	2016-10-31 14:23:52.000000000 -0500
+++ platform/xcode/macosx/love-macosx.plist	2024-05-15 07:14:56.000000000 -0500
@@ -53,6 +53,8 @@
 	&lt;/array&gt;
 	&lt;key&gt;CFBundleExecutable&lt;/key&gt;
 	&lt;string&gt;love&lt;/string&gt;
+	&lt;key&gt;CFBundleIconFile&lt;/key&gt;
+	&lt;string&gt;OS X AppIcon&lt;/string&gt;
 	&lt;key&gt;CFBundleIdentifier&lt;/key&gt;
 	&lt;string&gt;$(PRODUCT_BUNDLE_IDENTIFIER)&lt;/string&gt;
 	&lt;key&gt;CFBundleInfoDictionaryVersion&lt;/key&gt;
</pre></body></html>