-
Notifications
You must be signed in to change notification settings - Fork 906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add manual Cocoapods installation info #2204
feat: add manual Cocoapods installation info #2204
Conversation
59b8006
to
e7d2479
Compare
e7d2479
to
0e66055
Compare
0e66055
to
a0dcd97
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
I only left a couple of nits
@@ -196,6 +203,7 @@ async function createFromTemplate({ | |||
const installPodsValue = String(installCocoaPods); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you already have this variable in didInstallPods
(line125)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed here: #2204 (comment)
didInstallPods
is used for a slightly different purpose (also to check if the user didn't specify his choice) and mixing those two made the code more complex.
Co-authored-by: Riccardo Cipolleschi <[email protected]>
* feat: add manual Cocoapods installation info * feat: apply review comments * fix: move logger.info out of nested if * fix: hide banner in CI * fix: check for Install cocoapods only on darwin * test: check if cocoapods instruction is shown in another test * Update packages/cli/src/commands/init/printRunInstructions.ts Co-authored-by: Riccardo Cipolleschi <[email protected]> --------- Co-authored-by: Riccardo Cipolleschi <[email protected]>
Summary:
This PR aims to:
Test Plan:
CI Green
Checklist