class Tug::IpaConfigFile
Public Class Methods
config_file(options)
click to toggle source
# File lib/tug/config/ipa_config_file.rb, line 6 def config_file(options) config_file = config_file_from_path(options["config"]) config_file.project.configure(options) return config_file end