File: Info.table

package info (click to toggle)
projectcenter.app 0.6.2%2Bgit20190606-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,968 kB
  • sloc: objc: 20,132; ansic: 1,463; makefile: 38
file content (32 lines) | stat: -rw-r--r-- 750 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  Type = "Project";
  Name = "Resource Set";
  Description = "Project that handles GNUstep resources.";
  PrincipalClassName = "PCResourceSetProject";
  ExecToolName = "";
  BuildTargets = ("all","install","uninstall","clean","distclean","dist");
  CanHavePublicHeaders = NO;
  BrowserRootEntries = {
    OTHER_RESOURCES = "Other Resources";
    SUPPORTING_FILES = "Supporting Files";
    NON_PROJECT_FILES = "Non Project Files";
  };
  SourceFileKeys = ();
  ResourceFileKeys = (
    "OTHER_RESOURCES"
  );
  OtherFileKeys = (
    "SUPPORTING_FILES",
    "NON_PROJECT_FILES"
  );
  AllowableSubprojectTypes = (
    "Application",
    "Bundle",
    "Library",
    "Framework",
    "Tool"
  );
  LocalizableCategories = (
    OTHER_RESOURCES
  );
}