diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 21:32:25 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 21:32:25 -0600 |
commit | 375da2e4b75da14f8ea44241a1e8500a7d1dec9b (patch) | |
tree | 044c0c8f9fb46c1a55d59d6c9e08806da3194f9e | |
parent | 67ec4675da3b799db11ea5b528331c50756cfd3e (diff) |
system changes
-rw-r--r-- | macos.local/Applications/Emacs.app/Contents/Info.plist | 66 | ||||
-rw-r--r-- | macos.local/Applications/Emacs.app/Contents/Resources/AppIcon.icns | bin | 1162955 -> 71028 bytes |
2 files changed, 45 insertions, 21 deletions
diff --git a/macos.local/Applications/Emacs.app/Contents/Info.plist b/macos.local/Applications/Emacs.app/Contents/Info.plist index 7237a41..f387c19 100644 --- a/macos.local/Applications/Emacs.app/Contents/Info.plist +++ b/macos.local/Applications/Emacs.app/Contents/Info.plist @@ -1,26 +1,50 @@ <?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"> +<!DOCTYPE plist PUBLIC "-//Apple//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> + <key>BuildMachineOSBuild</key> + <string>24C101</string> + <key>CFBundleDevelopmentRegion</key> + <string>en</string> + <key>CFBundleExecutable</key> + <string>Emacs</string> + <key>CFBundleIconFile</key> + <string>AppIcon</string> + <key>CFBundleIconName</key> + <string>AppIcon</string> + <key>CFBundleIdentifier</key> + <string>ca.jjanzen.Emacs</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>Emacs</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>1.0</string> + <key>CFBundleSupportedPlatforms</key> + <array> + <string>MacOSX</string> + </array> + <key>CFBundleVersion</key> + <string>1</string> + <key>DTCompiler</key> + <string>com.apple.compilers.llvm.clang.1_0</string> + <key>DTPlatformBuild</key> + <string>24C94</string> + <key>DTPlatformName</key> + <string>macosx</string> + <key>DTPlatformVersion</key> + <string>15.2</string> + <key>DTSDKBuild</key> + <string>24C94</string> + <key>DTSDKName</key> + <string>macosx15.2</string> + <key>DTXcode</key> + <string>1620</string> + <key>DTXcodeBuild</key> + <string>16C5032a</string> + <key>LSMinimumSystemVersion</key> + <string>15.2</string> </dict> </plist> diff --git a/macos.local/Applications/Emacs.app/Contents/Resources/AppIcon.icns b/macos.local/Applications/Emacs.app/Contents/Resources/AppIcon.icns Binary files differindex 2decd87..01f2ab2 100644 --- a/macos.local/Applications/Emacs.app/Contents/Resources/AppIcon.icns +++ b/macos.local/Applications/Emacs.app/Contents/Resources/AppIcon.icns |