Commit 4cd3f41c authored by Darryl's avatar Darryl

[Installer] use hash rocket syntax for setting config parameter.

parent 29320c23
...@@ -506,7 +506,7 @@ module Pod ...@@ -506,7 +506,7 @@ module Pod
projects = Pathname.glob(config.installation_root + '*.xcodeproj').map { |path| Xcodeproj::Project.open(path) } projects = Pathname.glob(config.installation_root + '*.xcodeproj').map { |path| Xcodeproj::Project.open(path) }
deintegrator = Deintegrator.new deintegrator = Deintegrator.new
projects.sort.each do |project| projects.sort.each do |project|
config.with_changes(silent: true) { deintegrator.deintegrate_project(project) } config.with_changes(silent => true) { deintegrator.deintegrate_project(project) }
project.save if project.dirty? project.save if project.dirty?
end end
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