Is there any way to change the settings of Xcode programmatically through Terminal? i.e. color scheme, key binding, etc.
I'm aware of Apple's Commandline Tools for Xcode for building, but there seems to be no command for altering the settings of the GUI.
It doesn't have to be an official way. I am looking for a way to get to the settings file related to Xcode. I've found some in here, but not sure how to change them.
/Users/YOURUSERNAMEHERE/Library/Developer/Xcode/UserData
Thanks in advance.