iOS开发 - mac下 隐藏和显示隐藏文件
2016-06-14 本文已影响0人
Li_Cheng
显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool true
killall Finder
隐藏隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool false
killall Finder
GitHub: https://github.com/LiCheng244/LCUtils
个人博客: http://www.licheng244.com/