We can download the sources of all pre-built pod libraries by running the install_sources command. However, there is no need to download all the sources if you only want the sources of a specific pod library.
Therefore, I made it possible to download only the pod libraries that we need by designating the pod libraries with options.
What we have done
We added -p, --designate-pods option to install_sources command.
How to execute: pod_builder install_sources --designate-pods PodA PodB ...
Added a process to get the argument when designate_pods option is enabled.
Added a process to skip cloning when the designate_pods option is enabled and a library is not designated.
Overview
We can download the sources of all pre-built pod libraries by running the
install_sources
command. However, there is no need to download all the sources if you only want the sources of a specific pod library. Therefore, I made it possible to download only the pod libraries that we need by designating the pod libraries with options.What we have done
-p, --designate-pods
option toinstall_sources
command.pod_builder install_sources --designate-pods PodA PodB ...
designate_pods
option is enabled.designate_pods
option is enabled and a library is not designated.