Created
October 24, 2013 13:37
-
-
Save tristanoneil/7137478 to your computer and use it in GitHub Desktop.
How to override Harvest for Mac time settings.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For newer (2017) installs from the App Store: https://gist.github.com/rcdilorenzo/ddee4da296e157e48b1efd0d1a193c3d