Skip to content

Commit

Permalink
fix: adjust log in install Cocoapods prompt (#2580)
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak authored Jan 20, 2025
1 parent 54c8530 commit 717e4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/init/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ async function createFromTemplate({
type: 'confirm',
name: 'installCocoapods',
message: `Do you want to install CocoaPods now? ${chalk.reset.dim(
'Only needed if you run your project in Xcode directly',
'Needed for running iOS project',
)}`,
});
didInstallPods = installCocoapods;
Expand Down

0 comments on commit 717e4dd

Please sign in to comment.