Sha256: 99ca8c9576297c78782bbf189356812bb74724dd95d445e73c75fa42210f3061

Contents?: true

Size: 1.19 KB

Versions: 1

Compression:

Stored size: 1.19 KB

Contents

#
# YAMG Configuration
#

# Main icon
icon:
  path: 'icons'     # path to icons folder
  rounded: true     # defaults to false
  background: false # or color RGB

# Splash screen
splash:
  path: 'splash'
  background: '#fff6d5' # or color RGB

# Icon + name for instance
media:
  path: 'media.png'
  background: false

#
# What to do?
#
compile:
  # Just remove if you don't need

  # Web projects
  #
  web: true
  # Ruby on rails
  rails:
    path: '/path/to/rails/proj'
    icon: './alpha' # Using another icon src folder

  # Mobile
  #
  # phonegap: '../path/to/project/www/res'
  # cordova: 'soon shortcut'
  # Cordova/iOS project
  ios: '/path/to/project/platforms/ios/ProjectName/'
  # Cordova/Android project
  android: '/path/to/project/platforms/android/'
  # winos: '../proj'

  #
  # Assets for web stores/players
  # Just remove if you don't need
  #
  # Compiles to media/apple
  apple: true
  # Compiles to media/google
  google: true
  # Compiles to media/twitter
  twitter: true
  # Compiles to media/facebook
  facebook: true

  # Custom icons/splash
  # Compiles to media/*
  custom:
    icons: [32, 64, 128]
    medias: [400, 800]

# Custom screenshots
screenshots:
  home:
    url: 'github.com'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yamg-0.0.9 lib/yamg/yamg.yml