File tree Expand file tree Collapse file tree
packages/cli-plugin-cordova/src/commands Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,9 +15,15 @@ import { CordovaCommand } from './base';
1515@CommandMetadata ( {
1616 name : 'prepare' ,
1717 type : 'project' ,
18- description : 'Transform metadata to platform manifests and copies assets to Cordova platforms ' ,
18+ description : 'Copies assets to Cordova platforms, preparing them for native builds ' ,
1919 longDescription : `
20- Like running ${ chalk . green ( 'cordova prepare' ) } directly, but provides friendly checks.
20+ ${ chalk . green ( 'ionic cordova prepare' ) } will do the following:
21+ - Copy the ${ chalk . bold ( 'www/' ) } directory into your Cordova platforms.
22+ - Transform ${ chalk . bold ( 'config.xml' ) } into platform-specific manifest files.
23+ - Copy icons and splash screens from ${ chalk . bold ( 'resources/' ) } to into your Cordova platforms.
24+ - Copy plugin files into specified platforms.
25+
26+ You may wish to use ${ chalk . green ( 'ionic cordova prepare' ) } if you run your project with Android Studio or Xcode.
2127 ` ,
2228 exampleCommands : [ '' , 'ios' , 'android' ] ,
2329 inputs : [
You can’t perform that action at this time.
0 commit comments