Search This Blog

Saturday, May 28, 2011

XCode font size change

In XCode 3, changing the editor's font size and color is easy: simply go to the preferences, font & color and voila. But changing the rest of the fonts (Groups & Files panel and Project details panel) is not possible through the preferences.

But these fonts are possible to change in an XCode specific plist file. Open file ~/Library/Preferences/com.apple.Xcode.plist using the Property List Editor and add the following items:

  1. PBXTableFont, String, Helvetica (or some other font you would like to use)
  2. PBXTableFontSize, Number, 14 (or whatever size you want)

No comments:

Post a Comment