I have a very simple question:
Where get I the link for the icon...........
Johannes
icon for application
Re: icon for application
Not so simple, I don't understand your question.
Which link you're talking about?
Which link you're talking about?
Re: icon for application
Your "*.icns" goes in your "Resources" folder within your app. Just right click your app and choose "Show Package Contents". Then you should have the following in your plist... (when viewing through text edit)
Of course "icon.icns" being the name of your own icon in your "Resources" folder.<key>CFBundleIconFile</key>
<string>icon.icns</string>
www.posemotion.com
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
Re: icon for application
many thanks,
it was successful.
Johannes
it was successful.
Johannes
Re: icon for application
Glad to hear.cajomi wrote:many thanks,
it was successful.
Johannes

www.posemotion.com
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.