Skip to content

Commit e131b36

Browse files
committed
Adding version number to Mac Info.plist so it appears in the finder.
1 parent bc8e5c3 commit e131b36

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build/macosx/template.app/Contents/Info.plist

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<key>CFBundleName</key>
66
<string>Arduino</string>
77

8+
<!-- all these need to change for new releases -->
9+
<key>CFBundleGetInfoString</key>
10+
<string>0019</string>
11+
<key>CFBundleVersion</key>
12+
<string>0019</string>
13+
<key>CFBundleShortVersionString</key>
14+
<string>0019</string>
15+
<!-- now stop changing things and get outta here -->
16+
817
<key>CFBundleAllowMixedLocalizations</key>
918
<string>true</string>
1019
<key>CFBundleExecutable</key>

0 commit comments

Comments
 (0)