Method: CBin::Config::Asker#wellcome_message
- Defined in:
- lib/cocoapods-lhj-bin/config/config_asker.rb
#wellcome_message ⇒ Object
40 41 42 43 44 45 46 47 48 49 50 |
# File 'lib/cocoapods-lhj-bin/config/config_asker.rb', line 40 def print <<~EOF 开始设置二进制化初始信息. 所有的信息都会保存在 #{CBin.config.config_file} 文件中. %w[bin_dev.yml bin_debug_iphoneos.yml bin_release_iphoneos.yml] 你可以在对应目录下手动添加编辑该文件. 文件包含的配置信息样式如下: #{CBin.config.default_config.to_yaml} EOF end |