Skip to content

Commit c466ace

Browse files
committed
Delete .icns file, and in its place, use a .iconset for the application
icons. Add the 512x512@2x icon. Update Makefile to build the .icns file by using iconutil. Bump CFBundleVersion.
1 parent 9763d1a commit c466ace

13 files changed

+3
-2
lines changed

Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>70</string>
24+
<string>71</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.lifestyle</string>
2727
<key>LSMinimumSystemVersion</key>

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ BINARY="$(CONTENTS)/MacOS/Picture Window"
99
NIBS=MainMenu.nib dpf-preferences.nib help.nib
1010

1111
build: nibs
12+
iconutil -c icns app.iconset
1213
mkdir -p $(RESOURCES)
1314
cp $(NIBS) $(RESOURCES)
1415
$(CCL) --no-init --load build.lisp
1516

1617
nibs: $(NIBS)
1718

1819
clean:
19-
rm -f $(NIBS)
20+
rm -f $(NIBS) app.icns
2021

2122
dist-clean: clean
2223
rm -rf build

app.icns

-335 KB
Binary file not shown.

app.iconset/icon_128x128.png

31.6 KB
Loading

app.iconset/[email protected]

99 KB
Loading

app.iconset/icon_16x16.png

3.44 KB
Loading

app.iconset/[email protected]

5.26 KB
Loading

app.iconset/icon_256x256.png

99 KB
Loading

app.iconset/[email protected]

339 KB
Loading

app.iconset/icon_32x32.png

5.26 KB
Loading

0 commit comments

Comments
 (0)