diff --git a/GNUmakefile b/GNUmakefile index aa5bd87..36681e5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -20,7 +20,8 @@ chocolate-launcher_RESOURCE_FILES = \ Resources/launcher.gorm \ Resources/Main.gsmarkup \ Resources/MainMenu-GNUstep.gsmarkup \ -Resources/MainMenu-OSX.gsmarkup +Resources/MainMenu-OSX.gsmarkup \ +Resources/48x48.png # diff --git a/PC.project b/PC.project index 58afb31..c1c8b0e 100644 --- a/PC.project +++ b/PC.project @@ -6,7 +6,7 @@ ); CLASS_FILES = ( AppController.m, - Execute.m, + Execute.m, IWADController.m, IWADLocation.m, LauncherManager.m @@ -20,12 +20,13 @@ ); HEADER_FILES = ( AppController.h, - Execute.h, + Execute.h, IWADController.h, IWADLocation.h, LauncherManager.h ); IMAGES = ( + 48x48.png ); INSTALLDIR = "$(HOME)/GNUstep"; INTERFACES = ( @@ -35,7 +36,7 @@ "MainMenu-OSX.gsmarkup" ); LANGUAGE = English; - LAST_EDITING = "2009-12-26 02:46:42 +0000"; + LAST_EDITING = "2009-12-26 22:26:47 +0000"; LIBRARIES = ( "gnustep-base", "gnustep-gui" @@ -53,25 +54,27 @@ ); PC_WINDOWS = { ProjectBrowser = "{x = 0; y = 0; width = 786; height = 161}"; + ProjectBuild = "0 0 0 0 0 0 0 -1 "; ProjectWindow = "178 32 810 544 0 0 1024 600 "; ShowToolbar = YES; }; PRINCIPAL_CLASS = NSApplication; PROJECT_AUTHORS = ( + "Simon Howard" ); PROJECT_COPYRIGHT = "Copyright (C) 2009"; - PROJECT_COPYRIGHT_DESC = "Released under ..."; + PROJECT_COPYRIGHT_DESC = "GNU General Public License, version 2"; PROJECT_CREATOR = "Simon Howard,,,"; - PROJECT_DESCRIPTION = "No description avaliable!"; + PROJECT_DESCRIPTION = "Launcher program for Chocolate Doom"; PROJECT_DOCUMENTTYPES = ( ); - PROJECT_GROUP = "No group avaliable!"; + PROJECT_GROUP = "No group available!"; PROJECT_MAINTAINER = "Simon Howard,,,"; PROJECT_NAME = "chocolate-launcher"; PROJECT_RELEASE = 0.1; - PROJECT_SUMMARY = "No summary avaliable!"; + PROJECT_SUMMARY = "No summary available!"; PROJECT_TYPE = Application; - PROJECT_URL = ""; + PROJECT_URL = "http://www.chocolate-doom.org/"; SEARCH_HEADER_DIRS = ( ); SEARCH_LIB_DIRS = ( @@ -88,4 +91,4 @@ BritainEnglish, English ); -} +} \ No newline at end of file diff --git a/chocolate-launcherInfo.plist b/chocolate-launcherInfo.plist index 4c4ce90..c1bb6f4 100644 --- a/chocolate-launcherInfo.plist +++ b/chocolate-launcherInfo.plist @@ -1,14 +1,18 @@ { - ApplicationDescription = "No description avaliable!"; + ApplicationDescription = "Launcher program for Chocolate Doom"; ApplicationIcon = 48x48.png; ApplicationName = "chocolate-launcher"; ApplicationRelease = 0.1; + Authors = ( + "Simon Howard" + ); Copyright = "Copyright (C) 2009"; - CopyrightDescription = "Released under ..."; + CopyrightDescription = "GNU General Public License, version 2"; FullVersionID = 0.1; NSExecutable = "chocolate-launcher"; NSIcon = 48x48.png; NSMainNibFile = launcher.gorm; NSPrincipalClass = NSApplication; NSRole = Application; + URL = "http://www.chocolate-doom.org/"; } \ No newline at end of file