-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInfo.plist
51 lines (51 loc) · 1.31 KB
/
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
<?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>CFBundleIdentifier</key>
<string>com.alexeyglushkov.LaunchBar.action.IrregularVerbs</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleName</key>
<string>Irregular Verb List</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LBDebugLogEnabled</key>
<true/>
<key>LBTextInputTitle</key>
<string>Word:</string>
<key>LBScripts</key>
<dict>
<key>LBDefaultScript</key>
<dict>
<key>LBScriptName</key>
<string>default.rb</string>
<key>LBRunInBackground</key>
<true/>
<key>LBRequiresArgument</key>
<true/>
<key>LBAcceptedArgumentTypes</key>
<array>
<string>string</string>
</array>
<key>LBReturnsResult</key>
<true/>
<key>LBLiveFeedbackEnabled</key>
<true/>
</dict>
</dict>
<key>LBDescription</key>
<dict>
<key>LBSummary</key>
<string>Show all forms of a typed irregular verbs</string>
<key>LBAuthor</key>
<string>Glushkov Alexey</string>
<key>LBWebsite</key>
<string>https://medium.com/@sonicCat</string>
<key>LBTwitter</key>
<string>@soniccat</string>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 Gluhkov Alexey</string>
</dict>
</plist>