diff options
Diffstat (limited to 'macos.local/Applications/Emacs.app/Contents/Info.plist')
-rw-r--r-- | macos.local/Applications/Emacs.app/Contents/Info.plist | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/macos.local/Applications/Emacs.app/Contents/Info.plist b/macos.local/Applications/Emacs.app/Contents/Info.plist new file mode 100644 index 0000000..6b73b32 --- /dev/null +++ b/macos.local/Applications/Emacs.app/Contents/Info.plist @@ -0,0 +1,15 @@ +<?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>CFBundleDevelopmentRegion</key> + <string>en</string> + <key>CFBundleDisplayName</key> + <string>Emacs</string> + <key>CFBundleIconFile</key> + <string>AppIcon</string> + <key>CFBundleIconName</key> + <string>AppIcon</string> +</dict> +</plist> + |