Skip to content

Commit

Permalink
Updated for macOS Sonoma
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Green committed Sep 26, 2023
1 parent d706769 commit c4feea1
Show file tree
Hide file tree
Showing 22 changed files with 18 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Binary file added Emacs.sketch
Binary file not shown.
8 changes: 4 additions & 4 deletions COPYING.txt → LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Expand Down Expand Up @@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

Expand All @@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.

The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
<https://www.gnu.org/licenses/why-not-lgpl.html>.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
An Emacs icon for El Capitan
======================
# Emacs icon for macOS Sonoma

## How to Use
1. Locate your Emacs.app in Finder and choose File > Get Info
2. Drag emacs.icns onto the icon near the top of the Get Info window (see [http://support.apple.com/kb/PH13922](http://support.apple.com/kb/PH13922))
![Emacs icon](https://raw.githubusercontent.com/cg433n/emacs-macos-icon/main/Emacs.iconset/icon_512x512.png)

![emacs icon](https://raw.githubusercontent.com/cg433n/emacs-yosemite-icon/master/emacs.iconset/[email protected])
## Usage

Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)
See [macOS User Guide](https://support.apple.com/guide/mac-help/change-icons-for-files-or-folders-on-mac-mchlp2313/mac))

## License

GPL 3 (http://www.gnu.org/licenses/gpl.txt)

## Build

1. Export slices from `Emacs.sketch`
2. Run `iconutil -c icns Emacs.iconset -o Emacs.icns`
Binary file modified emacs.icns
Binary file not shown.
Binary file modified emacs.iconset/icon_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed emacs.iconset/[email protected]
Binary file not shown.
Binary file added emacs.iconset/icon_128x128@[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified emacs.iconset/icon_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed emacs.iconset/[email protected]
Binary file not shown.
Binary file added emacs.iconset/icon_16x16@[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified emacs.iconset/icon_256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed emacs.iconset/[email protected]
Binary file not shown.
Binary file added emacs.iconset/icon_256x256@[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified emacs.iconset/icon_32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed emacs.iconset/[email protected]
Binary file not shown.
Binary file added emacs.iconset/icon_32x32@[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified emacs.iconset/icon_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed emacs.iconset/[email protected]
Binary file not shown.
Binary file added emacs.iconset/icon_512x512@[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed icon_1024x1024.png
Binary file not shown.
13 changes: 0 additions & 13 deletions make.sh

This file was deleted.

0 comments on commit c4feea1

Please sign in to comment.