Skip to content
Snippets Groups Projects
Commit f2ce4307 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

fix terminal encoding for cocoapods

parent e4fd5b9f
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,9 @@
set -e
# CocoaPods requires the terminal to be using UTF-8 encoding.
export LANG=en_US.UTF-8
cd $(dirname $0)
hash pod 2>/dev/null || { echo >&2 "Cocoapods needs to be installed."; exit 1; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment