lib/cocoapods-lhj-bin/config/config.rb in cocoapods-aomi-bin-0.1.4 vs lib/cocoapods-lhj-bin/config/config.rb in cocoapods-aomi-bin-0.1.5

- old
+ new

@@ -34,15 +34,12 @@ def config_file_with_configuration_env(configuration_env) file = config_dev_file case configuration_env when 'release_iphoneos' file = config_release_iphoneos_file - puts "\n====== #{configuration_env} 环境 ========" when 'debug_iphoneos' file = config_debug_iphoneos_file - puts "\n====== #{configuration_env} 环境 ========" when 'dev' - puts "\n====== #{configuration_env} 环境 ========" else raise "\n===== #{configuration_env} 参数有误,请检查%w[dev debug_iphoneos release_iphoneos]====" end File.expand_path("#{Pod::Config.instance.home_dir}/#{file}")