-
-
Save embassem/16c8163e7582a2170e4579d86f0d19e1 to your computer and use it in GitHub Desktop.
Revisions
-
durul revised this gist
Aug 4, 2017 . No changes.There are no files selected for viewing
-
durul revised this gist
Aug 4, 2017 . 1 changed file with 21 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,31 @@ # Xcode Defaults ## Command Line ```shell # Enable internal menu defaults write com.apple.dt.Xcode ShowDVTDebugMenu -bool YES # Enable project build time defaults write com.apple.dt.Xcode ShowBuildOperationDuration YES # Reduce the number of compile tasks and stop indexing defaults write com.apple.dt.XCode IDEIndexDisable 1 # Save all xcode preferences to a file defaults read com.apple.dt.XCode > xcodeprefs.json # Show all devices and their information you have plugged in before defaults read com.apple.dt.XCode DVTSavediPhoneDevices # Improve performance defaults write com.apple.dt.Xcode IDEBuildOperationMaxNumberOfConcurrentCompileTasks 5 # Improve performance by leveraging multi-core CPU defaults write com.apple.dt.Xcode IDEBuildOperationMaxNumberOfConcurrentCompileTasks `sysctl -n hw.ncpu` # Delete these settings defaults delete com.apple.dt.XCode IDEIndexDisable ``` -
durul revised this gist
Aug 4, 2017 . 1 changed file with 11 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,11 @@ ## Command Line ```shell # enable internal menu defaults write com.apple.dt.Xcode ShowDVTDebugMenu -bool YES ``` -
durul renamed this gist
Aug 4, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
durul created this gist
Aug 4, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ ccc