-
Notifications
You must be signed in to change notification settings - Fork 0
/
Search Spotify.shortcut
121 lines (121 loc) · 3.39 KB
/
Search Spotify.shortcut
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?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>WFWorkflowClientVersion</key>
<string>702</string>
<key>WFWorkflowClientRelease</key>
<string>2.0</string>
<key>WFWorkflowMinimumClientVersion</key>
<integer>411</integer>
<key>WFWorkflowIcon</key>
<dict>
<key>WFWorkflowIconStartColor</key>
<integer>4292093695</integer>
<key>WFWorkflowIconImageData</key>
<data></data>
<key>WFWorkflowIconGlyphNumber</key>
<integer>59560</integer>
</dict>
<key>WFWorkflowImportQuestions</key>
<array/>
<key>WFWorkflowTypes</key>
<array>
<string>NCWidget</string>
<string>WatchKit</string>
</array>
<key>WFWorkflowInputContentItemClasses</key>
<array>
<string>WFAppStoreAppContentItem</string>
<string>WFArticleContentItem</string>
<string>WFContactContentItem</string>
<string>WFDateContentItem</string>
<string>WFEmailAddressContentItem</string>
<string>WFGenericFileContentItem</string>
<string>WFImageContentItem</string>
<string>WFiTunesProductContentItem</string>
<string>WFLocationContentItem</string>
<string>WFDCMapsLinkContentItem</string>
<string>WFAVAssetContentItem</string>
<string>WFPDFContentItem</string>
<string>WFPhoneNumberContentItem</string>
<string>WFRichTextContentItem</string>
<string>WFSafariWebPageContentItem</string>
<string>WFStringContentItem</string>
<string>WFURLContentItem</string>
</array>
<key>WFWorkflowActions</key>
<array>
<dict>
<key>WFWorkflowActionIdentifier</key>
<string>is.workflow.actions.dictatetext</string>
<key>WFWorkflowActionParameters</key>
<dict>
<key>WFSpeechLanguage</key>
<string>en-US</string>
<key>UUID</key>
<string>816CFC55-0A70-4783-8777-73F480AE9E90</string>
</dict>
</dict>
<dict>
<key>WFWorkflowActionIdentifier</key>
<string>is.workflow.actions.urlencode</string>
<key>WFWorkflowActionParameters</key>
<dict>
<key>UUID</key>
<string>8C697F2C-6C6A-4B87-8DAE-52A5A14CA9C3</string>
</dict>
</dict>
<dict>
<key>WFWorkflowActionIdentifier</key>
<string>is.workflow.actions.gettext</string>
<key>WFWorkflowActionParameters</key>
<dict>
<key>WFTextActionText</key>
<dict>
<key>Value</key>
<dict>
<key>string</key>
<string>spotify://search/</string>
<key>attachmentsByRange</key>
<dict>
<key>{17, 1}</key>
<dict>
<key>OutputUUID</key>
<string>8C697F2C-6C6A-4B87-8DAE-52A5A14CA9C3</string>
<key>Type</key>
<string>ActionOutput</string>
<key>OutputName</key>
<string>URL Encoded Text</string>
</dict>
</dict>
</dict>
<key>WFSerializationType</key>
<string>WFTextTokenString</string>
</dict>
<key>UUID</key>
<string>7040EE49-CDA0-4776-A708-D9986CF664E0</string>
</dict>
</dict>
<dict>
<key>WFWorkflowActionIdentifier</key>
<string>is.workflow.actions.text.replace</string>
<key>WFWorkflowActionParameters</key>
<dict>
<key>WFReplaceTextFind</key>
<string>%20</string>
<key>WFReplaceTextCaseSensitive</key>
<false/>
<key>WFReplaceTextReplace</key>
<string>+</string>
</dict>
</dict>
<dict>
<key>WFWorkflowActionIdentifier</key>
<string>is.workflow.actions.openurl</string>
<key>WFWorkflowActionParameters</key>
<dict/>
</dict>
</array>
</dict>
</plist>