Re: application packaging?
Re: application packaging?
- Subject: Re: application packaging?
- From: Adin Hunter Baber <email@hidden>
- Date: Thu, 13 Oct 2005 00:13:45 -0500
On 2005 Oct 12, at 5:21 PM, Bob Sabiston wrote:
On Sep 29, 2005, at 8:09 PM, Lawrence Gold wrote:
On Sep 29, 2005, at 1:47 PM, Bob Sabiston wrote:
When I ported from Codewarrior, it failed to transfer information like my application's icon, the license file, etc. All of the stuff that was set in my package settings in CW. How do you set that stuff in Xcode? I searched the documentation for package and packaging, but I didn't see the answer.
In your project or target info window, set the "Info.plist File" build setting. You can then edit the more commonly-used plist entries by switching to the Properties tab of the target info window.
If you run into problems, you may need to manually create a blank plist file in the directory that contains your Xcode project.
It seems like Xcode did do this for me, when I imported from Codewarrior. In the Properties tab, I see the icon for my app. However, the compiled application does not have that icon. Do I have to manually go in and stick in the various files that need to be in the bundle? There must be some way in Xcode to specify what goes in there.
Have you tried adding the Copy Bundle Resources Build Phase to your project?
Menu item: Project->New Build Phase->New Copy Bundle Resources Build Phase
Adin Hunter Baber
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden