Skip to content

Commit

Permalink
这里就不创建build文件夹了, 对于app的版本接入,结构图绘制,依旧留在axe文件夹下。 之后优化app结构图的绘制,暂时是与模块依赖图相同
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingForMoney committed Apr 28, 2018
1 parent ecfd879 commit b4ab127
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,6 @@ def axe_dependency_analyse
dotFile.puts(dependencies_graph)
dotFile.close
sh('dot -Tsvg ../axe/dependency.dot > ../axe/dependency.svg')
# 最后, 移动该文件到 build目录, 供管理平台记录
sh('cp -f ../axe/dependency.svg ../build/dependency.svg')
end

desc "`axe_module_build` : 构建模块, 打包成framework。 需要先安装Cocoapods依赖。"
Expand Down

0 comments on commit b4ab127

Please sign in to comment.