MAC常用设置

①开启信任所有

sudo spctl --master-disable
image.png

②显示隐藏文件

defaults write com.apple.finder AppleShowAllFiles -bool true
defaults write com.apple.finder AppleShowAllFiles -bool false

③chrome 在mac黑色主题下保持白色

defaults write com.google.Chrome NSRequiresAquaSystemAppearance -bool YES

④xcode顶部的那个进度条查看编译时间

defaults write com.apple.dt.Xcode ShowBuildOperationDuration YES

⑤xcode最大并发编译数量

defaults write com.apple.dt.Xcode IDEBuildOperationMaxNumberOfConcurrentCompileTasks 8

你可能感兴趣的:(MAC常用设置)