We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8e5c3 commit e131b36Copy full SHA for e131b36
build/macosx/template.app/Contents/Info.plist
@@ -5,6 +5,15 @@
5
<key>CFBundleName</key>
6
<string>Arduino</string>
7
8
+ <!-- all these need to change for new releases -->
9
+ <key>CFBundleGetInfoString</key>
10
+ <string>0019</string>
11
+ <key>CFBundleVersion</key>
12
13
+ <key>CFBundleShortVersionString</key>
14
15
+ <!-- now stop changing things and get outta here -->
16
+
17
<key>CFBundleAllowMixedLocalizations</key>
18
<string>true</string>
19
<key>CFBundleExecutable</key>
0 commit comments