【笔记】MacOS上获取软件包标识符
前言
应用程序Bundle通常为软件包,以单一文件的形式出现在用户面前。这个“文件”实际上是一个以.app为扩展名的文件夹。(维基百科)
MacOS上获取软件包标识符(Bundle Identifier)
MS4wLjABAAAA5qMD8Gzdcgq7HXUOviKB59i0-ybJ59jJvNzyaPt5XOsVNqP6DU7WLcoAXvdxvYdp💗
本站所有文章仅作技术研究,请勿非法破坏,请遵守相关法律法规,后果自负
open is a NeXTSTEP and macOS command line process that opens files, folders or URLs in the GUI as though the user had double clicked on them. Files will be opened in the default application for their type, folders will be opened in the Finder or file system GUI, and URLs will be opened in the default browser.(维基百科)
MacOS通过open命令打开文件或访问URL