iOS便捷开发工具分享

项目/代码优化工具 
1、objec_dep,可以了解项目中各个类的关联信息,了解项目中无效文件,知道双向应用的文件。 

下载地址: https://github.com/nst/objc_dep   


2、bee-framework,一个被移动、联通、电信、腾讯、新浪、百度、凤凰网使用的MVC框架库 
下载地址: https://github.com/BeeFramework/BeeFramework 


3、WWDC-Downloader:  This script will download all the session material for you if you are a WWDC 2013 attendee OR NOT!  
下载地址: https://github.com/jfahrenkrug/WWDC-Downloader 

模拟器管理工具 
1、 
SimPholders,可以随时了解你的模拟器各版本内应用,提供删除不必要的应用连接 
下载地址:http://simpholders.com/ 


图形工具 
1、 
reveal: 3D化查看每个view的形象,不用每次重新运行模拟器才能看到效果,及时在模拟器中更新界面效果 
官方网址: http://revealapp.com/ 

2、 iOS Artwork 
下载地址: https://github.com/0xced/iOS-Artwork-Extractor 
说明:iOS Artwork Extractor extracts all the artwork and emoji symbols contained in iOS into png files. 


记事本 
1、 
sublime:比mac自带的文本编辑器和备忘录好多了 
下载地址: http://www.sublimetext.com/2 


网络工具 
1、 
抓包工具: 
wireshark: 
下载地址: http://www.wireshark.org/download.html 
需要配套下载:XQuartz工具!!!! 
使用教程: http://wenku.baidu.com/view/15f82868011ca300a6c390cf.html (可以在百度文库中搜索到很多教程) 


代码管理工具 
1、 
github 
mac版下载地址: http://mac.github.com 
官网地址:github.com 
高级搜索地址: https://github.com/search/advanced 


2、 
sourceforge 
官网地址: http://sourceforge.net 


3、 
内部代码管理工具 
version:就是常说的svn 
下载地址(官网): http://www.versionsapp.com 
说明下,官网要验证码,只能试用 


4、 
版本管理集成工具:sourcetreeapp 
官方网址: http://www.sourcetreeapp.com 


设计便捷工具 
PS play:将在电脑上设计的效果同步到手机上,可以在手机上体验PS设计效果 
下载地址: http://isux.tencent.com/app/psplay/index_cs.html 
文档地址: http://isux.tencent.com/ps-play-seamless-mobile-ui-design.html 
其他推荐设计师工具可以参考: http://isux.tencent.com/indispensable-tool-for-designers-recommend.html

原文地址:https://www.cnblogs.com/wudan7/p/3583439.html