>
>
> > Will the icon support for OSX be available soon('ish)?
> It is not in my plan yet.
> But you could contribute a patch for it. It should not be hard.
>
> Indeed it should not be hard.
Everything about a Mac OS app is described in the info.plist
that is inside Contents inside the app folder.
This is where the path to the icon file is stowed,
as well as other useful characteristics of the app.
Right now PyInstaller drops in a simple info.plist and
its own generic icon file. I believe all that is needed is to
copy in a user-specified icon file instead, and put its
name in the plist.
Unfortunately when I tried to research this I found the
Apple docs on info.plist contents deep and confusing.
But anyone who has had experience building apps for
OS X should be able to do this -- and maybe surface
some other handy info.plist features to the PyInstaller
command line -- quite easily.
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.