インストール・アンインストールの方法や xocde-selectの説明など。
$ xcode-select --print-path $ sudo xcode-select -switch <path/to/>Xcode.app $ xcodebuild -list -project <your_project_name>.xcodeproj $ xcodebuild -scheme <your_scheme_name> build $ xcodebuild -target <your_target_name> -xcconfig <your_configuration_file>.xcconfig
ひと通り説明が載ってる。