Class: Tug::XcodeBuild

Inherits:
Object
  • Object
show all
Defined in:
lib/tug/tool/xcode_build.rb

Instance Method Summary collapse

Instance Method Details

#export_ipa(name) ⇒ Object



4
5
6
# File 'lib/tug/tool/xcode_build.rb', line 4

def export_ipa(name)
  system("xcodebuild #{archive_options(name)} #{export_options(name)} #{profile_options}")
end