-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
f8bc715
commit 2b84707
Showing
6 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
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
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,13 @@ | ||
mkdir MyIcon.iconset | ||
sips -z 16 16 Icon1024.png --out MyIcon.iconset/icon_16x16.png | ||
sips -z 32 32 Icon1024.png --out MyIcon.iconset/[email protected] | ||
sips -z 32 32 Icon1024.png --out MyIcon.iconset/icon_32x32.png | ||
sips -z 64 64 Icon1024.png --out MyIcon.iconset/[email protected] | ||
sips -z 128 128 Icon1024.png --out MyIcon.iconset/icon_128x128.png | ||
sips -z 256 256 Icon1024.png --out MyIcon.iconset/[email protected] | ||
sips -z 256 256 Icon1024.png --out MyIcon.iconset/icon_256x256.png | ||
sips -z 512 512 Icon1024.png --out MyIcon.iconset/[email protected] | ||
sips -z 512 512 Icon1024.png --out MyIcon.iconset/icon_512x512.png | ||
cp Icon1024.png MyIcon.iconset/[email protected] | ||
iconutil -c icns MyIcon.iconset | ||
rm -R MyIcon.iconset |
File renamed without changes
Binary file not shown.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"title": "ProPhat", | ||
"icon": "pamplejuce.icns", | ||
"icon": "ProPhat.icns", | ||
"window": { | ||
"position": { | ||
"x": 100, | ||
|
Binary file not shown.