Commit 8feb7fd9 authored by Jakub Arnold's avatar Jakub Arnold

External encoding set to UTF-8 on Ruby 1.9 to fix crash caused by non-ascii…

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