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.
私の Qt アプリケーションは、Mac OS X メニューにやや不親切な名前で表示されます。名前はmy_funky_appのようになります。
これをより好ましいものに変更するにはどうすればよいですか?
Info.plist を用意し、CFBundleName をナイス ネームとして設定します。
<key>CFBundleName</key> <string>FancyAppName<string>