Commit a7961845 authored by Marius Rackwitz's avatar Marius Rackwitz

[Style] Use array of string literal syntax

parent 8af07e0f
...@@ -133,7 +133,7 @@ module Pod ...@@ -133,7 +133,7 @@ module Pod
end end
IGNORED_KEYS = %w(CODE_SIGN_IDENTITY).freeze IGNORED_KEYS = %w(CODE_SIGN_IDENTITY).freeze
INHERITED_FLAGS = ['$(inherited)', '${inherited}'].freeze INHERITED_FLAGS = %w($(inherited) ${inherited}).freeze
# Checks whether the settings of the CocoaPods generated xcconfig are # Checks whether the settings of the CocoaPods generated xcconfig are
# overridden by the build configuration of a target and prints a # overridden by the build configuration of a target and prints a
......
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