mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Adding version number to Mac Info.plist so it appears in the finder.
This commit is contained in:
parent
bc8e5c3dcf
commit
e131b36894
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user