1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
{
ApplicationName = PowerPaint;
ApplicationDescription = "My first Document App!";
ApplicationRelease = "0.1";
NSBuildVersion = "February 2014";
Copyright = "Copyright (C) 2014";
CopyrightDescription = "Released under the licence GPLv3";
Authors = (
"Germ\U00E1n Arias"
);
URL = www.gnustep.org;
NSTypes = (
{
NSName = "jpg";
NSHumanReadableName = "Imagen JPG";
NSIcon = "FileIcon_.jpg.tiff";
NSUnixExtensions = ( jpg );
NSDOSExtensions = ( jpg );
NSRole = Editor;
NSDocumentClass = PPDocumentClass;
}
);
}
|