Mac OS X mini FAQ for developers
Q: Where are the config files (plist)?
A: User config in "~/Library/Preferences/com.company.application.plist"or generally ‘~/.application.rc’
System-wide config "/etc/company/some.conf”
Q: How to show the hidden folder ~/Library?
A: command+shift+G, enter ~/Library
Q: How to edit a plist file?
A: ~/Library/Logs/company/application
Q: How to change locale?
A: OS X 10.10.0 and 10.10.1 have this problem. Either you downgrade to 10.9.x or not using WIFI.
Q: Where are the crash logs?
A: In ~/Library/Logs/DiagnosticReports/
A: User config in "~/Library/Preferences/com.company.application.plist"or generally ‘~/.application.rc’
System-wide config "/etc/company/some.conf”
Q: How to show the hidden folder ~/Library?
A: command+shift+G, enter ~/Library
Q: How to edit a plist file?
A: Install xcode, then the plist file can be double-clicked opened.
After making changes to the plist file, restart OSX to take effect.
Q: Where are the application logs? A: ~/Library/Logs/company/application
Q: How to change locale?
A: changing OSX language:Click "Setup" (the gears) icon from the dash board;
- click "Language & Region";
- In the "Preferred languages:" box, add the new language,
- drag the new language to the top of the list.
- restart your computer to take effect.
A: OS X 10.10.0 and 10.10.1 have this problem. Either you downgrade to 10.9.x or not using WIFI.
Q: Where are the crash logs?
A: In ~/Library/Logs/DiagnosticReports/