Commit c37ccbe8 authored by Liam Cooke's avatar Liam Cooke

Update an info message for 1.x: xcodeproj -> project

parent 2368fa3f
...@@ -72,7 +72,7 @@ module Pod ...@@ -72,7 +72,7 @@ module Pod
else else
raise Informative, 'Could not automatically select an Xcode project. ' \ raise Informative, 'Could not automatically select an Xcode project. ' \
"Specify one in your Podfile like so:\n\n" \ "Specify one in your Podfile like so:\n\n" \
" xcodeproj 'path/to/Project.xcodeproj'\n" " project 'path/to/Project.xcodeproj'\n"
end end
end end
path path
......
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