Skip to content

Files

Latest commit

b5e3bc9 · Mar 21, 2018

History

History
28 lines (23 loc) · 1.49 KB

resources-generate-icons.md

File metadata and controls

28 lines (23 loc) · 1.49 KB

<% if (isJekyll) { %>--- title: tns resources generate icons position: 11 ---<% } %>

tns resources generate icons

Usage Synopsis
$ tns resources generate icons <Path to image> Generate all icons for Android and iOS based on the specified image.

Generates all icons for Android and iOS platforms and places the generated images in the correct directories under App_Resources/<platform> directory.

Attributes

  • <Path to image> is a valid path to an image that will be used to generate all icons.

<% if(isHtml) { %>

Related Commands

Command Description
install Installs all platforms and dependencies described in the package.json file in the current directory.
platform add Configures the current project to target the selected platform.
platform remove Removes the selected platform from the platforms that the project currently targets.
platform Lists all platforms that the project currently targets.
prepare Copies common and relevant platform-specific content from the app directory to the subdirectory for the selected target platform in the platforms directory.
resources update Updates the App_Resources/Android internal folder structure to conform to that of an Android Studio project.
resources generate splashes Generates splashscreens for Android and iOS.
<% } %>