Skip to content

Commit

Permalink
Improve CocoaPods prompt question when running init (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Bento authored and thymikee committed May 15, 2019
1 parent 7de5c3e commit 5612dde
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/cli/src/tools/installPods.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ async function installPods({
{
type: 'confirm',
name: 'shouldInstallCocoaPods',
message: 'CocoaPods is not installed, do you want to install it?',
message: `CocoaPods ${chalk.dim.underline(
'(https://cocoapods.org/)',
)} ${chalk.reset.bold(
"is not installed. It's necessary for iOS project to run correctly. Do you want to install it?",
)}`,
},
]);

Expand Down

0 comments on commit 5612dde

Please sign in to comment.