标签: objective-c cocoa
我正在使用Objective-C和Cocoa创建一个Media Player应用程序,我希望用户能够在Finder上选择一个视频文件,右键单击,选择Open With和我的应用程序。我在File按钮下实现了Open按钮,但不知道如何实现Open With thing。我怎么能这样做?
答案 0 :(得分:1)
Info.plist CFBundleDocumentTypes条目是系统如何知道您的应用可以打开哪种文档。
CFBundleDocumentTypes
https://developer.apple.com/library/mac/documentation/general/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-101685