Commit 78700472 authored by Orta Therox's avatar Orta Therox Committed by Fabio Pelosin

add a space to the override warning

parent fcd5f62d
...@@ -122,7 +122,7 @@ module Pod ...@@ -122,7 +122,7 @@ module Pod
] ]
message = "The `#{target.name} [#{config.name}]` " \ message = "The `#{target.name} [#{config.name}]` " \
"target overrides the `#{key}` build setting defined in " \ "target overrides the `#{key}` build setting defined in " \
"`#{pod_bundle.xcconfig_relative_path(config.name)}'." \ "`#{pod_bundle.xcconfig_relative_path(config.name)}'. " \
"This can lead to problems with the CocoaPods installation" "This can lead to problems with the CocoaPods installation"
UI.warn(message, actions) UI.warn(message, actions)
end end
......
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