Re: Setting icon with make file
Re: Setting icon with make file
- Subject: Re: Setting icon with make file
- From: Tron Thomas <email@hidden>
- Date: Sun, 05 Nov 2006 11:30:20 -0800
------------------------------
Message: 2
Date: Sat, 4 Nov 2006 23:25:43 +0100
From: "Pontus Ilbring" <email@hidden>
Subject: Re: Setting icon with make file
To: "Tron Thomas" <email@hidden>
Cc: email@hidden
Message-ID:
<email@hidden>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 11/4/06, Tron Thomas <email@hidden> wrote:
I am trying to write a make file that will build a Cocoa application.
Everything works fine expect the application ends up with the default
icon instead of the custom icon I want to use. I can build the
application as a Xcode project and the icon does get set properly.
However, I need to be able to build from a make file so the application
can be integrated into a cross platform build system.
What needs to be done to set a Cocoa application's icon when it builds
from a make file?
Perhaps you could tell us what steps you've already taken?
Are you copying the application icon into its Resources folder during
the build phase, and have you put the icon name in its Info.plist
file?
Yes, I have done both of these things. Also when I compare package
contents, the two application seem to be exactly the same except for the
fact that they have different icons. So, I have not been able to figure
out why the icon does not get set when build from the make file. What
other information can I provide that would be helpful for solving this
problem?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden