Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save christopher-baek/b2835e5a7c98cd9c9651cf3dd24efabb to your computer and use it in GitHub Desktop.
Save christopher-baek/b2835e5a7c98cd9c9651cf3dd24efabb to your computer and use it in GitHub Desktop.
Mac Gatekeeper CLI Examples

Mac Gatekeeper CLI Examples

# APP should be path to Application.app directory
spctl --add ${APP}
spctl --master-disable
spctl --master-enable
# APP should be path to Application.app directory
spctl --remove ${APP}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment