Commit 92ce90ee authored by Peter Ryszkiewicz's avatar Peter Ryszkiewicz

[XCConfigHelper] Made syntax more consistent.

parent c0b5ac53
...@@ -287,7 +287,7 @@ module Pod ...@@ -287,7 +287,7 @@ module Pod
'OTHER_SWIFT_FLAGS' => [ 'OTHER_SWIFT_FLAGS' => [
'$(inherited)', '$(inherited)',
quote(%w(-D COCOAPODS)), quote(%w(-D COCOAPODS)),
(quote(["-suppress-warnings"]) if target.try(:inhibit_warnings?) || false), (quote(%w(-suppress-warnings)) if target.try(:inhibit_warnings?) || false),
].compact.join(' '), ].compact.join(' '),
} }
xcconfig.merge!(build_settings) xcconfig.merge!(build_settings)
......
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