Method: Pod::Installer::UserProjectIntegrator#installation_root
- Defined in:
- lib/cocoapods/installer/user_project_integrator.rb
#installation_root ⇒ Pathname (readonly)
TODO:
This is only used to compute the workspace path in case that it should be inferred by the project. If the workspace should be in the same dir of the project, this could be removed.
Returns the path of the installation.
34 35 36 |
# File 'lib/cocoapods/installer/user_project_integrator.rb', line 34 def installation_root @installation_root end |