Skip to content

Commit

Permalink
Another change to be able to generate a project on a unix
Browse files Browse the repository at this point in the history
  • Loading branch information
patkua-mas authored and gga committed Jan 14, 2013
1 parent 99f471e commit 983b54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/calatrava/project_script.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def create(template)
create_files(template)

create_android_tree(template)
create_ios_tree(template)
create_ios_tree(template) if RUBY_PLATFORM =~ /darwin/
end

def create_project(template)
Expand Down

0 comments on commit 983b54e

Please sign in to comment.