Skip to content

Commit 75a557c

Browse files
committed
add info about macOS 14 and bluetooth permissions
1 parent 37d1466 commit 75a557c

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

Workflow/info.plist

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<dict>
55
<key>bundleid</key>
66
<string>mo.com.sleeplessmind.airpods-pro-connector</string>
7-
<key>category</key>
8-
<string>Tools</string>
97
<key>connections</key>
108
<dict>
119
<key>6EB7D5B0-E02F-4DA2-9AFE-BD02E81F15B5</key>
@@ -60,8 +58,6 @@
6058
<integer>0</integer>
6159
<key>hotmod</key>
6260
<integer>0</integer>
63-
<key>hotstring</key>
64-
<string></string>
6561
<key>leftcursor</key>
6662
<false/>
6763
<key>modsmode</key>
@@ -154,7 +150,11 @@ fi</string>
154150
</dict>
155151
</array>
156152
<key>readme</key>
157-
<string>## Connect
153+
<string>## ⚠️ macOS 14 ⚠️
154+
155+
since somewhere along the macOS 14 release Apple requires Alfred 5 to have the Bluetooth permissions enabled in order to connect and disconnect bluetooth devices. you can paste this: `open "x-apple.systempreferences:com.apple.preference.security?Privacy_Bluetooth"` in your terminal to access the UI and add Alfred manually.
156+
157+
## Connect
158158
159159
once your AirPods Pro have been paired with your Mac, just type `apc` to connect or disconnect them at whim.
160160
@@ -168,6 +168,8 @@ go check out to the [GitHub repo](https://github.com/godbout/alfred-airpodspro-c
168168
<dict>
169169
<key>6EB7D5B0-E02F-4DA2-9AFE-BD02E81F15B5</key>
170170
<dict>
171+
<key>note</key>
172+
<string>⚠️ make sure Alfred 5 has Bluetooth permissions ⚠️</string>
171173
<key>xpos</key>
172174
<real>30</real>
173175
<key>ypos</key>
@@ -212,8 +214,10 @@ go check out to the [GitHub repo](https://github.com/godbout/alfred-airpodspro-c
212214
<string>workflow_keyword</string>
213215
</dict>
214216
</array>
217+
<key>variablesdontexport</key>
218+
<array/>
215219
<key>version</key>
216-
<string>4.0.0</string>
220+
<string>4.1.0</string>
217221
<key>webaddress</key>
218222
<string>https://github.com/godbout/alfred-airpodspro-connector</string>
219223
</dict>

0 commit comments

Comments
 (0)