class Xcodeproj::Project::Object::XCBuildConfiguration

def to_hash_as(method = :to_hash)

def to_hash_as(method = :to_hash)
  super.tap do |hash|
    normalize_array_settings(hash['buildSettings'])
  end
end