lib/cocoapods-jxedt/command/binary/command/source_project.rb in cocoapods-jxedt-0.0.14 vs lib/cocoapods-jxedt/command/binary/command/source_project.rb in cocoapods-jxedt-0.0.15
- old
+ new
@@ -1,12 +1,13 @@
module Pod
class Command
class JxedtCommand < Command
class Binary < JxedtCommand
class SourceProject < Binary
- self.summary = '生成binary对应的源码工程'
+ self.summary = '生成源码Pods工程'
self.description = <<-DESC
- 生成binary对应的源码工程
+ 生成源码Pods工程\n
+ 默认我们是不保留源码工程,如果需要查看组件源码时,可重新生成对应的源码工程,打开查看
DESC
self.command = 'sourceProject'
self.arguments = [
]
def self.options
\ No newline at end of file