Method: Rucola::Xcode#change_rubycocoa_framework_location

Defined in:
lib/rucola/xcode.rb

#change_rubycocoa_framework_location(new_path_to_framework) ⇒ Object

Changes the path of the RubyCocoa framework to new_path_to_framework.



145
146
147
# File 'lib/rucola/xcode.rb', line 145

def change_rubycocoa_framework_location(new_path_to_framework)
  change_framework_location 'RubyCocoa.framework', new_path_to_framework
end