【iOS】开发常用命令

环境信息:

Mac OS X 10.10.1

 

  1. 删除指定后缀名的文件

进入指定文件夹,输入:

find . -name .svn | xargs rm -Rf
  1. 查看全部隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool true
  1. 隐藏全部隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool false
  1. 查看静态库支持的系统位数

  lipo -info xxxxx.a

 
posted on 2016-08-05 13:21  雨季的雾  阅读(179)  评论(0编辑  收藏  举报