Skip to content

Commit

Permalink
use homebrew php path
Browse files Browse the repository at this point in the history
  • Loading branch information
stroebjo committed Mar 7, 2022
1 parent c1b0dd6 commit 48520e5
Showing 1 changed file with 40 additions and 6 deletions.
46 changes: 40 additions & 6 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,16 @@
<key>vitoclose</key>
<false/>
</dict>
<dict>
<key>destinationuid</key>
<string>3CDD977D-FE3F-4760-8D67-BE2C0F567165</string>
<key>modifiers</key>
<integer>0</integer>
<key>modifiersubtext</key>
<string></string>
<key>vitoclose</key>
<false/>
</dict>
</array>
<key>FBDD0BD4-E336-4DE7-99C4-611868218099</key>
<array>
Expand Down Expand Up @@ -130,9 +140,9 @@
<key>escaping</key>
<integer>100</integer>
<key>script</key>
<string>php -f pushover.php "{query}"</string>
<string>/opt/homebrew/bin/php -f pushover.php "{query}"</string>
<key>scriptargtype</key>
<integer>0</integer>
<integer>1</integer>
<key>scriptfile</key>
<string></string>
<key>type</key>
Expand Down Expand Up @@ -283,6 +293,23 @@ end run</string>
<key>version</key>
<integer>2</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>argument</key>
<string>'{query}', {allvars}</string>
<key>cleardebuggertext</key>
<false/>
<key>processoutputs</key>
<true/>
</dict>
<key>type</key>
<string>alfred.workflow.utility.debug</string>
<key>uid</key>
<string>3CDD977D-FE3F-4760-8D67-BE2C0F567165</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
Expand All @@ -309,17 +336,17 @@ end run</string>
<key>runningsubtext</key>
<string>Fetching your devices…</string>
<key>script</key>
<string>php -f select.php "{query}"</string>
<string>/opt/homebrew/bin/php -f select.php "{query}"</string>
<key>scriptargtype</key>
<integer>0</integer>
<integer>1</integer>
<key>scriptfile</key>
<string></string>
<key>subtext</key>
<string>Send the entered text to your Pushover devices</string>
<key>title</key>
<string>Select device</string>
<key>type</key>
<integer>0</integer>
<integer>5</integer>
<key>withspace</key>
<true/>
</dict>
Expand Down Expand Up @@ -363,6 +390,13 @@ If set to `1` will check if the submitted query is a valid local file and if it'
<key>ypos</key>
<integer>120</integer>
</dict>
<key>3CDD977D-FE3F-4760-8D67-BE2C0F567165</key>
<dict>
<key>xpos</key>
<integer>790</integer>
<key>ypos</key>
<integer>335</integer>
</dict>
<key>4CAE3596-46D2-48AB-8E10-D6421B1CC0B6</key>
<dict>
<key>xpos</key>
Expand Down Expand Up @@ -433,7 +467,7 @@ If set to `1` will check if the submitted query is a valid local file and if it'
<string>USER_KEY</string>
</array>
<key>version</key>
<string>1.1.1</string>
<string>1.1.2</string>
<key>webaddress</key>
<string>http://jonathanstroebele.de</string>
</dict>
Expand Down

0 comments on commit 48520e5

Please sign in to comment.