Commit f27d9341 authored by Samuel Giddins's avatar Samuel Giddins

Merge pull request #5333 from araile/xcodeproj-message

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