diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-12-18 18:44:16 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-12-18 18:56:34 -0800 |
| commit | 68a23e786dd6c7b1d4d6b915c9049c146eeee928 (patch) | |
| tree | 30d707d07df1f77318de8332c5df43ce9896e22f /macos/Ghostty-Info.plist | |
| parent | a8419754b9937d5829b1e83727a8bcd05d68693a (diff) | |
macos: put build numbers back into info.plist, other metadata
This adds more metadata back into the Info.plist for a build. This
metadata is used with the About window. The reason I want the build
number back is so that we have a monotonically increasing number to do
self-updating with (i.e. Sparkle).
Diffstat (limited to 'macos/Ghostty-Info.plist')
| -rw-r--r-- | macos/Ghostty-Info.plist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/macos/Ghostty-Info.plist b/macos/Ghostty-Info.plist index 28499843d..f0311e217 100644 --- a/macos/Ghostty-Info.plist +++ b/macos/Ghostty-Info.plist @@ -91,5 +91,11 @@ <string>A program in Ghostty wants to use speech recognition.</string> <key>NSSystemAdministrationUsageDescription</key> <string>A program in Ghostty requires elevated privileges.</string> + <key>CFBundleVersion</key> + <string></string> + <key>CFBundleShortVersionString</key> + <string></string> + <key>GhosttyCommit</key> + <string></string> </dict> </plist> |
