mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
18 lines
520 B
Plaintext
18 lines
520 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleExecutable</key>
|
|
<string>ghostty</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.mitchellh.ghostty</string>
|
|
<key>CFBundleName</key>
|
|
<string>Ghostty</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>Ghostty</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>Ghostty.icns</string>
|
|
</dict>
|
|
</plist>
|
|
|