Sha256: 0a4f9fedf517d8a9faf73b6289b99acb8031b308f331e84e6a5a5e87d49381b9

Contents?: true

Size: 1.09 KB

Versions: 2

Compression:

Stored size: 1.09 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:

  # 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
  #
  # Compiles to media/playstore
  apple: true
  # Compiles to media/playstore
  google: true
  # Compiles to media/playstore
  twitter: true
  # Compiles to media/playstore
  facebook: true
  # Compiles to media/custom
  custom:
    icons: [32, 64, 128]
    medias: [400, 800]

screenshots:
  home:
    url: 'notabe.com'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yamg-0.0.8 lib/yamg/yamg.yml
yamg-0.0.7 lib/yamg/yamg.yml