-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
info.plist
37 lines (37 loc) · 933 Bytes
/
info.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
<?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>glyphConstructionUIMenu.py</string>
<key>preferredName</key>
<string>Glyph Builder</string>
<key>shortKey</key>
<string></string>
</dict>
</array>
<key>developer</key>
<string>Frederk Berlaen</string>
<key>developerURL</key>
<string>http://typemytype.com/</string>
<key>html</key>
<true/>
<key>launchAtStartUp</key>
<true/>
<key>mainScript</key>
<string>glyphConstructionUIStartUp.py</string>
<key>name</key>
<string>Glyph Construction</string>
<key>requiresVersionMajor</key>
<string>1</string>
<key>requiresVersionMinor</key>
<string>5</string>
<key>timeStamp</key>
<real>1722258757.389183</real>
<key>version</key>
<string>0.17</string>
</dict>
</plist>