Skip to content

Instantly share code, notes, and snippets.

@tristanoneil
Created October 24, 2013 13:37
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tristanoneil/7137478 to your computer and use it in GitHub Desktop.
Save tristanoneil/7137478 to your computer and use it in GitHub Desktop.
How to override Harvest for Mac time settings.
For AppStore apps:
defaults write com.getharvest.harvestxapp TimeFormat hours_minutes
defaults write com.getharvest.harvestxapp TimeFormat decimal
defaults write com.getharvest.harvestxapp TimeFormat server
For apps downloaded directly from GetHarvest:
defaults write ~/Library/Preferences/com.getharvest.harvestx.plist TimeFormat hours_minutes
defaults write ~/Library/Preferences/com.getharvest.harvestx.plist TimeFormat decimal
defaults write ~/Library/Preferences/com.getharvest.harvestx.plist TimeFormat server
@rcdilorenzo
Copy link

For newer (2017) installs from the App Store: https://gist.github.com/rcdilorenzo/ddee4da296e157e48b1efd0d1a193c3d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment