2013-03-01 93 views
7

我正在寻找一个解决方案来枚举安装键(Mac)OS X系统上的所有应用程序,即有LaunchServices注册的所有应用程序软件包的基本问题。枚举在OS X上所有安装的程序

简单的方法没有奏效

(请注意:lsregister可以/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister下找到)。

目前我使用的lsregister -dump | grep -E '^.*[ \\t]*path:[ \\t]+(\/.*)$' | grep -Eo '\/.*'输出,这有几个问题:用换行

  • .app束(\n,这是有效的在UNIX上)没有被正确处理(这个问题将是写作可以解决一个合适的解析器)
  • lsregister不能正确处理奇怪的文件名(例如包含RTL mark)。 lsregister似乎忽略了名称中带有RTL标记的文件。 如果需要,可以通过运行以下命令在其名称中创建一个包含RTL的文件。

    python -c 'import shutil; shutil.copytree(u"/Applications/TextEdit.app", u"/Applications/ThisIsAWeird\u202EApp.app")' 
    

    这样做了以后,lsregister -dump | grep ThisIsAWeird透露它。但是当你右键点击一个文本文件并转到“Open With”时,你会发现LaunchServices和Finder仍然支持该文件。 see yourself

简单枚举所有文件/Applications和其他目录不起作用,因为LaunchServices在任意文件夹感知应用程序包的,我也需要这些应用程序。

,我没有去上班

