Re: Distributing apps

2008-12-10 Thread Volker in Lists
Hi, when you build your app in Xcode with the Release target setting, you will get your app with the standard app icon in the build folder. This folder usually resides within your project directory. Via the targets Get Info panel you can set app icon - which you have to supply yourself, t

Re: Distributing apps

2008-12-10 Thread Benjamin Dobson
On 10 Dec 2008, at 18:15:51, Richard S. French wrote: I have found a lot of Cocoa books and tutorials about writing applications. I haven’t found any instructions as to how to put that application into an icon that can be run when clicked on your desktop or downloaded by others. Please le

Distributing apps

2008-12-10 Thread Richard S. French
I have found a lot of Cocoa books and tutorials about writing applications. I haven¹t found any instructions as to how to put that application into an icon that can be run when clicked on your desktop or downloaded by others. Please let me know if I¹ve missed it. Thanks, Richard. __