We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c8530 commit 717e4ddCopy full SHA for 717e4dd
packages/cli/src/commands/init/init.ts
@@ -292,7 +292,7 @@ async function createFromTemplate({
292
type: 'confirm',
293
name: 'installCocoapods',
294
message: `Do you want to install CocoaPods now? ${chalk.reset.dim(
295
- 'Only needed if you run your project in Xcode directly',
+ 'Needed for running iOS project',
296
)}`,
297
});
298
didInstallPods = installCocoapods;
0 commit comments