摘要: 删除所有子文件.svn find . -type d -name ".svn"|xargs rm -rf //这个好用 -name .svn -exec rm -rf {} + 显示隐藏文件 command+shift+. 快捷键 后缀名显示 defaults write com.apple.fin 阅读全文
posted @ 2018-10-09 11:26 frounk 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 统计项目代码行数命令: find . "(" -name "*.m" -or -name "*.mm" -or -name "*.cpp" -or -name "*.h" -or -name "*.rss" ")" -print | xargs wc -l G M T Detect language 阅读全文
posted @ 2018-10-09 11:21 frounk 阅读(1124) 评论(0) 推荐(0) 编辑
摘要: //打包.a文件 cd /Users/bona/Library/Developer/Xcode/DerivedData/EMKeyboardBarTextField-elgwaogfeoqzfnamzcgwinahgvpa/Build/Products lipo -create Debug-ipho 阅读全文
posted @ 2018-10-09 11:20 frounk 阅读(238) 评论(0) 推荐(0) 编辑
摘要: // 获取ios设备信息 - (void)viewDidLoad { NSString *content=[[NSString alloc] initWithFormat: @"unique id: %@ \nlocalized model: %@ \nsystem version: %@ \nsy 阅读全文
posted @ 2018-10-09 11:19 frounk 阅读(181) 评论(0) 推荐(0) 编辑