-
Notifications
You must be signed in to change notification settings - Fork 0
/
BloxMgr.platypus
87 lines (87 loc) · 1.98 KB
/
BloxMgr.platypus
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?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>AcceptsFiles</key>
<false/>
<key>AcceptsText</key>
<false/>
<key>Authentication</key>
<false/>
<key>Author</key>
<string>BloxMgr</string>
<key>BundledFiles</key>
<array/>
<key>Creator</key>
<string>Platypus-5.4.1</string>
<key>DeclareService</key>
<false/>
<key>Destination</key>
<string>./BloxMgr.app</string>
<key>DevelopmentVersion</key>
<false/>
<key>DocIconPath</key>
<string></string>
<key>Droppable</key>
<false/>
<key>ExecutablePath</key>
<string>/usr/local/share/platypus/ScriptExec</string>
<key>IconPath</key>
<string>./AppIcon.icns</string>
<key>Identifier</key>
<string>app.sdhEvelyn.BloxMgr</string>
<key>InterfaceType</key>
<string>None</string>
<key>InterpreterArgs</key>
<array/>
<key>InterpreterPath</key>
<string>/usr/bin/osascript</string>
<key>Name</key>
<string>BloxMgr</string>
<key>NibPath</key>
<string>/usr/local/share/platypus/MainMenu.nib</string>
<key>OptimizeApplication</key>
<false/>
<key>Overwrite</key>
<false/>
<key>PromptForFileOnLaunch</key>
<false/>
<key>RemainRunning</key>
<false/>
<key>RunInBackground</key>
<true/>
<key>ScriptArgs</key>
<array/>
<key>ScriptPath</key>
<string>./app.scpt</string>
<key>SendNotifications</key>
<false/>
<key>StatusItemDisplayType</key>
<string>Text</string>
<key>StatusItemIconIsTemplate</key>
<true/>
<key>StatusItemTitle</key>
<string>Title</string>
<key>StatusItemUseSystemFont</key>
<true/>
<key>Suffixes</key>
<array/>
<key>TextBackground</key>
<string>#ffffff</string>
<key>TextFont</key>
<string>Monaco</string>
<key>TextForeground</key>
<string>#000000</string>
<key>TextSize</key>
<real>13</real>
<key>URISchemes</key>
<array/>
<key>UniformTypes</key>
<array>
<string>public.item</string>
<string>public.folder</string>
</array>
<key>Version</key>
<string>0.0</string>
</dict>
</plist>