Method: Ambient::ProjectCreation#create_ios_project

Defined in:
lib/ambient/project_creation.rb

#create_ios_projectObject



12
13
14
15
16
17
18
19
20
# File 'lib/ambient/project_creation.rb', line 12

def create_ios_project
  check_already_exists!
  puts "# Setting up project..."
  copy_from_template
  rename_project_to_name
  find_and_replace_instances_of_template_to_name
  create_ambientfile
  run_ambientfile
end