-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChaxAddition-Info.plist
58 lines (58 loc) · 1.48 KB
/
ChaxAddition-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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>Chax</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>Chax</string>
<key>CFBundleIdentifier</key>
<string>com.ksuther.chax.addition</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>OSAX</string>
<key>CFBundleShortVersionString</key>
<string>3.0.3b2</string>
<key>CFBundleSignature</key>
<string>ChxA</string>
<key>CFBundleVersion</key>
<string>17</string>
<key>OSAScriptingDefinition</key>
<string>ChaxAddition.sdef</string>
<key>OSAXHandlers</key>
<dict>
<key>Events</key>
<dict>
<key>ChaxLoad</key>
<dict>
<key>Context</key>
<string>Process</string>
<key>Handler</key>
<string>ChaxLoad</string>
<key>ThreadSafe</key>
<false/>
</dict>
<key>ChxLLoad</key>
<dict>
<key>Context</key>
<string>Process</string>
<key>Handler</key>
<string>ChxLLoad</string>
<key>ThreadSafe</key>
<false/>
</dict>
</dict>
</dict>
<key>SUEnableSystemProfiling</key>
<true/>
<key>SUFeedURL</key>
<string>http://www.ksuther.com/chax/appcast.php</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
</dict>
</plist>