Commit 96cc11ed authored by Constantin Lungu's avatar Constantin Lungu

Added a mising backtick in xcconfig_integrator warning message

parent bbbf9a24
...@@ -82,7 +82,7 @@ module Pod ...@@ -82,7 +82,7 @@ module Pod
'project because because your project already has a custom ' \ 'project because because your project already has a custom ' \
'config set. In order for CocoaPods integration to work at ' \ 'config set. In order for CocoaPods integration to work at ' \
'all, please either set the base configurations of the target ' \ 'all, please either set the base configurations of the target ' \
"#{target.name}` to `#{path}` or include the `#{path}` in your " \ "`#{target.name}` to `#{path}` or include the `#{path}` in your " \
'build configuration.' 'build configuration.'
else else
file_ref ||= group.new_file(path) file_ref ||= group.new_file(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