[
http://jira.codehaus.org/browse/MOJO-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christoph Pickl updated MOJO-1642:
----------------------------------
Attachment: patch-christoph_pickl-displayVersionNumber.txt
first of all: i was wrong, one does not need a version.plist file to display
the version number in finder. the verison.plist file is only used by the
installer (for whatever reason).
a simple additional entry in the Info.plist (CFBundleShortVersionString) was
enough.
> enable option to also create version.plist file
> -----------------------------------------------
>
> Key: MOJO-1642
> URL: http://jira.codehaus.org/browse/MOJO-1642
> Project: Mojo
> Issue Type: New Feature
> Components: osxappbundle
> Reporter: Christoph Pickl
> Attachments: patch-christoph_pickl-displayVersionNumber.txt
>
>
> along with Info.plist, also create a version.plist file:
> {code:xml}
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
> "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
> <plist version="1.0">
> <dict>
> <key>BuildVersion</key>
> <string>1</string>
> <key>CFBundleShortVersionString</key>
> <string>4.3</string>
> <key>CFBundleVersion</key>
> <string>10</string>
> <key>ProjectName</key>
> <string>MyProject</string>
> </dict>
> </plist>
> {code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email