Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode preferences across multiple computers?

I run Xcode on both my laptop and desktop. I'm constantly tweaking my setup with regards to key bindings.

Rather than try to get both configurations identical by hand, is there any way to create the configuration on one computer and then share it via dropbox (for example) for the other to use? Perhaps by symlinking the laptop's configuration file to one stored on dropbox?

Very curious how others handle this situation.

like image 385
Martytoof Avatar asked Apr 05 '10 18:04

Martytoof


2 Answers

It looks like the Xcode preference file is now named

~/Library/Preferences/com.apple.dt.Xcode.plist
like image 112
software evolved Avatar answered Nov 16 '22 03:11

software evolved


Most of your Xcode settings are in the Preferences file at:

~/Library/Preferences/com.apple.Xcode.plist

This doesn't include templates.

like image 26
Paul Lynch Avatar answered Nov 16 '22 01:11

Paul Lynch