Re: Problem saving document with my doc icon

2013-07-16 Thread Peter Teeson
On 2013-07-15, at 10:22 PM, Kyle Sluder wrote: > On Jul 15, 2013, at 7:14 PM, Peter Teeson wrote: >> On 2013-07-13, at 3:43 PM, Peter Teeson wrote: >>> Thanks for helping me. I dug out the docs you recommended and will learn. >> Read them all and looked at example plist in TextEdit. >> I don't wan

Re: Problem saving document with my doc icon

2013-07-15 Thread Kyle Sluder
On Jul 15, 2013, at 7:14 PM, Peter Teeson wrote: > On 2013-07-13, at 3:43 PM, Peter Teeson wrote: >> Thanks for helping me. I dug out the docs you recommended and will learn. > Read them all and looked at example plist in TextEdit. > I don't want any other app to read or edit my format. So have n

Re: Problem saving document with my doc icon

2013-07-15 Thread Peter Teeson
On 2013-07-13, at 3:43 PM, Peter Teeson wrote: > Thanks for helping me. I dug out the docs you recommended and will learn. Read them all and looked at example plist in TextEdit. I don't want any other app to read or edit my format. So have not exported the UTI. Still cannot get it to work. And the

Re: Problem saving document with my doc icon

2013-07-13 Thread Peter Teeson
Thanks for helping me. I dug out the docs you recommended and will learn. Don't know how I missed this before. Maybe because I only do OS X stuff for the desktop. No reason to deal with iOS things at this time. Thanks again. Much appreciate your patience and kindness. respect… Peter On 2013-07

Re: Problem saving document with my doc icon

2013-07-13 Thread Kyle Sluder
On Jul 13, 2013, at 11:38 AM, Peter Teeson wrote: > Well here is my Info.plist from the Build directory app Package Contents in > XML form Your Info.plist is lacking UTI declarations entirely. You need to declare an UTI for your document type, then specify that the CFBundleDocumentType maps to

Re: Problem saving document with my doc icon

2013-07-13 Thread Peter Teeson
On 2013-07-13, at 1:36 PM, Kyle Sluder wrote: > >> On Jul 13, 2013, at 10:15 AM, Peter Teeson wrote: >>> >>> On 2013-07-13, at 12:57 PM, Kyle Sluder wrote: >>> On Jul 13, 2013, at 8:23 AM, Peter Teeson wrote: > The built app has the desired app icon. But the documents I save do not.

Re: Problem saving document with my doc icon

2013-07-13 Thread Kyle Sluder
On Jul 13, 2013, at 10:15 AM, Peter Teeson wrote: > > On 2013-07-13, at 12:57 PM, Kyle Sluder wrote: > >> On Jul 13, 2013, at 8:23 AM, Peter Teeson wrote: >> >>> The built app has the desired app icon. But the documents I save do not. >>> Here is the Info.plist from the app in the Build folde

Re: Problem saving document with my doc icon

2013-07-13 Thread Peter Teeson
On 2013-07-13, at 12:57 PM, Kyle Sluder wrote: > On Jul 13, 2013, at 8:23 AM, Peter Teeson wrote: > >> The built app has the desired app icon. But the documents I save do not. >> Here is the Info.plist from the app in the Build folder: > > There is no plist attached to your message. Well I jus

Re: Problem saving document with my doc icon

2013-07-13 Thread Kyle Sluder
On Jul 13, 2013, at 8:23 AM, Peter Teeson wrote: > The built app has the desired app icon. But the documents I save do not. > Here is the Info.plist from the app in the Build folder: There is no plist attached to your message. > > Because with or without my added code I still get the Folder ic

RE: Problem saving document with my doc icon

2013-07-13 Thread Peter Teeson
On 2013-07-12, at 5:13 PM, Jens Alfke wrote: > On Jul 12, 2013, at 12:29 PM, Peter Teeson wrote: >> In my Document based app I am having trouble saving a document with my >> document icon. >> The Finder still shows the file with the folder icon. > > You don't need any code to accomplish this. Ju

Re: Problem saving document with my doc icon

2013-07-12 Thread Jens Alfke
On Jul 12, 2013, at 12:29 PM, Peter Teeson wrote: > In my Document based app I am having trouble saving a document with my > document icon. > The Finder still shows the file with the folder icon. You don't need any code to accomplish this. Just make sure your Info.plist has a documentTypes en