How to get Bundle ID of Mac application?
I use two methods to get the bundler ID: osascript -e ‘id of app “SomeApp”‘ and mdls -name kMDItemCFBundleIdentifier -r SomeApp.app
I use two methods to get the bundler ID: osascript -e ‘id of app “SomeApp”‘ and mdls -name kMDItemCFBundleIdentifier -r SomeApp.app