Adding version number to Mac Info.plist so it appears in the finder.

This commit is contained in:
David A. Mellis 2010-08-15 20:11:02 +00:00
parent bc8e5c3dcf
commit e131b36894
1 changed files with 9 additions and 0 deletions

View File

@ -5,6 +5,15 @@
<key>CFBundleName</key>
<string>Arduino</string>
<!-- all these need to change for new releases -->
<key>CFBundleGetInfoString</key>
<string>0019</string>
<key>CFBundleVersion</key>
<string>0019</string>
<key>CFBundleShortVersionString</key>
<string>0019</string>
<!-- now stop changing things and get outta here -->
<key>CFBundleAllowMixedLocalizations</key>
<string>true</string>
<key>CFBundleExecutable</key>