Class: Thrust::IOS::AgvTool
- Inherits:
-
Object
- Object
- Thrust::IOS::AgvTool
- Defined in:
- lib/thrust/ios/agv_tool.rb
Instance Method Summary collapse
- #change_build_number(build_number) ⇒ Object
-
#initialize(thrust_executor, out) ⇒ AgvTool
constructor
A new instance of AgvTool.
Constructor Details
Instance Method Details
#change_build_number(build_number) ⇒ Object
9 10 11 12 |
# File 'lib/thrust/ios/agv_tool.rb', line 9 def change_build_number(build_number) @thrust_executor.system_or_exit "agvtool new-version -all '#{build_number}'" @git.checkout_file('*.xcodeproj') end |