v2018.09.08
calebkleveter
released this
06 Sep 18:58
·
17 commits
to master
since this release
Deliver the Packages to a Playground
Added a -p,--playground
option to the install
command to install dependencies to an Xcode Playground instead of an SPM project. Playground installs do not support packages the use C module maps.
Also added a -t,--targets
flag to the install
command, which specifies which targets the new dependency will be added to.