Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
answer-huang committed Aug 5, 2014
1 parent 1de0588 commit a615d2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

###Version 1.0.1 2014-07-29

1.增加对dSYM文件的支持,直接将xcarchive或dSYM文件拖入窗口中即可
1.增加对 dSYM 文件的支持,直接将 xcarchive 或 dSYM 文件拖入窗口中即可

2.增加项目编译时自动将dSYM文件保存到项目目录下的脚本(如果选中 Run script only when installing 则只会在每次 Archive 的时候保存 dSYM 文件到根目录),并将dSYM路径写入应用的数据库中,下次打开软件时,自动导入保存的dSYM文件路径。(脚本:`/usr/bin/python /Applications/dSYM.app/Contents/Resources/RunScript.py`
2.增加项目编译时自动将 dSYM 文件保存到项目目录下的脚本(如果选中 Run script only when installing 则只会在每次 Archive 的时候保存 dSYM 文件到根目录),并将 dSYM 路径写入应用的数据库中,下次打开软件时,自动导入保存的 dSYM 文件路径。(脚本:`/usr/bin/python /Applications/dSYM.app/Contents/Resources/RunScript.py`

![runScript][8]


3.修复dSYM根据和版本管理软件冲突的bug
3.修复 dSYM 根据和版本管理软件冲突的 bug


###Version 1.0.0 2014-06-26


1.软件基本功能完成(仅支持xcarchive文件)。
1.软件基本功能完成(仅支持 xcarchive 文件)。


#项目简介
Expand Down Expand Up @@ -73,4 +73,4 @@ Xcode编译项目后,我们会看到一个同名的 dSYM 文件,dSYM 是保
[5]: http://www.cimgf.com/2009/12/23/automatically-save-the-dsym-files/
[6]: http://pan.baidu.com/s/1nt3Fv2T
[7]: https://github.com/answer-huang/dSYMTools
[8]: http://bcs.duapp.com/answerhuang/blog/runScript.png
[8]: http://bcs.duapp.com/answerhuang/blog/runScript.png

0 comments on commit a615d2e

Please sign in to comment.