amirrajan / rubymotion-applied

RubyMotion documentation provided by the community. Submit a pull request to the docs for a free one year indie subscription.
Apache License 2.0
49 stars 9 forks source link

Apple TV projects do not use new local templates directory #108

Closed astechishin closed 6 years ago

astechishin commented 6 years ago

Apple TV projects need to use the local templates directory (located in: ~/.rubymotion/rubymotion-templates/motion/project)

astechishin commented 6 years ago

The Rakefile ERB template needs to add the line:

$:.unshift("~/.rubymotion/rubymotion-templates")

After line 2

amirrajan commented 6 years ago

This is fixed with the latest PR acceptance?

astechishin commented 6 years ago

Yes