Skip to content

Commit

Permalink
增加TODO,修改app下载链接
Browse files Browse the repository at this point in the history
  • Loading branch information
answer-huang committed Jul 8, 2014
1 parent 6393da9 commit 8680cba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions AHDropTarget.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def OnDropFiles(self, x, y, filenames):
self.fileList = []
for filename in filenames:
print os.path.basename(filename)
#TODO: 增加对dSYM文件的支持
if filename.endswith('xcarchive'):
self.fileList.append(filename)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ Xcode编译项目后,我们会看到一个同名的 dSYM 文件,dSYM 是保
[3]: http://bcs.duapp.com/answerhuang/blog/dsymTool.png
[4]: http://bcs.duapp.com/answerhuang/blog/crashUUID.png
[5]: http://www.cimgf.com/2009/12/23/automatically-save-the-dsym-files/
[6]: http://pan.baidu.com/s/1dD9u9qx
[6]: http://pan.baidu.com/s/1eQmYbAE
[7]: https://github.com/answer-huang/dSYMTools
1 change: 1 addition & 0 deletions dSYM.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def __init__(self, parent, title):

#创建工具栏
toolbar = self.CreateToolBar()
#TODO: 图片改成相对路径
toolbar.AddSimpleTool(1, wx.Image('about.png', wx.BITMAP_TYPE_PNG).ConvertToBitmap(), "关于我", "")
toolbar.AddSeparator()
toolbar.Realize() #准备显示工具栏
Expand Down

0 comments on commit 8680cba

Please sign in to comment.