Skip to content

Commit 717e4dd

Browse files
fix: adjust log in install Cocoapods prompt (#2580)
1 parent 54c8530 commit 717e4dd

File tree

1 file changed

+1
-1
lines changed
  • packages/cli/src/commands/init

1 file changed

+1
-1
lines changed

packages/cli/src/commands/init/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ async function createFromTemplate({
292292
type: 'confirm',
293293
name: 'installCocoapods',
294294
message: `Do you want to install CocoaPods now? ${chalk.reset.dim(
295-
'Only needed if you run your project in Xcode directly',
295+
'Needed for running iOS project',
296296
)}`,
297297
});
298298
didInstallPods = installCocoapods;

0 commit comments

Comments
 (0)