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 <<-S
    configure_for_earlgrey in post_install is now deprecated, you should safely remove it now.
    EarlGrey pod will automatically set up your project and schemes.

    for more information, please visit our installation guideline:
    https://github.com/google/EarlGrey/blob/master/docs/install-and-run.md
    S
end