-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathinfo.plist
More file actions
57 lines (57 loc) · 1.37 KB
/
info.plist
File metadata and controls
57 lines (57 loc) · 1.37 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>addToMenu</key>
<array>
<dict>
<key>path</key>
<string>main.py</string>
<key>preferredName</key>
<string>DrawBot</string>
<key>shortKey</key>
<array>
<integer>1179648</integer>
<string>D</string>
</array>
</dict>
<dict>
<key>path</key>
<string>settings.py</string>
<key>preferredName</key>
<string>Settings</string>
<key>shortKey</key>
<string></string>
</dict>
</array>
<key>com.robofontmechanic.Mechanic</key>
<dict>
<key>repository</key>
<string>typemytype/drawBotRoboFontExtension</string>
<key>summary</key>
<string>DrawBot is a powerfull 2D graphics scripting tool.</string>
</dict>
<key>developer</key>
<string>DrawBot</string>
<key>developerURL</key>
<string>http://drawbot.com</string>
<key>extensionPath</key>
<string>DrawBot.roboFontExt</string>
<key>html</key>
<true/>
<key>launchAtStartUp</key>
<integer>1</integer>
<key>mainScript</key>
<string>installDrawbot.py</string>
<key>name</key>
<string>DrawBot</string>
<key>requiresVersionMajor</key>
<string>4</string>
<key>requiresVersionMinor</key>
<string>5</string>
<key>timeStamp</key>
<real>1417707288.332471</real>
<key>version</key>
<string>3.132</string>
</dict>
</plist>