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.
アプリ機能のアプリケーション アイコンを削除するにはどうすればよいですか? 脱獄デバイスでのみ実行したい。
これを含めるには、アプリバンドルのInfo.plistファイルを変更する必要があります。
<key>SBAppTags</key> <array> <string>hidden</string> </array>
(ソース)