cap10subtext
Jun 15th, 2011, 12:05 AM
Been tooling away at this for what seems like forever.
Let's say I have a text file I want to use as a .zzz extension project file. If I click on that project it should open only in my application and it should adopt my projectile.icns icon on the end users machine.
2 questions:
1. What's the "correct way to do this?" (cocoa, objective c, carbon, don't really care, just want to know the apple guidelines which I cannot find detailed instructions for).
2. Being that I'm using a non standard programing language (the still bundle .rsrc with the app if you can believe it), is there any alternative way I can affect a file/resource fork/app plist so that every .zzz file adopts my little custom icon on the end users computer?
All advice welcome.
Let's say I have a text file I want to use as a .zzz extension project file. If I click on that project it should open only in my application and it should adopt my projectile.icns icon on the end users machine.
2 questions:
1. What's the "correct way to do this?" (cocoa, objective c, carbon, don't really care, just want to know the apple guidelines which I cannot find detailed instructions for).
2. Being that I'm using a non standard programing language (the still bundle .rsrc with the app if you can believe it), is there any alternative way I can affect a file/resource fork/app plist so that every .zzz file adopts my little custom icon on the end users computer?
All advice welcome.