Guest User

Untitled

a guest
Dec 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -dump | grep -i "google chrome"
  2.  
  3. path: /Applications/Google Chrome.app/
  4. executable: Contents/MacOS/Google Chrome
  5. path: /Applications/Google Chrome.app/Contents/Versions/27.0.1453.116/Google Chrome Helper.app/
  6. executable: Contents/MacOS/Google Chrome Helper
  7.  
  8. find / -type d -name "*Chrome.app"
  9.  
  10. osascript -e 'POSIX path of (path to application "Chrome")'
Add Comment
Please, Sign In to add comment