Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
6ceb4f1d
Commit
6ceb4f1d
authored
Nov 15, 2014
by
Samuel E. Giddins
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2825 from klaaspieter/utf-8-warning
Remove link from UTF-8 warning
parents
9c049430
60fba75b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
13 deletions
+6
-13
pod
bin/pod
+6
-13
No files found.
bin/pod
View file @
6ceb4f1d
#!/usr/bin/env ruby
#!/usr/bin/env ruby
if
Encoding
.
default_external
!=
Encoding
::
UTF_8
if
Encoding
.
default_external
!=
Encoding
::
UTF_8
puts
"
\e
[33mWARNING: CocoaPods requires your terminal to be using UTF-8 encoding."
puts
<<-
DOC
if
ENV
[
'TRAVIS'
]
\e
[33mWARNING: CocoaPods requires your terminal to be using UTF-8 encoding.
puts
<<-
DOC
Consider adding the following to ~/.profile:
Consider adding the following settings to .travis.yml
before_script:
export LANG=en_US.UTF-8
- export LANG=en_US.UTF-8
\e
[0m
\n
\e
[0m
DOC
DOC
else
puts
<<-
DOC
See https://github.com/CocoaPods/guides.cocoapods.org/issues/26 for
possible solutions.
\e
[0m
\n
DOC
end
end
end
if
$PROGRAM_NAME
==
__FILE__
&&
!
ENV
[
'COCOAPODS_NO_BUNDLER'
]
if
$PROGRAM_NAME
==
__FILE__
&&
!
ENV
[
'COCOAPODS_NO_BUNDLER'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment