Skip to content

Commit

Permalink
fix missing icons
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Apr 24, 2020
1 parent 4e23fdf commit 56c97d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
6 changes: 0 additions & 6 deletions get_connection_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
"title": "Your setup isn't completet yet.",
"subtitle": "Configure your AirPods Pro device to get started.",
"arg": "unconfigured",
"icon": {
"path": "unconfigured.png"
}
}
]
}
Expand Down Expand Up @@ -47,9 +44,6 @@
"title": "Disconnect AirPods Pro" if status == "connected" else "Connect AirPods Pro",
"subtitle": "Status: " + status,
"arg": status,
"icon": {
"path": "icon.png" if status == "disconnected" else "disconnect.png"
}
}
]
}
Expand Down
18 changes: 8 additions & 10 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<dict>
<key>bundleid</key>
<string>mo.com.sleeplessmind.airpods-pro-connector</string>
<key>category</key>
<string>Productivity</string>
<key>connections</key>
<dict>
<key>01344906-E1B8-4115-AED5-B6C0ED22FBDD</key>
Expand Down Expand Up @@ -584,6 +582,14 @@ fi</string>
<key>version</key>
<integer>2</integer>
</dict>
<dict>
<key>type</key>
<string>alfred.workflow.utility.junction</string>
<key>uid</key>
<string>420CF40D-9012-4C63-813F-84A47893A229</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
Expand All @@ -602,14 +608,6 @@ fi</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>type</key>
<string>alfred.workflow.utility.junction</string>
<key>uid</key>
<string>420CF40D-9012-4C63-813F-84A47893A229</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
Expand Down

0 comments on commit 56c97d5

Please sign in to comment.