mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-09 15:50:21 +00:00
747642c5ff
* Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist: change creator code from ???? to EMAx.
40 lines
978 B
Plaintext
40 lines
978 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
|
<plist version="0.9">
|
|
<dict>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeExtensions</key>
|
|
<array>
|
|
<string>*</string>
|
|
</array>
|
|
<key>CFBundleTypeName</key>
|
|
<string>All</string>
|
|
<key>CFBundleTypeOSTypes</key>
|
|
<array>
|
|
<string>****</string>
|
|
</array>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Viewer</string>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleExecutable</key>
|
|
<string>Emacs</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>Emacs.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.gnu.Emacs</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>EMAx</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.1</string>
|
|
</dict>
|
|
</plist>
|