Skip to content

Commit 70c00a0

Browse files
committed
Add icon
1 parent 4ba63bd commit 70c00a0

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Applications/ycode/GNUmakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
2525
VERSION = 0.1
2626
PACKAGE_NAME = Ycode
2727
APP_NAME = Ycode
28-
Ycode_APPLICATION_ICON =
28+
Ycode_APPLICATION_ICON = Ycode.tiff
2929

3030
#
3131
# Libraries and Frameworks
@@ -41,6 +41,7 @@ ADDITIONAL_INCLUDE_DIRS += -I../XCode
4141
# Resource files
4242
#
4343
Ycode_RESOURCE_FILES = \
44+
Resources/Ycode.tiff \
4445
Resources/Ycode.gorm \
4546

4647

1020 KB
Binary file not shown.

Applications/ycode/YcodeInfo.plist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
CopyrightDescription = "Released under ...";
88
FullVersionID = "0.1";
99
NSExecutable = Ycode;
10+
NSIcon = "Ycode.tiff";
1011
NSMainNibFile = "Ycode.gorm";
1112
NSPrincipalClass = NSApplication;
1213
NSRole = Application;
13-
}
14+
}

0 commit comments

Comments
 (0)