Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何为给定的文件类型复制 Finder 的“打开方式”菜单?
这应该可以解决问题:
- (NSArray *)applicationsForURL:(NSURL *)url { return [(NSArray *)LSCopyApplicationURLsForURL((CFURLRef)url, kLSRolesAll) autorelease]; }
LSCopyApplicationURLsForURL可以作为解决方案的基础。
LSCopyApplicationURLsForURL