mac-app-bundleid
v2019.4.14
Published
get/set macOS app Bundle ID
Readme
get macOS app Bundle ID
Installation
$ [sudo] pip install mac-app-bundleidScripts usage
usage: app-bundleid app [value]Examples
$ app-bundleid "Finder"
com.apple.finder
$ app-bundleid /System/Library/CoreServices/Finder.app
com.apple.finder$ app-bundleid path/to/my-app.app "me.my-app.app"
$ app-bundleid path/to/my-app.app
me.my-app.app