Commit d51dab44 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Installer] Message Generating deterministic UUIDs

parent 7391fa6b
...@@ -680,7 +680,9 @@ module Pod ...@@ -680,7 +680,9 @@ module Pod
pods_project.development_pods.remove_from_project if pods_project.development_pods.empty? pods_project.development_pods.remove_from_project if pods_project.development_pods.empty?
pods_project.sort(:groups_position => :below) pods_project.sort(:groups_position => :below)
pods_project.recreate_user_schemes(false) pods_project.recreate_user_schemes(false)
pods_project.predictabilize_uuids if config.deterministic_uuids? if config.deterministic_uuids?
UI.message('- Generating deterministic UUIDs') { pods_project.predictabilize_uuids }
end
pods_project.save pods_project.save
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