This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
sips -z 16 16 1024x1024.png --out 16x16.png | ||
sips -z 24 24 1024x1024.png --out 24x24.png | ||
sips -z 32 32 1024x1024.png --out 32x32.png | ||
sips -z 48 48 1024x1024.png --out 48x48.png | ||
sips -z 64 64 1024x1024.png --out 64x64.png | ||
sips -z 96 96 1024x1024.png --out 96x96.png | ||
sips -z 128 128 1024x1024.png --out 128x128.png | ||
sips -z 256 256 1024x1024.png --out 256x256.png | ||
sips -z 512 512 1024x1024.png --out 512x512.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
mkdir icon.iconset | ||
cp icons/1024x1024.png Icon1024.png | ||
sips -z 16 16 Icon1024.png --out icon.iconset/icon_16x16.png | ||
sips -z 32 32 Icon1024.png --out icon.iconset/[email protected] | ||
sips -z 32 32 Icon1024.png --out icon.iconset/icon_32x32.png | ||
sips -z 64 64 Icon1024.png --out icon.iconset/[email protected] | ||
sips -z 128 128 Icon1024.png --out icon.iconset/icon_128x128.png | ||
sips -z 256 256 Icon1024.png --out icon.iconset/[email protected] | ||
sips -z 256 256 Icon1024.png --out icon.iconset/icon_256x256.png | ||
sips -z 512 512 Icon1024.png --out icon.iconset/[email protected] | ||
sips -z 512 512 Icon1024.png --out icon.iconset/icon_512x512.png | ||
cp Icon1024.png icon.iconset/[email protected] | ||
iconutil -c icns --output icon.icns icon.iconset | ||
rm -R icon.iconset | ||
rm Icon1024.png |