lib/ios/iosOption.rb in shellboxCLI-0.2.0 vs lib/ios/iosOption.rb in shellboxCLI-0.3.0
- old
+ new
@@ -18,9 +18,14 @@
desc "generate", "Generate project using Tuist opening the project"
def generate
IOS::TuistCommands.new.generateExample
end
+ desc "build", "Build project using Tuist"
+ def build
+ IOS::TuistCommands.new.build
+ end
+
desc "install", "Install scripts and templates in project"
def install
puts "Verificando se existe Homebrew instalado"
brewExists = system('which -s brew')
if brewExists