Commit 2f1694aa authored by Fabio Pelosin's avatar Fabio Pelosin

[UI] Always load to ensure proper override of CoreUI

parent 52dcaf2a
...@@ -22,6 +22,11 @@ module Pod ...@@ -22,6 +22,11 @@ module Pod
require 'cocoapods/config' require 'cocoapods/config'
require 'cocoapods/downloader' require 'cocoapods/downloader'
# Loaded immediately after dependencies to ensure proper override of their
# UI methods.
#
require 'cocoapods/user_interface'
# Indicates an user error. This is defined in cocoapods-core. # Indicates an user error. This is defined in cocoapods-core.
# #
class Informative < PlainInformative class Informative < PlainInformative
...@@ -41,7 +46,6 @@ module Pod ...@@ -41,7 +46,6 @@ module Pod
autoload :Project, 'cocoapods/project' autoload :Project, 'cocoapods/project'
autoload :Resolver, 'cocoapods/resolver' autoload :Resolver, 'cocoapods/resolver'
autoload :Sandbox, 'cocoapods/sandbox' autoload :Sandbox, 'cocoapods/sandbox'
autoload :UI, 'cocoapods/user_interface'
autoload :Validator, 'cocoapods/validator' autoload :Validator, 'cocoapods/validator'
module Generator module Generator
......
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