Commit 72e9416e authored by Eloy Durán's avatar Eloy Durán

Merge pull request #148 from darthdeus/master

External encoding set to UTF-8 on Ruby 1.9 to fix crash caused by non-ascii characters in pod description
parents 1e2f63da 8feb7fd9
#!/usr/bin/env ruby #!/usr/bin/env ruby
Encoding.default_external = Encoding::UTF_8 if RUBY_VERSION > '1.8.7'
if $0 == __FILE__ if $0 == __FILE__
$:.unshift File.expand_path('../../external/Xcodeproj/ext', __FILE__) $:.unshift File.expand_path('../../external/Xcodeproj/ext', __FILE__)
$:.unshift File.expand_path('../../external/Xcodeproj/lib', __FILE__) $:.unshift File.expand_path('../../external/Xcodeproj/lib', __FILE__)
......
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