Commit 5892b135 authored by Fabio Pelosin's avatar Fabio Pelosin

[Project] Set Podfile file type

parent 0ff5b203
...@@ -187,8 +187,9 @@ module Pod ...@@ -187,8 +187,9 @@ module Pod
# #
def add_podfile(podfile_path) def add_podfile(podfile_path)
podfile_path = Pathname.new(podfile_path) podfile_path = Pathname.new(podfile_path)
podfile_ref = new_file(relativize(podfile_path)) podfile_ref = new_file(relativize(podfile_path))
podfile_ref.xc_language_specification_identifier = 'xcode.lang.ruby' podfile_ref.xc_language_specification_identifier = 'xcode.lang.ruby'
podfile_ref.last_known_file_type = 'text'
podfile_ref podfile_ref
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment