This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Adds "cocoapods-installer" option to "setup-dev" command to decide who CocoaPods will be installed on the macOS host system. The options are "gem" and "homebrew". ## Gem ``` npx torchlive-cli setup-dev --cocoapods-installer=gem ``` ## Homebrew ``` npx torchlive-cli setup-dev --cocoapods-installer=homebrew ``` Note: the option will be used for the GitHub Action CI that tests the setup-dev command ## Test Tested in forked repo: https://github.com/raedle/live/runs/4576829417 Reviewed By: liuyinglao Differential Revision: D33229271 fbshipit-source-id: 2019748854c25c2f5a71db334040e116e56ef9a0
- Loading branch information
Showing
2 changed files
with
31 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters