Dockにアイコンを表示するかの判定はInfo.plistにLSUIElementを定義することで実現できる。
LSUIElementはDockにアイコンを置かないアプリかどうか(エージェントアプリかどうか)を判定するキー。
以下のようにtrueを指定することでアイコンを非表示にできた。
<key>LSUIElement</key>
<true/>
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
Dockにアイコンを表示するかの判定はInfo.plistにLSUIElementを定義することで実現できる。
LSUIElementはDockにアイコンを置かないアプリかどうか(エージェントアプリかどうか)を判定するキー。
以下のようにtrueを指定することでアイコンを非表示にできた。
<key>LSUIElement</key>
<true/>
Register as a new user and use Qiita more conveniently
Go to list of users who liked