Skip to content

Instantly share code, notes, and snippets.

@innocuo
Created March 30, 2017 22:55
Show Gist options
  • Save innocuo/6e7511760f0ab0ea7bf0d107c739edad to your computer and use it in GitHub Desktop.
Save innocuo/6e7511760f0ab0ea7bf0d107c739edad to your computer and use it in GitHub Desktop.
How to hide the dock icon in xcode for a osx app

Hiding the Dock Icon

  1. Open Info.plist
  2. Add a new key "Application is agent (UIElement)"
  3. set its value to YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment