Commit 4bb3fd9f authored by Samuel E. Giddins's avatar Samuel E. Giddins

Show Xcodeproj::PlainInformative as CLAide::Informative exceptions

Closes https://github.com/CocoaPods/CocoaPods/issues/3158.
parent c6a29c18
...@@ -36,6 +36,8 @@ module Pod ...@@ -36,6 +36,8 @@ module Pod
end end
end end
Xcodeproj::PlainInformative.send(:include, CLAide::InformativeError)
autoload :AggregateTarget, 'cocoapods/target/aggregate_target' autoload :AggregateTarget, 'cocoapods/target/aggregate_target'
autoload :Command, 'cocoapods/command' autoload :Command, 'cocoapods/command'
autoload :Executable, 'cocoapods/executable' autoload :Executable, 'cocoapods/executable'
......
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