- iOS's icon and launcimage generator.
- Generate app, tabbar, toolbar and navigationbar icons for iPhone 4s, 5, 6, 6 Plus.
- Generate launch images for iPhone 4s, 5, 6, 6 Plus.
- Support for iOS7 and iOS8
-
Install GraphicsMagick
brew install graphicsmagick
-
Install Gulp
npm install -g gulp
-
Install this app
git clone https://github.com/sl2/gulp-iOS-icon-generator.git cd gulp-iOS-icon-generator npm install
-
Put an app icon into ./src/appicons.
- Format : PNG
- Size : 1024 x 1024 is recommended
-
Put tabbar icons into ./src/tabbars
- Format : PNG
- Size : 3x (75 x 75) is recommended
-
Put toolbar and navigationbar icons into ./src/toolbars
- Format : PNG
- Size : 3x (66 x 66) is recommended
-
Put a launch image into ./src/launchimages
- Format : PNG
- Size : 2028 x 2028 is recommended
-
Execute gulp
gulp
-
Check under the
./dist
directory./dist/appicons
- icons for settings, spotlight, app and portrait
./dist/tabbar
- 1x, 2x and 3x images
./dist/toolbar
- 1x, 2x and 3x images
- Settings
- Spotlight
- App
- Portrait for App Store
- 1x icons
- 2x icons
- 3x icons
- 1x icons
- 2x icons
- 3x icons
- iPhone4s
- iPhone5
- iPhone6
- iPhone6 Plus
- iPad mini
- iPad
- iPad mini (Retina)
- iPad (Retina)
MIT LICENSE