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
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