# generate-splash-screen-and-icons **Repository Path**: wc1217/generate-splash-screen-and-icons ## Basic Information - **Project Name**: generate-splash-screen-and-icons - **Description**: An example of how to generate splash screen and icons for Android and iOS while developing with Phonegap/Cordova - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2014-11-13 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: phonegap-cordova-plugins **Tags**: None ## README ## Gerar splash screen e icons automaticamente para Android e iOS [Leia o post completo](http://nativebuild.com/2014/gerar-icones-splash-screen-cordova-phonegap.html) falando sobre como gerar Splash Screen e Icons para Android e iOS ### Summary This is a Phonegap/Cordova how to generate splash screens and icons for Android and iOS tutorial, it may not works with Phonegap Build and is only tested in Linux and OSX 1 - Install [Image Magick](http://www.imagemagick.org/) 2 - Download the files [`gsi.sh`](https://github.com/felquis/generate-splash-screen-and-icons/blob/master/gsi.sh), [`gsi-base-icon.png`](https://github.com/felquis/generate-splash-screen-and-icons/blob/master/gsi-base-icon.png) and [`gsi-base-splash.png`](https://github.com/felquis/generate-splash-screen-and-icons/blob/master/gsi-base-splash.png) and save it in the root directory of your cordova/phonegap project. (You can also clone this repo `git clone git@github.com:felquis/generate-splash-screen-and-icons.git`) 3 - Open your terminal, navigate to the root of your project, and run `sh gsi.sh`, the `res/` directory will be created with all icons and splash screens necessary for Android and iOS 4 - Update your `config.xml` with the splash screens and icons files ```xml ``` Thanks for [@tlvince](https://github.com/tlvince/phonegap-icon-splash-generator)