dwighthouse / unofficial-talonvoice-docs

Documenting my learning experiences with Talon, the speech-to-text system.
MIT License
33 stars 17 forks source link

Additional simple method of getting bundle id #1

Closed lexjacobs closed 6 years ago

lexjacobs commented 6 years ago

Suggested edit for: https://github.com/dwighthouse/unofficial-talonvoice-docs/blob/master/docs/Context.md

Note: App bundle name can be found by exploring inside the App's Package Contents. Access the Package Contents by right-clicking the App's executable in the Applications directory (usually at /Applications), and then choosing "Show Package Contents. Inside the Package, look inside the Contents/Info.plist file to see the Bundle Identifier.

This can also be accomplished by entering the following in a terminal: osascript -e 'id of app "slack"' This would return the bundle idea of the application Slack as com.tinyspeck.slackmacgap

dwighthouse commented 6 years ago

Thanks for the suggestion. It has been added.