diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 20:55:35 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 20:55:35 -0600 |
commit | 67ec4675da3b799db11ea5b528331c50756cfd3e (patch) | |
tree | 57f0ae8f98eb31812db1e53ee9f81521389535f7 /macos.local | |
parent | 4dab9a84a6498dbdd7fd0e61b3e89ae7af84397d (diff) |
system changes
Diffstat (limited to 'macos.local')
-rw-r--r-- | macos.local/Applications/Emacs.app/Contents/Info.plist | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/macos.local/Applications/Emacs.app/Contents/Info.plist b/macos.local/Applications/Emacs.app/Contents/Info.plist index 6b73b32..7237a41 100644 --- a/macos.local/Applications/Emacs.app/Contents/Info.plist +++ b/macos.local/Applications/Emacs.app/Contents/Info.plist @@ -1,15 +1,26 @@ <?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"> +<!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>CFBundleDevelopmentRegion</key> - <string>en</string> - <key>CFBundleDisplayName</key> - <string>Emacs</string> - <key>CFBundleIconFile</key> - <string>AppIcon</string> - <key>CFBundleIconName</key> - <string>AppIcon</string> + <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> - |