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