Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # Find application bundle identifier
  2. mdls -name kMDItemCFBundleIdentifier <path/to/application>
  3.  
  4. # Disable App Nap
  5. defaults write <app_bundle_identifier> NSAppSleepDisabled -bool YES
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement