Answers for "How do I find the application name to open a file using AppleScript?"

0

How do I find the application name to open a file using AppleScript?

plutil -p /Applications/Safari.app/Contents/Info.plist | grep BundleIdentifier
Posted by: Guest on May-05-2022

Code answers related to "How do I find the application name to open a file using AppleScript?"

Browse Popular Code Answers by Language