lib/yamg/yamg.yml in yamg-0.0.8 vs lib/yamg/yamg.yml in yamg-0.0.9

- old
+ new

@@ -20,10 +20,11 @@ # # What to do? # compile: + # Just remove if you don't need # Web projects # web: true # Ruby on rails @@ -39,23 +40,28 @@ 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/playstore + # Compiles to media/apple apple: true - # Compiles to media/playstore + # Compiles to media/google google: true - # Compiles to media/playstore + # Compiles to media/twitter twitter: true - # Compiles to media/playstore + # Compiles to media/facebook facebook: true - # Compiles to media/custom + + # Custom icons/splash + # Compiles to media/* custom: icons: [32, 64, 128] medias: [400, 800] +# Custom screenshots screenshots: home: - url: 'notabe.com' + url: 'github.com' \ No newline at end of file