alcatraz / Alcatraz

Package manager for Xcode
alcatraz.io
MIT License
9.88k stars 1.15k forks source link

Clone git repositories with the --recursive option #465

Closed 0xced closed 8 years ago

0xced commented 8 years ago

Repositories using submodules need to be cloned recursively.

For example, https://github.com/mralexgray/DVTPlugInCompatibilityUUIDifier would fail to build because its AHLaunchCtl submodule was not cloned.

kattrali commented 8 years ago

Looks good to me 👍

jurre commented 8 years ago

Yep, lgtm 👍

kattrali commented 8 years ago

Thanks, @0xced!