File: PowerPaintInfo.plist

package info (click to toggle)
gnustep-examples 1%3A1.4.0%2Bgit20210703-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,164 kB
  • sloc: objc: 17,202; makefile: 56
file content (23 lines) | stat: -rw-r--r-- 584 bytes parent folder | download
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;
    }
  );
}