-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.plist
More file actions
80 lines (80 loc) · 1.79 KB
/
info.plist
File metadata and controls
80 lines (80 loc) · 1.79 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?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>bundleid</key>
<string></string>
<key>connections</key>
<dict>
<key>A4FBA65C-ECF4-4C3A-B916-BA3201BBDE80</key>
<array>
<dict>
<key>destinationuid</key>
<string>B5087FD0-D822-4047-A666-F2D08811FF32</string>
<key>modifiers</key>
<integer>0</integer>
<key>modifiersubtext</key>
<string></string>
</dict>
</array>
</dict>
<key>createdby</key>
<string>Samuel Lindblom</string>
<key>description</key>
<string></string>
<key>disabled</key>
<false/>
<key>name</key>
<string>Open in Kaleidoscope</string>
<key>objects</key>
<array>
<dict>
<key>config</key>
<dict>
<key>acceptsmulti</key>
<true/>
<key>filetypes</key>
<array/>
<key>name</key>
<string>Open in Kaleidoscope</string>
</dict>
<key>type</key>
<string>alfred.workflow.trigger.action</string>
<key>uid</key>
<string>A4FBA65C-ECF4-4C3A-B916-BA3201BBDE80</string>
<key>version</key>
<integer>0</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>openwith</key>
<string>/Applications/Kaleidoscope.app</string>
</dict>
<key>type</key>
<string>alfred.workflow.action.openfile</string>
<key>uid</key>
<string>B5087FD0-D822-4047-A666-F2D08811FF32</string>
<key>version</key>
<integer>1</integer>
</dict>
</array>
<key>readme</key>
<string></string>
<key>uidata</key>
<dict>
<key>A4FBA65C-ECF4-4C3A-B916-BA3201BBDE80</key>
<dict>
<key>ypos</key>
<real>230</real>
</dict>
<key>B5087FD0-D822-4047-A666-F2D08811FF32</key>
<dict>
<key>ypos</key>
<real>230</real>
</dict>
</dict>
<key>webaddress</key>
<string></string>
</dict>
</plist>