-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathSimpleAgendaInfo.plist
45 lines (45 loc) · 1023 Bytes
/
SimpleAgendaInfo.plist
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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
ApplicationDescription = "Simple agenda and calendar application";
ApplicationIcon = Calendar.tiff;
ApplicationName = SimpleAgenda;
ApplicationRelease = 0.47;
FreeDesktopCategories = (
"Office",
"Calendar"
);
Authors = (
"Philippe Roussel <[email protected]>"
);
Copyright = "Copyright (C) 2007-2025";
CopyrightDescription = "Released under GPL Version 2 or any later version";
FullVersionID = 0.47;
NSExecutable = SimpleAgenda;
NSIcon = Calendar.tiff;
NSMainNibFile = Agenda.gorm;
NSPrincipalClass = NSApplication;
NSRole = Application;
NSServices = (
{
NSKeyEquivalent = {
default = t;
};
NSMenuItem = {
default = "SimpleAgenda/Create Task";
};
NSMessage = newTask;
NSPortName = SimpleAgenda;
NSSendTypes = (
NSStringPboardType
);
}
);
NSTypes = (
{
NSIcon = "ical-file.tiff";
NSUnixExtensions = (
ics
);
}
);
URL = "https://github.com/poroussel/simpleagenda";
}