显然其他计算策略,有一个名为_LSFindApplications这不正是我需要做一个私有的API函数,但我不能让它的工作,并没有发现任何互联网上的官方文件。 (证明它存在:nm /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/LaunchServices | grep __LSFindApplications$

UPDATE:system_profiler方法也似乎不工作

直到现在我虽然由@Anoop建议system_profiler方法作品,但今天我发现lsregister仍然拿起更多二进制文件。在所有机器上有一些或缺失,有些似乎在system_profiler中只有当您使用另一个OS X安装装入外部卷时才会丢失。以下列出了system_profiler(但存在于lsregister)的输出中缺少的一项机器:

/Applications/Automator.app/Contents/Resources/Application Stub.app 
/Applications/Google Chrome.app/Contents/Versions/30.0.1599.69/Google Chrome Framework.framework/Resources/app_mode_loader.app 
/Applications/Google Chrome.app/Contents/Versions/30.0.1599.69/Google Chrome Framework.framework/Resources/crash_report_sender.app 
/Applications/Google Chrome.app/Contents/Versions/30.0.1599.69/Google Chrome Helper EH.app 
/Applications/Google Chrome.app/Contents/Versions/30.0.1599.69/Google Chrome Helper NP.app 
/Applications/Google Chrome.app/Contents/Versions/30.0.1599.69/Google Chrome Helper.app 
/System/Library/CoreServices/AddPrinter.app 
/System/Library/CoreServices/AirPlayUIAgent.app 
/System/Library/CoreServices/AppleFileServer.app 
/System/Library/CoreServices/AppleGraphicsWarning.app 
/System/Library/CoreServices/AppleScript Runner.app 
/System/Library/CoreServices/AppleScript Utility.app 
/System/Library/CoreServices/CalendarFileHandler.app 
/System/Library/CoreServices/Certificate Assistant.app 
/System/Library/CoreServices/CoreLocationAgent.app 
/System/Library/CoreServices/CoreServicesUIAgent.app 
/System/Library/CoreServices/CoreTypes.bundle 
/System/Library/CoreServices/Database Events.app 
/System/Library/CoreServices/DiskImageMounter.app 
/System/Library/CoreServices/Expansion Slot Utility.app 
/System/Library/CoreServices/File Sync.app 
/System/Library/CoreServices/FileSyncAgent.app 
/System/Library/CoreServices/Folder Actions Dispatcher.app 
/System/Library/CoreServices/Folder Actions Setup.app 
/System/Library/CoreServices/HelpViewer.app 
/System/Library/CoreServices/Image Events.app 
/System/Library/CoreServices/Install in Progress.app 
/System/Library/CoreServices/Jar Launcher.app 
/System/Library/CoreServices/Java Web Start.app 
/System/Library/CoreServices/KeyboardSetupAssistant.app 
/System/Library/CoreServices/Language Chooser.app 
/System/Library/CoreServices/LocationMenu.app 
/System/Library/CoreServices/MRTAgent.app 
/System/Library/CoreServices/Memory Slot Utility.app 
/System/Library/CoreServices/NetAuthAgent.app 
/System/Library/CoreServices/Network Diagnostics.app 
/System/Library/CoreServices/Network Setup Assistant.app 
/System/Library/CoreServices/ODSAgent.app 
/System/Library/CoreServices/Pass Viewer.app 
/System/Library/CoreServices/Printer Setup Utility.app 
/System/Library/CoreServices/RegisterPluginIMApp.app 
/System/Library/CoreServices/Screen Sharing.app 
/System/Library/CoreServices/SecurityAgent.app 
/System/Library/CoreServices/SecurityFixer.app 
/System/Library/CoreServices/SocialPushAgent.app 
/System/Library/CoreServices/System Events.app 
/System/Library/CoreServices/System Image Utility.app 
/System/Library/CoreServices/SystemUIServer.app 
/System/Library/CoreServices/Ticket Viewer.app 
/System/Library/CoreServices/UniversalAccessControl.app 
/System/Library/CoreServices/UnmountAssistantAgent.app 
/System/Library/CoreServices/UserNotificationCenter.app 
/System/Library/CoreServices/VoiceOver.app 
/System/Library/CoreServices/ZoomWindow.app 
/System/Library/CoreServices/backupd.bundle/Contents/Resources/TMLaunchAgent.app 
/System/Library/CoreServices/loginwindow.app 
/System/Library/CoreServices/rcd.app 
/System/Library/Frameworks/PubSub.framework/Versions/A/Resources/PubSubAgent.app 
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/Resources/QuickLookUIHelper.app 
/System/Library/Frameworks/QuickLook.framework/Versions/A/Resources/quicklookd.app 
/System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/Resources/DiskImages UI Agent.app 
/System/Library/Services/AppleSpell.service 
/System/Library/Services/ChineseTextConverterService.app 
/System/Library/Services/ImageCaptureService.app 
/System/Library/Services/OpenSpell.service 
/System/Library/Services/SpeechService.service 
/System/Library/SocialServices/Facebook.socialplugin 
/System/Library/SocialServices/Twitter.socialplugin 
/System/Library/SocialServices/Weibo.socialplugin 
+1

我知道这是可能的,因为RCDefaultApp这样做,但我不知道如何。 – zneak 2013-03-01 18:13:13

回答

4

首先,你的要求是不完全正确:

我正在寻找一个解决方案来枚举安装键(Mac)OS X系统上的所有应用程序,即有LaunchServices注册的所有应用程序软件包。

这些都是不一样的东西。在LaunchServices上注册的应用程序包是lsregister -dump的输出。这与“安装的所有应用程序”不同。没有确切的查询“安装的所有应用程序”。 OS X甚至没有这样的概念。

system_profiler输出相当于什么射灯知道。这不完全是已安装应用程序的完整列表,并且在几种情况下可能不正确。例如,Spotlight可能已被禁用,或者它可能尚未完成首次扫描。 (如果Spotlight已完成其第一次扫描,则没有支持的方式;雷达15177626.)

还有pkgutil --pkgs这将为您提供额外的“已安装的东西”。它也不完整,并可能列出未安装的东西。

您还可以使用mdfind走整个磁盘,看看自己什么叫应用程序。这很有效,但速度很慢。

您还可以使用locate .app | grep '\.app$'如果定位数据库是最新的,你只需要捆绑的应用程序,这是非常有效的。

我在WWDC苹果问这个。没有简单的支持答案。打开雷达。你可以问欺骗15177489.

1

如何找到使用可可应用程序/代码为here

另外,您可能可以使用system_profiler -xml SPApplicationsDataType,然后解析生成的XML数据以获取您感兴趣的应用程序。

+0

今天发现'lsregister'仍然比'system_profiler' :-(。 – 2013-10-08 17:42:51

1

在终端:

system_profiler SPApplicationsDataType > list_of_all_apps.txt

...的system_profiler查询的输出写入到文本文件。