Skip to content

Commit

Permalink
Add CFBundleShortVersionString property to info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed May 7, 2021
1 parent 60640b5 commit a6f7b48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/darwin/info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<string>STUX</string>
<key>CFBundleVersion</key>
<string>${SUPERTUX_VERSION_MAJOR}.${SUPERTUX_VERSION_MINOR}.${SUPERTUX_VERSION_PATCH}</string>
<key>CFBundleShortVersionString</key>
<string>${SUPERTUX_VERSION_MAJOR}.${SUPERTUX_VERSION_MINOR}.${SUPERTUX_VERSION_PATCH}</string>
<key>NSMainNibFile</key>
<string>SDLMain</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit a6f7b48

Please sign in to comment.