Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
937447974 committed Apr 25, 2017
1 parent e4a542e commit 8cac2b4
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Documentation/docset-installed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@ if [ -d ${docset_dest_path} ]; then
fi

# 更新记录
osascript -e 'display notification "2017-03-01 | NavigationBar修复部分机型启动崩溃错误" with title "YJCocoa 6.2.0"'
osascript -e 'display notification "2017-03-02 | Singleton性能优化,启用pthread_mutex锁" with title "YJCocoa 6.2.0"'
osascript -e 'display notification "2017-03-13 | Dispatch增加pthread锁架构" with title "YJCocoa 6.2.0"'
osascript -e 'display notification "2017-03-13 | Router和NavigationRouter架构升级" with title "YJCocoa 6.2.0"'
osascript -e 'display notification "2017-03-13 | TimeProfiler启用RunLoop监听主线程" with title "YJCocoa 6.2.0"'
osascript -e 'display notification "2017-03-13 | Singleton增加单例宏" with title "YJCocoa 6.2.0"'
osascript -e 'display notification "2017-03-14 | DictionaryModel、Directory、Router、Swizzling、Timer、URLSession、CoreData、Leaks和TimeProfiler库启用Singleton单例宏" with title "YJCocoa 6.2.0"'
osascript -e 'display notification "2017-03-15 | MemoryInfo上线,主要用于获取运行过程中的RAM相关信息,如剩余内存。" with title "YJCocoa 6.2.0"'
osascript -e 'display notification "2017-03-28 | URLSession 崩溃修复" with title "YJCocoa 6.3.0"'
osascript -e 'display notification "2017-03-31 | YJUIScrollViewManager 代理错误设置修复" with title "YJCocoa 6.3.0"'
osascript -e 'display notification "2017-04-17 | Dispatch 中 __weakSelf 改为 @weakSelf,__strongSelf 改为 @strongSelf" with title "YJCocoa 6.3.0"'
osascript -e 'display notification "2017-04-19 | CollectionViewManager 和 TableViewManager 移除同步和异步刷新 cell 的方法" with title "YJCocoa 6.3.0"'
osascript -e 'display notification "2017-04-25 | TimeProfiler 增加页面分析器,控制台打印 VC 加载时间。" with title "YJCocoa 6.3.0"'


0 comments on commit 8cac2b4

Please sign in to comment.