aboutsummaryrefslogtreecommitdiff
path: root/macos.local/Applications/Emacs.app/Contents/Info.plist
blob: 7237a41b3019aba13f2e256904216d454519e4c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>CFBundleGetInfoString</key>
  <string>Emacs</string>
  <key>CFBundleExecutable</key>
  <string>Emacs</string>
  <key>CFBundleIdentifier</key>
  <string>ca.jjanzen.Emacs</string>
  <key>CFBundleName</key>
  <string>Emacs</string>
  <key>CFBundleIconFile</key>
  <string>AppIcon.icns</string>
  <key>CFBundleShortVersionString</key>
  <string>29.4</string>
  <key>CFBundleInfoDictionaryVersion</key>
  <string>6.0</string>
  <key>CFBundlePackageType</key>
  <string>APPL</string>
  <key>IFMajorVersion</key>
  <integer>0</integer>
  <key>IFMinorVersion</key>
  <integer>1</integer>
</dict>
</plist>