Top Level Namespace
Defined Under Namespace
Modules: EarlGrey, Pod Classes: EarlGreyYaml
Instance Method Summary collapse
Instance Method Details
#configure_for_earlgrey(*_) ⇒ Object
22 23 24 25 26 27 28 29 30 |
# File 'lib/earlgrey/configure_earlgrey.rb', line 22 def configure_for_earlgrey(*_) EarlGrey.puts_yellow " configure_for_earlgrey in post_install is now deprecated, you should safely remove it now.\n EarlGrey pod will automatically set up your project and schemes.\n\n for more information, please visit our installation guideline:\n https://github.com/google/EarlGrey/blob/master/docs/install-and-run.md\n S\nend\n" |