Class: Jumpstarter::Xcode::CreateScheme

Inherits:
I_Instructions show all
Defined in:
lib/jumpstarter_core/xcode.rb

Overview

******************#

Instructions   #

******************#

Instance Method Summary collapse

Methods inherited from I_Instructions

#clean_value, #compose!, #crash_on_error!, #error_message!, #initialize, #options, #success_message!

Constructor Details

This class inherits a constructor from Jumpstarter::I_Instructions

Instance Method Details

#run!Object



10
11
12
13
14
# File 'lib/jumpstarter_core/xcode.rb', line 10

def run!()
    new_scheme = Xcodeproj::XCScheme.new()
    new_scheme.save_as(@proj_path, @scheme_name, @shared)
    return true
end