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