You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently install! command in Podfile only supports cocoapods as installation method, I think the scope of this command can be made broader by allowing plugins to specify installation hooks that user can then consume by specifying custom installation methods. If no registered hooks are found with the installation method then user will be prompted with error.
Although workaround is possible by using pre_install hook, this would make Podfile more readable in my opinion.
The text was updated successfully, but these errors were encountered:
Currently
install!
command inPodfile
only supportscocoapods
as installation method, I think the scope of this command can be made broader by allowing plugins to specify installation hooks that user can then consume by specifying custom installation methods. If no registered hooks are found with the installation method then user will be prompted with error.Although workaround is possible by using
pre_install
hook, this would makePodfile
more readable in my opinion.The text was updated successfully, but these errors were encountered: